Notes |
(0000056)
poyntesm (administrator)
2008-03-05 03:06
|
Adding images is 100% working for me here on this site with FF. With IE i see it refreshing to wrong page. I hate IE.
Can I get access to your site to see why images are not attaching? If so please PM me the details. |
|
(0000089)
Tinker (reporter)
2008-04-07 14:53
|
This seems to be php version related.
Note:
Predefined Variables
Since PHP 4.1.0, the preferred method for retrieving external variables is with the superglobals mentioned below. Before this time, people relied on either register_globals or the long predefined PHP arrays ($HTTP_*_VARS). As of PHP 5.0.0, the long PHP predefined variable arrays may be disabled with the register_long_arrays directive.
Changing all occurences of $HTTP_POST_FILES to $_FILES and $HTTP_POST_VARS to $_VARS in includes/mods/class_garage_image.php restores image uploading for me. |
|
(0000103)
poyntesm (administrator)
2008-09-26 10:17
|
Sorry I duplicated this to a later report. I have checked in that fix though. I am awaiting confirmation that it solves it for the original submitted.
it would explain why working for some and not for others. Either way its the correct way for phpBB3.x |
|
(0000143)
DEm (reporter)
2008-10-04 13:54
|
Thinker is right just change those values and every thing works right.
Please move to resolved this and 0000061 |
|
(0000161)
poyntesm (administrator)
2008-10-06 08:45
|
Seems working for me OK and for others. Lets consider it fixed :) |
|