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

 

standard installation

22 replies to this topic
#1
irishretail

    PrestaShop Newbie

  • Members
  • Pip
  • 5 posts
Prestashop looks good but I cannot seem to get past stage 3 of installation


Any professional suggestions needed.

It is amazing that no one has an answer for this!

I have been in hosting for 10 years and why have a good looking software that is hard to install

it hangs on step 3 and as you know i am not the only person having these problems

No stupid sauggestions please like changing config files an d editing PHP

just a plain simple answer as to why this happens

#2
irishretail

    PrestaShop Newbie

  • Members
  • Pip
  • 5 posts
can anyone of you please tell me why prestashop won't install past step 3

The shop runs fine but no admin access as of course the full installation was not completed.

PHP5 yes
mysql yes

This is a common problem but no one has a clear answer

#3
Dio

    PrestaShop Apprentice

  • Members
  • PipPip
  • 134 posts
Have you tried to install it locally? As for hosting we faced the same problem it depends on the way how PHP5 switched on your host server

#4
irishretail

    PrestaShop Newbie

  • Members
  • Pip
  • 5 posts
ok that helps NOT and thanks for the useless advertising

maybe they should change the name to PRESTAFLOP

Ok serious how did you fix the problem as you say you had the same problem

i am using 21st century hosting systems so can't be them
although they are in ireland so could well be the problem lololololol

#5
irishretail

    PrestaShop Newbie

  • Members
  • Pip
  • 5 posts
zzzzzzzzzzzzzzzzzzzzzzzzz
two days later and the whole of Europe has no answer to this problem

resession? wonder why.

#6
summer

    PrestaShop Apprentice

  • Members
  • PipPip
  • 62 posts
Ask your hosting provider to switch from cgi mode to isapi mode, this will solve your problem

#7
FSpearz

    PrestaShop Newbie

  • Members
  • Pip
  • 20 posts

From 1243211937:

Ask your hosting provider to switch from cgi mode to isapi mode, this will solve your problem
It doesn't matter whether Php is installed as cgi or cli. We installed Prestahop on several servers with differnet Php modes, cgi and cli, and it works just fine. This is not the issue.

My question to "irishretail", when you said that installation halts at stage 3, what do you mean by that? Do you have any permission issues and/or ownership of the file? In other words, did you set the proper permission and/or ownership on all files/directories? Do you have access to root? If so, can you check Apache log file error_log for any errors?

#8
Ryan Lopez

    PrestaShop Newbie

  • Members
  • Pip
  • 1 posts
I have run into the same problem. I am pretty new at this though.

#9
ioane

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts

From 1243259387:

My question to "irishretail", when you said that installation halts at stage 3, what do you mean by that? Do you have any permission issues and/or ownership of the file? In other words, did you set the proper permission and/or ownership on all files/directories? Do you have access to root? If so, can you check Apache log file error_log for any errors?



apache error.log:

 PHP Warning:  date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead in C:\\Apache2.2-htdocs\\_presta\\install\\xml\\createDB.php on line 47, referer: http://localhost/_presta/install/


it seems that we must use date_default_timezone_set() function to set the timezone; I encountered this error before (if you try to use any date function in latest php versions); the only question is where to use this function in presta files; I'm installing it for the first time :)

I put it in install/xml/createDB.php:
date_default_timezone_set('Europe/Bucharest');


and it worked. This is not optimum but after the installation completes you will have to erase the install folder anyway.

Presta should have a centralized way of dealing with timezones...

List of supported timezones in php

#10
basesniper

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts
it has been a week, http://www.prestasho...n_1_dot_2_dot_5

#11
ioane

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts

From 1265676762:

it has been a week


so it worked for you also?

#12
JohnnyO_57

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
I too am new to PrestaShop and can not get past step 3, meaning I get to step 3, press the "next" buttom and nothing happens.

I have searched the forum for solutions and have attempted every one of them. I have deleted and reinstalled PrestaShop and the DB many times.

Is there a solution for this issue or should I look for a different shopping cart?

Thank you!

#13
ioane

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts
see my post above... It worked for me.

#14
JohnnyO_57

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts

From 1265692141:

see my post above... It worked for me.


I did try that as well...

array('_PS_CREATION_DATE_', date_default_timezone_set('Europe/Bucharest');
array('_PS_VERSION_', INSTALL_VERSION)


still did not work!

Any other ideas??

#15
basesniper

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts

From 1265683583:

From 1265676762:

it has been a week


so it worked for you also?


hi ioane, Nope, it still didnt work. am still stuck at step 3. the prestashop is running BUT without email login, i cant enter into admin mode to setup the shop!

#16
ioane

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts

From 1265693882:


array('_PS_CREATION_DATE_', date_default_timezone_set('Europe/Bucharest');
array('_PS_VERSION_', INSTALL_VERSION)


I have no idea what that means.

What I did was just to add

date_default_timezone_set('Europe/Bucharest');

immediately after <?php in the file C:\\Apache2.2-htdocs\\_presta\\install\\xml\\createDB.php (your path might differ).


<?php
date_default_timezone_set('Europe/Bucharest');


After I modified this I hit next in the installation page and it worked.

If that doesn't work, you can look into the apache error.log and see what is the last error.

#17
JohnnyO_57

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
Thank you, thank you, thank you!!

That worked for me!!

You are the greatest....

Modified CreateDB.php file attached

Attached Files



#18
ioane

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts
I'm glad it worked :)

It's a shame that people get this error during installation because Presta Shop really looks promising.

Another thing: This error appears mostly when you install it locally. If you install it on some webhosting server and if the server if configured properly (timezone is set in php.ini) you will not get this error.

#19
JohnnyO_57

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
In my case I was setting it up on a hosting server.... I guess something is not set up correctly.

Again I thank you for your guidance.

#20
greenegraphics

    PrestaShop Newbie

  • Members
  • Pip
  • 1 posts
I'm having trouble installing Prestashop. Like many others with this same problem I'm stuck on step 3, the install will not go pass this step and I have no idea why. I'm not a developer or programmer just a graphic designer but I do understand some coding. I have setup my database with MySQL through my godaddy account. I've also tried many of the solutions offered on this forum but with no success. I uploaded the Prestashop files remotely on the godaddy server.

I notice that every time I go to my website with the installation I see two error message about the page that reads

Warning: include_once(../classes/Validate.php) [function.include-once]: failed to open stream: No such file or directory in D:\Hosting\5701953\html\install\classes\LanguagesManager.php on line 3

Warning: include_once() [function.include]: Failed opening '../classes/Validate.php' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\5701953\html\install\classes\LanguagesManager.php on line 3

I would appreciate it if somebody could please help me out with this.


Thank you