Image and Thumbnail not displayed on Upload. Any Ideas why?
I am running tiki 1.8.4 when i upload an image to my image gallery, i get the message
Upload successful!
The following image was successfully uploaded:
In tiki-upload_image.php
However the image and thumbnail which i uploaded does not get displayed below this message, all i get are the two boxes with the red crosses and the text "image ID" instead of the image.
I am able to browse the gallery and view the full size images but not able to view any thumbnails.
Does anyone know what the problem is and how i could fix it?? It is extremely important to me that i get this particular problem sorted out.
I have removed the semicolon from before the line extension=php_gd2.dll in php.ini and i have insured that php_gd2.dll is in the extensions folder.
I have also changed the memory limit in php.ini to 33 MB, here is the exact line:
memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)
I have also ran php.exe --modules from the command prompt to verify that GD is an installed module.
Please Help!