augustaffect
Karma: 0
|
Users are Suddenly Unable To Upload Images - 2006/11/08 16:34
Hi all. I am a newbie, here. I have only worked with Mambo & Mamboboard for a few weeks. Everything has been wonderful... then, suddenly I have been getting complaints from site users that they can no longer upload their image files. I have tested it myself with small file sizes, etc., meeting all the rules. I can not figure out what the problem is? Permissions seem to be okay everywhere, but I am not sure on that . I am also now recieving an error when editing a post: Warning: Invalid argument supplied for foreach() in /components/com_mamboboard/post.php on line 538. So, not knowing much about php.. here are my lines 536 - 540 : $attachments=$database->loadObjectList(); if (count($attachments > 0) ) { foreach($attachments as $att) { if (preg_match("&/uploaded/files/&si", $att->filelocation) ){ $no_file_upload="1";
Can anyone please help me???
|