Author Topic: Installation hangs up at data configuration  (Read 6300 times)

Offline Altered

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Installation hangs up at data configuration
« on: January 18, 2016, 07:41:26 PM »
This is the error I get.

Error:
INSERT INTO `abc_dataset_definition` (`dataset_id`,`dataset_column_id`,`dataset_column_name`,`dataset_column_type`,`dataset_column_sort_order`) VALUES (2,10, 'item_id','varchar',1), (2,11, 'item_text','varchar',2), (2,12, 'item_url','varchar',3), (2,13, 'parent_id','varchar',4), (2,14, 'sort_order','integer',5), (2,15, 'item_type','varchar',6), (2,40, 'item_icon_rl_id','varchar',7); in /data/19/4/86/48/4412048/user/5151133/htdocs/core/database/amysqli.php on line 105

The table is being written but this error won't let the install complete?

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Installation hangs up at data configuration
« Reply #1 on: January 18, 2016, 09:57:58 PM »
It is hard to see the issue in what you have posted. Can you try to run this SQL in your database and see the exact error.
If you have duplicate error, this will mean it was ran before.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Altered

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Installation hangs up at data configuration
« Reply #2 on: January 18, 2016, 10:33:25 PM »
I did. I emptied the table dataset_definitions. Then ran the sql statement directly on the database and it worked fine. So I went back and started the install over again and when I got to the data configuration step it did the same thing. Any ideas?

Offline Altered

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Installation hangs up at data configuration
« Reply #3 on: January 20, 2016, 04:36:42 PM »
Still trying to figure this out. I emptied the database, deleted all the files, reuploaded the files and got the same result.
Following error has occurred during installation:
OK:
Name    Info
10000::database error
   Error:
INSERT INTO `abc_dataset_definition` (`dataset_id`,`dataset_column_id`,`dataset_column_name`,`dataset_column_type`,`dataset_column_sort_order`) VALUES (2,10, 'item_id','varchar',1), (2,11, 'item_text','varchar',2), (2,12, 'item_url','varchar',3), (2,13, 'parent_id','varchar',4), (2,14, 'sort_order','integer',5), (2,15, 'item_type','varchar',6), (2,40, 'item_icon_rl_id','varchar',7); in /data/19/4/86/48/4412048/user/5151133/htdocs/core/database/amysqli.php on line 105

Any ideas, I need to get this moving. :P

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Installation hangs up at data configuration
« Reply #4 on: January 22, 2016, 08:22:29 AM »
Hi.
Try to install AbanteCart to completely new and empty database

Offline Altered

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Installation hangs up at data configuration
« Reply #5 on: January 22, 2016, 07:13:55 PM »
i deleted the files and emptied the database. Then I tried using installatron.com. The install worked and the admin is fine. But I get:


500: Internal server error

This error is generated when a script running on the server could not be implemented or permissions are incorrectly assigned for files or directories

Troubleshooting suggestions:

Temporarily disable any rewrite rules by renaming your .htaccess file if it exists.

Ensure that any CGI or Perl scripts have at least .755. permissions.

If trying to run PHP and you get this error, you may have an invalid php.ini in your /cgi-bin, or may be missing your php.dat file in this folder.

I tried disabling the rewrite rules even though the store is in the root
Permissions are now at 0777 which is bad but still no luck

Anybody have any ideas?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Installation hangs up at data configuration
« Reply #6 on: January 25, 2016, 02:25:59 AM »
500: Internal server error

Ensure that any CGI or Perl scripts have at least .755. permissions.

Hello. Ask your hosting support to help you. AbanteCart did not provide any CGI or Perl scripts and have disabled .htaccess by default. Looks like you have server side misconfiguration.

 

Powered by SMFPacks Social Login Mod