Jump to content

Error on the home page


cubehelper

Recommended Posts

I just installed the latest version of beta but when I tried to access the home page,

I got the following error:

MySQL Error Occured

Error Message:

1146: Table 'cubecart_v421.cubecart_sessions' doesn't exist

SQL:

SELECT sessId FROM CubeCart_sessions WHERE sessId=''

Doesn't this table suppose to be created during installation?

-John

I just installed the latest version of beta but when I tried to access the home page,

I got the following error:

MySQL Error Occured

Error Message:

1146: Table 'cubecart_v421.cubecart_sessions' doesn't exist

SQL:

SELECT sessId FROM CubeCart_sessions WHERE sessId=''

Doesn't this table suppose to be created during installation?

-John

Does anyone else have this issue?

-John

Link to comment
Share on other sites

Guest Brivtech

I haven't come across it - Have you looked in the bug reports? My guess it that there could be a SQL version problem, or some permissions problem.

What version of mySQL are you using?

Link to comment
Share on other sites

Do you happen to be on a Windows server? Or perhaps is your MySQL server running on windows?

I was able to figure out the problem. The problem is some of tables were not installed by the installation script. Any tables with Text columns default to '' caused a problem because mySQL is complaining that you can't default to blank for Text field. I got this error when I tried to manuallly the tables like cubecart_session table. I have mysql version 5.0.27 installed on my Windows Server.

My site issue now is I can't get into the admin tool. I got 404 error. Any ideas?

Thanks,

-John

Link to comment
Share on other sites

Guest Brivtech

CC 3 and older used: /admin/ or /admin/index.php as the admin login.

CC4 used /admin.php from the root directly.

Check you're not trying to find Admin the old way.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...