Bug confirmed : "Problem with Image Upload by a Group"
IN file group_actions.php
look for this :
PHP Code:$tempImg = tempnam( '/tmp', 'Dol_' );
Replace it with :
PHP Code:$tempImg = tempnam( $site['tmp'], 'Dol_' );
Bug confirmed : "Problem with Image Upload by a Group"
IN file group_actions.php
look for this :
PHP Code:$tempImg = tempnam( '/tmp', 'Dol_' );
Replace it with :
PHP Code:$tempImg = tempnam( $site['tmp'], 'Dol_' );
Hi Mark, are all these bug fixes applied to the MMS 604 download file at the same time as when you post them here?
Or are they going to come in patches?
Reason for asking is if needed I can simply grab the lastest 'complete' copy and upload for testing, instead of editing all the individual files for fixes that are posted in various places within the MMS forum.
No - they are not applied to the download as they are posted here... we will do another release of CLEAN 6.0.1 when BoonEx releases 6.0.3, then start on CLEAN 6.0.3 - and make CLEAN 6.0.3 available via subversion.
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
Thanks Smoge, appreciate that response.
Hi mark,
I replaced the php, but im still having troubles, i could have sworn this was the issue as the URL of the error page is /group_actions.php. But after replacing the code, i am still getting this error, any suggestions would be much appreciated.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 7312 bytes) in /home/clarityd/public_html/inc/images.inc.php on line 134
UPDATe: Sorry, it was the size of the images, they were much too big....
Last edited by claritydigital; 10-11-2007 at 04:19 AM.
Using Boonex Dolphin Version 6.0.0002
You need to increase your memory settings in your php.ini file.
The numbers sort of lie in the error message...
suggestion
SmogeCode:memory_limit = 64M
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks