yukisho Posted February 23, 2005 Share Posted February 23, 2005 ok I worked on osCommerce on localhost before uploading it. Well I got it to where I wanted it and after I upload everything, insert the database in, I get the following error: Warning: main(includes/configure.php): failed to open stream: Permission denied in /home/yukisho/public_html/includes/application_top.php on line 29 Fatal error: main(): Failed opening required 'includes/configure.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yukisho/public_html/includes/application_top.php on line 29 I have configure.php in the folder, but I think because I dont know which CHMOD I need to do thats whats happening. Please help. Link to comment Share on other sites More sharing options...
yukisho Posted February 23, 2005 Author Share Posted February 23, 2005 Ok I fixed that but now I get this error when I go into /admin/ and its not root as the database its yukisho_os and thats what it says in configure.php Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES) in /home/yukisho/public_html/admin/includes/functions/database.php on line 19 Unable to connect to database server! Link to comment Share on other sites More sharing options...
Guest Posted February 23, 2005 Share Posted February 23, 2005 Hi, you'll need to specify username and password on that database. This is usually done via phpMyAdmin or you server's control panel. Then when you set up osCommerce, just use the existing information you've just specify. Good luck with osCommerce! :thumbsup: Link to comment Share on other sites More sharing options...
yukisho Posted February 23, 2005 Author Share Posted February 23, 2005 which table in the database is it stored? Cant find it in configuration. Link to comment Share on other sites More sharing options...
Guest Posted February 23, 2005 Share Posted February 23, 2005 which table in the database is it stored? Cant find it in configuration. <{POST_SNAPBACK}> If you haven't yet created a database, you'll have to create a blank one. Then you can proceed with specifying the username and password. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.