The problem lies with the fact it needs to connect to a mysql db for accessing and writing/editing tables in it.
In the tut, there is a .SQL, how do I get it into the database? when i tried an upload inside the phpmyadmin, using the import, it gave me an error.
QUOTE
Error
SQL query:
CREATE DATABASE IF NOT EXISTS plaincart;
MySQL said: Documentation
#1044 - Access denied for user 'starlightwish_user'@'localhost' to database 'plaincart'
SQL query:
CREATE DATABASE IF NOT EXISTS plaincart;
MySQL said: Documentation
#1044 - Access denied for user 'starlightwish_user'@'localhost' to database 'plaincart'
my db name is starlightwish_plaincart
my db username is starlightwish_user
the file i am uploading is plaincart.sql
if you want i will quote the sql file code too.