Finally got around to upgrading from v1.1 on my 3.7.2 PL1 forum, followed the upgrade instructions to the letter but the system doesn't work. It's installed fine (2.2.b), the images are uploaded and the image path is correct but when I click 'Register' on my forum it just goes right to the rules page and then the normal registration, there's no image choice check like there was in v1.1.
Also, when I try to call show.php directly I get this (not sure if it's meant to show this or not):
Quote:
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in [path]/show.php on line 22
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: 'images/verification/' is not a valid JPEG file in [path]/show.php on line 22
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/show.php on line 27
Warning: imagecopyresized(): supplied argument is not a valid Image resource in [path]/show.php on line 28
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3243) in [path]/show.php on line 30
Warning: imagegif(): supplied argument is not a valid Image resource in [path]/show.php on line 31
Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/show.php on line 32
|
I'm thinking it could be to do with the new .htaccess file in /images/verification because that one now uses Mod_rewrite, yet on my system MR doesn't work properly unless I call it from the root but my test forum is at something similar to /test/forum . I don't know, it's a weird error.