Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

warning:fopen("c:\etc...)


Guest

Recommended Posts

At the end of installation I always get warning message:

fopen("c:..catalogcataloginstalltemplatespagesinstall_5.php")

line 164

No such afile or directory

 

I can not open -Administration Tool--

Shall I change something?

Thankss

Ema :roll:

Link to comment
Share on other sites

1046 - Aucune base n'a ?t? s?lectionn?e

 

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

 

[TEP STOP]

 

what do you think about this new one?I haven't found anything in configuration.php

first steps :roll:

Link to comment
Share on other sites

search for

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

make it

 

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Link to comment
Share on other sites

search for

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

make it

 

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

/catalog/includes/configure.php

/admin/includes/configure.php

 

At the bottom

Steve

-------------------------

Link to comment
Share on other sites

Hi Ema,

 

If you are still having problems I want to suggest the following: Go the the following url and follow instructions very carefully.

 

http://guide.oscdox.com/Installation_Guide...nstructions.htm

 

Make sure you install the osCommerse version that is recommended in the instructions. Then proceed to upload your files in the manner that is suggested and make sure your permissions are set right on the crucial configure files. After I did this my problem went away and I can now successfully acess the ADMINISTRATION area without getting an error. I hope this helps. Let me know!

 

Thanks,

-Rudy

Link to comment
Share on other sites

Thanks for the response, Your advice did cure the fpopen error I was getting on the Session file, but didn't fix the Database Connection error. I had to change the following stuff in the two files you mentioned to get the database working under Admin:-

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', 'root');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', 'catalog');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

 

 

Paul

Link to comment
Share on other sites

All my problems came from the root...

I used to install in www/oscommerce/catalog/admin/

the right path is www/catalog/admin/

 

www = your web server directory

 

ciaoo

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...