View Single Post
  #4  
Old 05-07-2014, 07:15 AM
krazykat1980 krazykat1980 is offline
Member
 
Join Date: May 2014
Posts: 22
Gender: Female
Credits: 1,575
krazykat1980 is on a distinguished road
Default

Code:
Warning: getimagesize(http://fixmyfarmville.com/adoptables/templates/icons/fr.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/content/43/10587843/html/adoptables/classes/class_image.php on line 114

Perfect example of my problem....

opening this link:
Code:
http://fixmyfarmville.com/adoptables/templates/icons/fr.gif
gives me this error:
Code:
Fatal Error: Class TemplatesController either does not exist, or has its include path misconfigured!

Go to:
Code:
http://fixmyfarmville.com/templates/icons/fr.gif
And the picture loads fine...

If I remove '/adoptables' from the 'Script Path' in config.php I get smarty and config missing errors....

Please can't someone help me? I've tried reuploading and reinstalling several times (which takes about 2 hours on dialup) and I've read probably half this forum, and spent hours searching google....
Reply With Quote