PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

[Solved] installation stucked on Step 3 - installation type

7 replies to this topic
#1
akboselk

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts
Hi

PS 1.4.4 installation error as below. I am on cpanel server

Initial steps (1 & 2 ) OK with ALL recommendation settings accepted. Folder permision also Correct

On STEP 3 >> DB connection Fine. also mail delivery OK

Now here the issue,
===================

On STEP 3 >> Installation type >> Simple Mode , giving below error

----------------
Error while inserting data in the database:
'SET NAMES \\\'utf8\\\''
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\\\'utf8\\\'\' at line 1(Error: : 1064)
----------------

On STEP 3 >> Installation type >> Full mode , giving below error

----------------
Error while inserting data in the database:
'SET NAMES \\\'utf8\\\''
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\\\'utf8\\\'\' at line 1(Error: : 1064)
----------------


So How we goto Next step and complete the installation ? How to Fix this installation problem on STABLE 1.4.4 ?


thanks

#2
Kerm

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 1054 posts
DB user has all privileges? U create new DB with UTF8 encoding?

I think here some thing wrong with mysql
Создание Интернет-магазинов на Prestashop любой сложности, дизайн, продумывание юзобилити, верстка любой сложности , установка, настройка и создание уникальных модулей, перевод, срочное исправление ошибок и сбоев в работе интернет-магазина.

#3
akboselk

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts
Hi Kerm

DB user has all privileges? YES, DB Connection is OK

U create new DB with UTF8 encoding? >> There is no place to select on cPanel >> MySQL when it create. But phpMyAdmin I can see utf8_general_ci

--------- MySQL settings as below ---------------------

MySQL connection collation : utf8_general_ci


MYSQL
Server: Localhost via UNIX socket
Server version: 5.0.92-community-log
Protocol version: 10
User: multilan@localhost
MySQL charset: UTF-8 Unicode (utf8)

Web SERVER
cpsrvd 11.30.2.1
MySQL client version: 4.1.22
PHP extension: mysql Documentation


phpMyAdmin
Version information: 3.4.3.2
Documentation
Wiki
Official Homepage
Contribute
Get support
List of changes

------------------------------------------
My settings as above and please check it and let me now how to solve it ?


Note : I have another PS installation (Ver 1.4.0.17 ) working on same hosting account)

#4
Kerm

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 1054 posts
Try turn off "Magic Quotes"
Создание Интернет-магазинов на Prestashop любой сложности, дизайн, продумывание юзобилити, верстка любой сложности , установка, настройка и создание уникальных модулей, перевод, срочное исправление ошибок и сбоев в работе интернет-магазина.

#5
akboselk

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts
Hi Kerm

Thank you so much for the help , now it is working fine.

And one more thing, will there be any BO or FO functioning problem due to this Magic Quotes OFF ?

Thanks

#6
Kerm

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 1054 posts
Prestashop requires turn off this function for normal installation and normal site work.
Создание Интернет-магазинов на Prestashop любой сложности, дизайн, продумывание юзобилити, верстка любой сложности , установка, настройка и создание уникальных модулей, перевод, срочное исправление ошибок и сбоев в работе интернет-магазина.

#7
liudas

    PrestaShop Newbie

  • Members
  • Pip
  • 5 posts
Hello guys. This is the way I managed to solve this problem:

Symptoms:

1. installation stuck on step 3 (DB connection – OK; Installation progress animation; but no success to move to step 4);
2. my mysql database engine is set to MyISAM;
3. default PS installation engine is selected as InnoDB;

Solution:

in step 3 choosing MyISAM DB engine helped me successfully move to step 4 :)

Hope my experience will help you.

#8
Kerm

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 1054 posts
Solve in my last post...change to MyISAM help u mb, but if u turn off magic quotes...u can use InnoDB and it's more better then MyISAM
Создание Интернет-магазинов на Prestashop любой сложности, дизайн, продумывание юзобилити, верстка любой сложности , установка, настройка и создание уникальных модулей, перевод, срочное исправление ошибок и сбоев в работе интернет-магазина.