Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Successful configuration, but Still Unusable


Guest

Recommended Posts

Posted

I may not have given enough information

 

Site http://www.cdrepair.com

 

using catalog on root level and admin inside config

 

Have not changed name or passworded admin..

can't figure out how with fetch for Macintosh,(Help mac pros please!)

 

I configured permissions successfully, but both of the buttons on that screen said similar problem responses.

 

Clicking Catalog referred this

 

Warning: mysql_pconnect, shell_exec, phpinfo() has been disabled for security reasons in /home/content/c/d/r/cdrepair/html/catalog/includes/functions/database.php on line 17

Unable to connect to database server!

 

and Clicking Administration tool returned this

 

Warning: mysql_pconnect, shell_exec, phpinfo() has been disabled for security reasons in /home/content/c/d/r/cdrepair/html/catalog/admin/includes/functions/database.php on line 17

Unable to connect to database server!

 

What must I do? Please give a little advise as my site has been down for 5 days for godaddy to configure the secured cert properly. Any help is appreciated, I am standing by without direction...

Posted

In both configuration files (catalog/incudes/configure.php and catalog/admin/includes/configure.php) set this line:

 

define('USE_PCONNECT', 'true'); // use persisstent connections?

 

to:

 

define('USE_PCONNECT', 'false'); // use persisstent connections?

 

That's a new one for me. Lets hope this is enough.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

On reading the post again it looks you're still at the install stage. Do not select persistent connections on the install screen.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

Thanks Alan,

 

That solved it.

 

Marc

Archived

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

×
×
  • Create New...