hargz Posted November 17, 2008 Share Posted November 17, 2008 Hi, I'm using a PHP script and on the admin page it is messing up. Carauctionz.co.uk/control Could someone please explain to me what is wrong? This is a fresh instalation Thanks Sam Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/ Share on other sites More sharing options...
trq Posted November 17, 2008 Share Posted November 17, 2008 Looks like a permissions issue. make sure apache has permissions to read the included files. Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-692028 Share on other sites More sharing options...
hargz Posted November 17, 2008 Author Share Posted November 17, 2008 How do i do this? Thanks Sam Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-692034 Share on other sites More sharing options...
hargz Posted November 17, 2008 Author Share Posted November 17, 2008 i also receive this error: Warning: mysql_query() [function.mysql-query]: Access denied for user 'carauctionz.co.u'@'localhost' (using password: NO) in /home/sites/carauctionz.co.uk what does it mean? Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-692042 Share on other sites More sharing options...
trq Posted November 17, 2008 Share Posted November 17, 2008 It meens you didn't pass a password allong to the mysql_connect() function. As for permissions, log in via ssh and chmod your directories to 775 and files to 664. Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-692057 Share on other sites More sharing options...
hargz Posted November 24, 2008 Author Share Posted November 24, 2008 Turns out the script is out of date and won't work on the new server. The server is php 4.4.8 and the script is php 4.2.2 Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-698226 Share on other sites More sharing options...
trq Posted November 24, 2008 Share Posted November 24, 2008 The server is php 4.4.8 and the script is php 4.2.2 Both of which are long passed there use-by. Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-698232 Share on other sites More sharing options...
revraz Posted November 25, 2008 Share Posted November 25, 2008 It really sounds like all you are missing is the setup entries. Link to comment https://forums.phpfreaks.com/topic/133071-website-is-messing-up/#findComment-698914 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.