Jump to content

Bad SubDomain SQL query.


Albal

Recommended Posts

I am receiving the 'Bad Subdomain SQL query' error on my site. My site hasn't been moved from another host/server.

 

I have followed the instructions on the bug reports and ran the following:

 

INSERT INTO `ps_subdomain`( `id_subdomain`, `name` )
VALUES (
'1', 'www'
)

 

 

But upon running that I receive this error:

#1033 - Incorrect information in file: './dbname_ps/ps_subdomain.frm'

 

 

The ps_subdomain.frm table contains the following:

 

 

SELECT * 
FROM  `ps_subdomain` 
LIMIT 0 , 30

 

I have tried searching for this issue but haven't found anything.

 

Does anyone know how to fix this? Any help is much appreciated.

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...