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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.