Notes |
(0003262)
martin (developer)
2010-01-29 13:58
|
Could you provide me with ftp access to your server? I've been unable to replicate this locally
martin at cubecart dot com |
|
(0003264)
homar (reporter)
2010-01-29 19:47
|
Confirmed locally. Blank page attempting to access admin.php. |
|
(0003266)
goober (reporter)
2010-01-30 01:24
|
Same issue here. windows, apache 2.2.15, php 5.2.12, mysql 5.1.42
blank admin page. fron end works.
thanks
/Alex |
|
(0003267)
kares-webdesign (reporter)
2010-01-30 03:12
|
aehm no i will not past the data of my company ftp here: is there a cahnce to contact you over pm? then no problem |
|
(0003269)
martin (developer)
2010-02-01 09:25
|
@kares-webdesign: Could you email them to the address I provided in my original note? |
|
(0003270)
martin (developer)
2010-02-01 09:26
|
@biffa98123: could you provide your ftp details too? Email as above |
|
(0003271)
martin (developer)
2010-02-01 14:27
|
It appears that this issue is being caused by having register_globals on, which even PHP regard as being A Bad Idea™
Please add the following line to your .htaccess file:
php_flag register_globals off |
|
(0003272)
martin (developer)
2010-02-01 14:46
|
Verified: This has been fixed on both kares-webdesign and www_UKwins_co_uk stores.
The files have been patched to prevent potential issues, but others may remain. The best advice is to add the above lines to a .htaccess file |
|