Advertisement:

Author Topic: Can't create the database structure. Error number: 1289  (Read 6671 times)

kennypc

  • Newbie
  • *
  • Posts: 1
Can't create the database structure. Error number: 1289
« on: February 01, 2013, 05:31:56 am »
Help me this error, i have that arlet on step 2 install althought i created database on phpmyadmin, input correct information for connect database. Am using OS ver 3.0.2
Thanks so much.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Can't create the database structure. Error number: 1289
« Reply #1 on: February 01, 2013, 07:56:01 am »
Your database may not have InnoDB enabled. The best would be to check your error log as that should give you the whole error message.

Jay

paynani

  • Newbie
  • *
  • Posts: 26
Re: Can't create the database structure. Error number: 1289
« Reply #2 on: April 28, 2015, 05:26:31 am »
Help me this error, i have that arlet on step 2 install althought i created database on phpmyadmin, input correct information for connect database. Am using OS ver 3.0.2
Thanks so much.

active InnoDB in

C:\AppServ\MySQL\my.ini

#skip-innodb
skip-innodb

Raj321

  • Guest
Solved
« Reply #3 on: April 13, 2016, 12:56:58 pm »
Hi
« Last Edit: May 07, 2016, 08:08:01 pm by Raj321 »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Can't create the database structure. Error number: 1289
« Reply #4 on: April 13, 2016, 01:42:46 pm »
Hi,

Enter PhpMyAdmin (usually through your Web Panel -cPanel, Plesk...), and run this query:

Code: [Select]
SHOW ENGINES
If InnoDB is not in the list, you'll need to try this procedure here:

http://forums.osclass.org/3-2-x/can't-create-the-database-structure-error-number-1286/msg77033/#msg77033

Regards

Raj321

  • Guest
Re: Can't create the database structure. Error number: 1067
« Reply #5 on: April 13, 2016, 01:54:25 pm »
Dear Sir,

I found the InnoDB as per query. Pl find the attached file herewith & let me know what to do now?

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Can't create the database structure. Error number: 1289
« Reply #6 on: April 13, 2016, 02:16:54 pm »
Contact your hosting, seems like a problem on MySQL itself. ???

Regards

Raj321

  • Guest
Re: Can't create the database structure. Error number: 1067
« Reply #7 on: April 13, 2016, 02:32:43 pm »
Dear Sir,

I haven't using from any hosting provider i am using locally on my wamp server but it's not working. Therefore request you to provide me some solution?

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Can't create the database structure. Error number: 1289
« Reply #8 on: April 13, 2016, 02:47:34 pm »
Then your MySQL installation is faulty. See here:

http://mydailytech.com/how-to-fix-mysql-error-1067/

Regards

Raj321

  • Guest
unable to load modern theme on server
« Reply #9 on: April 28, 2016, 02:06:21 pm »
Dear Sir,

Pl help me my modern theme is not able to load on my hosting server bluehost.  It is taking only bender theme I tried lot removed all files than also unable to load my modern theme.pl suggest what can I do????

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Can't create the database structure. Error number: 1289
« Reply #10 on: April 28, 2016, 02:40:22 pm »
Hi,

Just download Modern to your computer:

http://market.osclass.org/themes/general/modern_77

and upload the theme folder to your server, /oc-content/themes

Regards

Raj321

  • Guest
Re: Login open issue on header
« Reply #11 on: May 03, 2016, 03:54:04 pm »
Dear Sir,

I am facing login popup issue when I click on login option it not showing below login option it is showing below home option.

I attached the code here pl let me know where can I add to resolve this issue.

Ashok Bhamla

  • Full Member
  • ***
  • Posts: 126
  • Just ask me
Re: Can't create the database structure. Error number: 1289
« Reply #12 on: May 03, 2016, 08:03:41 pm »
Issue with CSS and js file please cross check your theme files twice or use Inspect editor to find the issue .

also paste your url here let me check if i can do anything for you.

Raj321

  • Guest
Login button issue
« Reply #13 on: May 03, 2016, 08:31:36 pm »

Thnkx
Its http://edshoper.com
Pl check my attached css file & let me know what file need to modify & where.
Also I have one more issue when I click on watchlist their is showing one button name login button> which I want to change the text & height


Ashok Bhamla

  • Full Member
  • ***
  • Posts: 126
  • Just ask me
Re: Can't create the database structure. Error number: 1289
« Reply #14 on: May 03, 2016, 08:37:38 pm »
are you looking something like this



code here
#header #user_menu li form {
    background: #FFF;
    border: 1px solid #333;
    display: none!important;
    left: 260px !important;
    padding: 13px!important;
    position: absolute!important;
    top: 16px!important;
    z-index: 9999!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    text-align: left!important;
}