Results 1 to 6 of 6

Thread: bug fixed group image upload -- none standard php temporary file path

  1. #1
    mark
    Guest

    Post bug fixed group image upload -- none standard php temporary file path

    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_' ); 

  2. #2

    Join Date
    Aug 2006
    Posts
    127

    Default

    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.

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    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.

  4. #4

    Join Date
    Aug 2006
    Posts
    127

    Default

    Thanks Smoge, appreciate that response.

  5. #5
    claritydigital's Avatar
    Join Date
    Oct 2007
    Posts
    73

    Default

    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

  6. #6
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    You need to increase your memory settings in your php.ini file.

    The numbers sort of lie in the error message...

    suggestion

    Code:
    memory_limit = 64M
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. where to change group image upload maximum
    By claritydigital in forum General Troubleshooting
    Replies: 2
    Last Post: 10-11-2007, 07:34 PM
  2. Cant upload group photos
    By claritydigital in forum Bugs Dolphin 6.00
    Replies: 1
    Last Post: 10-11-2007, 04:04 AM
  3. Problem with Image Upload by a Group
    By realmasterd in forum General Troubleshooting
    Replies: 19
    Last Post: 10-10-2007, 05:15 PM
  4. Replies: 0
    Last Post: 07-06-2007, 07:08 AM
  5. Need help on chat image path
    By yuki18 in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 0
    Last Post: 03-27-2007, 11:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •