Quick Install Guide
#41
Posted 11 October 2005 - 02:03 PM
Vger
#42
Posted 24 October 2005 - 01:38 PM
I've just downloaded the stuff and am ready to install. I've created a blank database, extractedthe catalog folder and have changed the CHMOD 755 to all folders and 777 to both the configure files.
Now when I go to my website to continue the install, I get a 404 error. I've tried www.mysite.com/install and www.mysite.com/catalog/install, nothing works.
I've been trying forever to figure this out, does anyone know what I'm doing wrong?
Tnx
#43
Posted 24 October 2005 - 01:50 PM
FTP to your website and make sure that osCommerce is where all of your other files would be, including your default holding page (usually index.htm or html).
Vger
#44
Posted 24 October 2005 - 02:24 PM
Vger, on Oct 24 2005, 09:50 AM, said:
FTP to your website and make sure that osCommerce is where all of your other files would be, including your default holding page (usually index.htm or html).
Vger
So if your web pages/index were in the "http://www.mydomainname.com/public_html" folder, you would want the OS Commerce catalog folder to be located in "http://www.mydomainname.com/public_html/catalog"?
#45
Posted 24 October 2005 - 02:33 PM
Be aware that if you use a programme like FrontPage or Dreamweaver to upload to your website then unless they are set up to upload specifically to the public_html folder then they may actually upload to the first folder they come to.
Vger
#46
Posted 25 October 2005 - 09:45 PM
I got problems that didn't get answer, hopefully I could get helps here. Well, I have uploaded my catalog folder and database which I prebuild using XAMPP server into my hosting server.
As Vger pointed out, I have to reconfigure both includes\configure.php and admin\includes\configure.php. However, I am totally a newbie, and don't know what should filled in the http_server (' _____');
I saw somebody posted here saying should be my IP_Address.
The IP_Address is it the Server IP_Address that I found in my Hosting Control Panel?
#48
Posted 25 October 2005 - 10:16 PM
how about this one? HTTP_COOKIE_PATH', '/catalog/');
#49
Posted 25 October 2005 - 10:21 PM
Vger
#51
Posted 21 November 2005 - 09:25 AM
Iam totally new to Oscommerce, big thanks so far for this install guide, but i have hit a problem and would really like some help,
I have installed the catalogue no problem so far, but when i try and go to the Admin index i get this
p.s i have changed Admin to Neils
"Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/www/kirrey.freesuperhost.com/Neils/includes/functions/database.php on line 19
Unable to connect to database server!"
Can any one help!
Thanks
#52
Posted 21 November 2005 - 10:22 AM
Vger
#53
Posted 21 November 2005 - 10:44 AM
Vger, on Nov 21 2005, 10:22 AM, said:
Vger
Thanks Vger, but if i go to that url catalog/includes/configure.php, it just comes up Forbidden, you dont have permission to access
sorry for being so crap at all this!
Edited by kirky r33, 21 November 2005 - 10:44 AM.
#54
Posted 21 November 2005 - 10:58 AM
Vger
#55
Posted 21 November 2005 - 06:28 PM
I'm new to the forums and to osCommerce, and I'm having a weird problem.
I have Apache 2.0.55 with PHP 5.0.5 and MySQL installed (with PHPMyAdmin).
For looking at osCommerce for the first time, I'm testing it on my own computer. I've put the contents of the "catalog" folder into my Apache doc root, in the folder "oscommerce". So, when starting http://localhost/oscommerce, the installation page shows up. All's fine so far, I click on the Install button, the next page shows up "New Installation", but when I click on the Continue button on this page, nothing happens! I can't figure out why.
Can anyone help me with this, please?
#56
Posted 22 November 2005 - 01:51 AM
I did the instalation and everythig was ok but in step 7:
Warning: fopen(c:/domains/mydomain.com/wwwroot/oscommerce/catalog/includes/configure.php): failed to open stream: Invalid argument in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 209
Warning: fputs(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 210
Warning: fclose(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 211
Warning: fopen(c:/domains/mydomain.com/wwwroot/oscommerce/catalog/admin/includes/configure.php): failed to open stream: Permission denied in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 259
Warning: fputs(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 260
Warning: fclose(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 261
The configuration was successful!
Then when i pushed "Administration Tool":
Warning: mysql_connect(): Access denied for user: 'mysql@localhost' (Using password: NO) in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\admin\includes\functions\database.php on line 19
Unable to connect to database server!
I veryfied that my user, pass and database name were ok and they are!!
Can u plz help me???
Thanks
#57
Posted 22 November 2005 - 03:12 PM
Vger
rbilei, on Nov 21 2005, 06:28 PM, said:
I'm new to the forums and to osCommerce, and I'm having a weird problem.
I have Apache 2.0.55 with PHP 5.0.5 and MySQL installed (with PHPMyAdmin).
For looking at osCommerce for the first time, I'm testing it on my own computer. I've put the contents of the "catalog" folder into my Apache doc root, in the folder "oscommerce". So, when starting http://localhost/oscommerce, the installation page shows up. All's fine so far, I click on the Install button, the next page shows up "New Installation", but when I click on the Continue button on this page, nothing happens! I can't figure out why.
Can anyone help me with this, please?
Sometimes when the install is run, especially on Windows servers, the admin/includes/configure.php file does not get data written to it. Check that file against the contents of the includes/configure.php file and insert the data as appropriate.
Vger
Acarril, on Nov 22 2005, 01:51 AM, said:
I did the instalation and everythig was ok but in step 7:
Warning: fopen(c:/domains/mydomain.com/wwwroot/oscommerce/catalog/includes/configure.php): failed to open stream: Invalid argument in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 209
Warning: fputs(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 210
Warning: fclose(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 211
Warning: fopen(c:/domains/mydomain.com/wwwroot/oscommerce/catalog/admin/includes/configure.php): failed to open stream: Permission denied in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 259
Warning: fputs(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 260
Warning: fclose(): supplied argument is not a valid stream resource in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\install\templates\pages\install_7.php on line 261
The configuration was successful!
Then when i pushed "Administration Tool":
Warning: mysql_connect(): Access denied for user: 'mysql@localhost' (Using password: NO) in c:\domains\mydomain.com\wwwroot\oscommerce\catalog\admin\includes\functions\database.php on line 19
Unable to connect to database server!
I veryfied that my user, pass and database name were ok and they are!!
Can u plz help me???
Thanks
#58
Posted 29 November 2005 - 09:39 PM
#59
Posted 29 November 2005 - 10:47 PM
#60
Posted 29 November 2005 - 10:51 PM
Vger









