I've got 4images up and running and it looks like everything is working properly. The only problem I've found is that when I send an ecard the link in the breadcrumbs is missing the category for the image.
For example, the image breadcrumb url should read:
Home / Test Category / Porter
but instead reads:
Home / / Porter /
So... it's missing the category that the image should fall under. Consequently when you click on "Porter" you get the following error:
Warning: Cannot modify header information - headers already sent by (output started at /home/j2skproj/public_html/lib-common.php(859) : eval()'d code:11) in /home/j2skproj/public_html/library/details.php on line 35
The header warning would indicate to me that there is a space at the end of one of the php files... so I checked several of the files (including all the files in the lang directory) and couldn't find a space.
Any suggestions on how to fix this?
Thanks!
-Ken
P.S. I've integrated this 4images install into Geeklog (can be found at
http://www.geeklog.net)