Forums / General / upload image problem
Katie D
Saturday 26 April 2003 5:03:18 am
I have a problem when uploading image - may be my fault, any ideas on which page (tpl) is corrupt. below is my debug reply.
eZ debug Timing: Apr 26 2003 05:03:43 Script start Timing: Apr 26 2003 05:03:43 Module start 'content' Warning: eZModuleOperationInfo::execute Apr 26 2003 05:03:43 Missing main operation memento for key: b8a06bd1b3558294bb3ae129869350c5 Warning: PHP Apr 26 2003 05:03:43 Undefined offset: 0 in /home/public_html/auto/kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php on line 157 Timing: Apr 26 2003 05:03:43 Module end 'content' Timing: Apr 26 2003 05:03:43 End
How can I fix this problem?
Hope you can help Katie
Tony Wood
Saturday 26 April 2003 5:29:51 am
Image upload problems are normally (for me anyway) file permission issues bascially the web server user does not have write access.
The warning you have posted do not describe the problem. So I would check the permissions.The only other thing i have seen is where asll images get conervted to PNGs by default that can cause problems on some machines. Try the permissions issue first though.
Good luck
Tony
Tony Wood : twitter.com/tonywood Vision with Technology Experts in eZ Publish consulting & development Power to the Editor! Free eZ Training : http://www.VisionWT.com/training eZ Future Podcast : http://www.VisionWT.com/eZ-Future
Saturday 26 April 2003 9:45:45 pm
Hug Tony, it was permission problem. What I had done was renamed a tpl file then uploaded new. Next time I will copy old first or check the permission after I do that.
Thanxs Tony