close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Table 'powerstore200.products' doesn't exist

Thread began 1/13/2010 4:25 pm by westmorelandgraphics311771 | Last modified 1/16/2010 6:44 pm by neilo | 1378 views | 5 replies |

westmorelandgraphics311771

Table 'powerstore200.products' doesn't exist

I have gone through the getting started guide for PowerStore and seem to have had success through all the steps, including importing the .sql files through phpMyAdmin. I show 8 tables. I uploaded PS to my site and have accessed the admin login window. After logging in, I get the following error message:

Table 'powerstore200.products' doesn't exist

I know it's there. I can see it. I seem to be missing a communication somewhere, but, I don't know where. Anyone know what's going on?

Sign in to reply to this post

Jason ByrnesWebAssist

According to the error, it is looking for the products table in the powerstore200 database, are you sure you are looking in the correct database?

Sign in to reply to this post

westmorelandgraphics311771

President charades

Yes, it's there. Here's what I show at phpMyAdmin-

powerstore200 (8)

optiongroups
options
orderdetails
orders
productcategories
productoptions
products
users

Products opens up to show a list of 15 fields.

Sign in to reply to this post

Jason ByrnesWebAssist

Double check the connection file, make sure the connection file is set to connect to the same MySQL Server as the one you are checking.


Are you testing locally? Or remotely?

If you are testing loccally, make sure the connection is set to connect to your local MySQL Server and that the database has been properly created in your local server.

If remotely, make sure it is connecting to the remote MySQL Server and that the database has been created there.

Sign in to reply to this post

westmorelandgraphics311771

Table 'powerstore200.products' doesn't exist

I'm testing remotely. I've tried everything I know how to do to get a connection. I'm new at this and a lot of the documentation is over my head. The database exists at phpMyAdmin. I've created a database with matching name on my domain. I just don't know what to do next to connect the two.

Sign in to reply to this post

neilo

A typical connection file might look like this:

<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_localhost = "localhost";
$database_localhost = "uks12345cms";
$username_localhost = "uks12345neilo";
$password_localhost = "01234567;
$localhost = mysql_pconnect($hostname_localhost, $username_localhost, $password_localhost) or trigger_error(mysql_error(),E_USER_ERROR);
?>

Maybe not all the time, but very often your database name has a prefix assigned to it when you create it in your control panel. So for me, if I create a new database called 'cms', a prefix (my control panel username) is prefixed to the beginning and it becomes: uks12345cms.

If you ever have to log in to phpMyAdmin via a phpMyAdmin login window, that would be your username. Check any documentation you have, and see if it specifies a prefix.

The best people to ask what your exact database access details are would be your hosting providers. You could have this cleared up in a couple of minutes.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...