vyb3 Posted October 19, 2008 Share Posted October 19, 2008 I've designed my site in adobe photoshop and programmed it with php I used dreamweaver to make the layout. The problem I have is the site doesnt always load fully, see if it loads for you... www.vyb3.co.uk I think it maybe a problem with my PHP navigation system, as I have like 60 CASE BREAK statements for the navigation system. Even if this is the problem I don't know how to change this system into a more efficient... I can't think what else it would be.... any ideas people? Link to comment https://forums.phpfreaks.com/topic/129131-problem-with-my-site-loading/ Share on other sites More sharing options...
wildteen88 Posted October 19, 2008 Share Posted October 19, 2008 Could be a number of things Either PHP is set to timeout too early, 30 seconds is recommended You have an error in your script which is terminating the script early Or it could be your HTTP server terminating the connection prematurely. Have a word with your web host about this, in the mean time check your servers error logs to see if is a PHP error causing this. Link to comment https://forums.phpfreaks.com/topic/129131-problem-with-my-site-loading/#findComment-669468 Share on other sites More sharing options...
vyb3 Posted October 19, 2008 Author Share Posted October 19, 2008 I've spoke to my webost and they haven't responded... I do think its a problem with a script but i just dont know what.... Link to comment https://forums.phpfreaks.com/topic/129131-problem-with-my-site-loading/#findComment-669482 Share on other sites More sharing options...
Maq Posted October 19, 2008 Share Posted October 19, 2008 It loaded fine for me on the first try... Link to comment https://forums.phpfreaks.com/topic/129131-problem-with-my-site-loading/#findComment-669526 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.