Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating My First Database - Help


Cheeky Monkey

Recommended Posts

Posted

Hi,

 

Have got to the Install screen for OSCommerce, but nothing happens when I click install. Possibly because I have no Db yet on my site!!!? I can access phpMyadmin from my host's control panel, and can create a simple database - but cant seem to export it to my site. Can someone tell me if there is a template Db or how I get over this part and onto site configuration? Where would the Db sit within FTP/site heirarchy? Sorry to ask such simple questions!

Posted
Hi,

 

Have got to the Install screen for OSCommerce, but nothing happens when I click install. Possibly because I have no Db yet on my site!!!? I can access phpMyadmin from my host's control panel, and can create a simple database - but cant seem to export it to my site. Can someone tell me if there is a template Db or how I get over this part and onto site configuration? Where would the Db sit within FTP/site heirarchy? Sorry to ask such simple questions!

Ok - i think I now know this is a Step 2 issue that many people have. I created a php.ini file and set register_long_arrays = ON. However - no change:( I created the php.ini in word and all it has in it is register_globals = ON

register_long_arrays = ON

 

Can anyone offer advice?

Posted

First off, don't use Word to create or edit any files. Use a plain text editor.

 

If you are allowed to use a local php.ini file, I think it would still need a server re-start to take effect.

 

Something else you could try is doing a search through your files and replace

 

$HTTP_GET_VARS, $HTTP_POST_VARS and $HTTP_COOKIE_VARS with

 

$_GET, $_POST and $_COOKIE

 

I'm not sure how well that works but worth a go.

Archived

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

×
×
  • Create New...