Ph0b0s Posted April 18, 2008 Posted April 18, 2008 My server (www.a2hosting.com) last day updated the server to the version 5.2.5 of php. And now my stores show up like this: http://www30.a2hosting.com/~ibcsetup/index.php Seems like it's not respecting the CSS neither loading the images. Anyone know any issue known with php 5.2.5? Thanks in advance!
Ph0b0s Posted April 18, 2008 Author Posted April 18, 2008 I've been doing more tests and it's all a matter of interface. Everything else works just fine.
♥FWR Media Posted April 18, 2008 Posted April 18, 2008 My server (www.a2hosting.com) last day updated the server to the version 5.2.5 of php. And now my stores show up like this: http://www30.a2hosting.com/~ibcsetup/index.php Seems like it's not respecting the CSS neither loading the images. Anyone know any issue known with php 5.2.5? Thanks in advance! Base href is empty for a start, could be a few things. includes/application_top.php $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; Doesn't seem to be working .. try .. // set the type of request (secure or not) // $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; // set the type of request (secure or not) $request_type = (getenv('SERVER_PORT') == '443') ? 'SSL' : 'NONSSL'; Check PHP settings for: - register_long_arrays = on Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
Ph0b0s Posted April 18, 2008 Author Posted April 18, 2008 It solved the problem! Thanks so much for the help, really apreciated! ;) Hope this topic helps other too :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.