CONetWebDesign Posted February 7, 2013 Share Posted February 7, 2013 Hi there, I followed your instructions on how to transfer my shop from a subdomain to a live domain and everything seemed to go smoothly, however now (when I turn errors on) my homepage is blank apart from this message: Fatal error: Call to undefined method ImageType::getFormatedName() in /home/ftp_conet_customer_sites/safety-sign-shop.com/modules/homefeatured/homefeatured.php on line 111 And on line 111 of homefeatured.php I have this: 'homeSize' => Image::getSize(ImageType::getFormatedName('home')), Any ideas please guys? Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 Hi there, I followed your instructions on how to transfer my shop from a subdomain to a live domain and everything seemed to go smoothly, however now (when I turn errors on) my homepage is blank apart from this message: Fatal error: Call to undefined method ImageType::getFormatedName() in /home/ftp_conet_customer_sites/safety-sign-shop.com/modules/homefeatured/homefeatured.php on line 111 And on line 111 of homefeatured.php I have this: 'homeSize' => Image::getSize(ImageType::getFormatedName('home')), Any ideas please guys? What's your prestashop version? Link to comment Share on other sites More sharing options...
CONetWebDesign Posted February 7, 2013 Author Share Posted February 7, 2013 1.5.3.1 Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 1.5.3.1 I really tried, but couldn't get the error on my config... ) Link to comment Share on other sites More sharing options...
CONetWebDesign Posted February 7, 2013 Author Share Posted February 7, 2013 Would it help if I posted my FULL settings file ? Thanks for getting back to me so quickly.. Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 What if you turn off display_errors? Does the site work properly? I don't think there is something wrong with your settings file... And where did you turn on error display? defines.inc.php or config.inc.php? Link to comment Share on other sites More sharing options...
CONetWebDesign Posted February 7, 2013 Author Share Posted February 7, 2013 No it doesn't work properly if its turned off I turned the error display on in config.inc.php like this: /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', false); Should I do it in defines.inc.php ? Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 (edited) No it doesn't work properly if its turned off I turned the error display on in config.inc.php like this: /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', false); Should I do it in defines.inc.php ? So, if i understand correct you have just blank white page when errors are not displayed. Check you have wright permissions (775) to the folders: themes/your_theme/cache/ /cache/smarty/compile /cache/smarty/cache /cache/cachfs Edited February 7, 2013 by doubleD (see edit history) Link to comment Share on other sites More sharing options...
CONetWebDesign Posted February 7, 2013 Author Share Posted February 7, 2013 Thats correct. I have turned off the errors and made each of my folders 775 as you have listed above but still get a blank screen: http://www.safety-sign-shop.com/index.php Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 Thats correct. I have turned off the errors and made each of my folders 775 as you have listed above but still get a blank screen: http://www.safety-si...p.com/index.php Well, and i have Error 500 (Internal Server Error) screen Try to set define('_PS_MODE_DEV_', true); in defines.inc.php and then see what it says there Link to comment Share on other sites More sharing options...
CONetWebDesign Posted February 7, 2013 Author Share Posted February 7, 2013 Done.. same error? Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 Done.. same error? The same error, I can see your site is working but some pages don't (like index and category) Are you sure all files were transfered successfully? https://www.safety-sign-shop.com/index.php?controller=contact Link to comment Share on other sites More sharing options...
CONetWebDesign Posted February 7, 2013 Author Share Posted February 7, 2013 I just checked the two versions on my hardrive.. The one I developed on the old sub domain has 22,000 files and 3198 folders. The version I downloaded from the sub domain and then uploaded to my live site only has 15,000 files and 2273 folders!!? YIKES! Hmm thats tomorrows job then! Thanks for the help man, very much appreciated. Link to comment Share on other sites More sharing options...
doubleD Posted February 7, 2013 Share Posted February 7, 2013 Glad i could help. Good luck! ) Link to comment Share on other sites More sharing options...
Recommended Posts