Viewing Issue Advanced Details Jump to Notes ] << ] >> ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000057 [phpBBGarage] General major always 2008-03-04 19:39 2008-10-06 08:45
Reporter Tinker View Status public  
Assigned To poyntesm
Priority normal Resolution fixed Platform
Status resolved   OS
Projection none   OS Version
ETA none Fixed in Version 2.0.B4 Product Version 2.0.B3
  Target Version Product Build
Summary 0000057: Attach images not working
Description Image Attachments currently broken.
This affects both uploaded and linked images for gallery images as well as modifcation images.
Steps To Reproduce
Additional Information This occurs on both clean install and converted garages.
In IE7 page refreshes back to main tab (either vehicle tab or modification tab) with no new image added. Latest updated menu shows that the vehcles has been updated.
Firefox refreshes to the appropriate tab without adding the image.
Tags No tags attached.
Attached Files

- Relationships
duplicate of 0000061resolvedpoyntesm Users cannot upload images. 

-  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 :)

- Issue History
Date Modified Username Field Change
2008-03-04 19:39 Tinker New Issue
2008-03-05 03:06 poyntesm Note Added: 0000056
2008-03-05 03:06 poyntesm Assigned To => poyntesm
2008-03-05 03:06 poyntesm Status new => feedback
2008-04-07 14:53 Tinker Note Added: 0000089
2008-09-26 10:16 poyntesm Relationship added duplicate of 0000061
2008-09-26 10:17 poyntesm Note Added: 0000103
2008-09-26 10:17 poyntesm Status feedback => assigned
2008-10-04 13:54 DEm Note Added: 0000143
2008-10-06 08:45 poyntesm Status assigned => resolved
2008-10-06 08:45 poyntesm Fixed in Version => 2.0.B4
2008-10-06 08:45 poyntesm Resolution open => fixed
2008-10-06 08:45 poyntesm Note Added: 0000161
cron