Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
standard installation
#1
Posted 13 May 2009 - 04:10 PM
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
Posted 13 May 2009 - 04:58 PM
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
Posted 13 May 2009 - 05:48 PM
#4
Posted 13 May 2009 - 05:57 PM
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
Posted 13 May 2009 - 06:47 PM
two days later and the whole of Europe has no answer to this problem
resession? wonder why.
#6
Posted 25 May 2009 - 01:38 AM
#7
Posted 25 May 2009 - 02:49 PM
From 1243211937:
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
Posted 18 August 2009 - 04:11 AM
#9
Posted 08 February 2010 - 07:53 PM
From 1243259387:
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
#11
Posted 09 February 2010 - 03:46 AM
From 1265676762:
so it worked for you also?
#12
Posted 09 February 2010 - 06:03 AM
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
Posted 09 February 2010 - 06:09 AM
#14
Posted 09 February 2010 - 06:38 AM
From 1265692141:
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
Posted 09 February 2010 - 06:47 AM
From 1265683583:
From 1265676762:
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
Posted 09 February 2010 - 06:56 AM
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
Posted 09 February 2010 - 08:02 AM
That worked for me!!
You are the greatest....
Modified CreateDB.php file attached
Attached File(s)
createDB.php (5bytes)
Number of downloads: 143
#18
Posted 09 February 2010 - 08:28 AM
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
Posted 09 February 2010 - 12:29 PM
Again I thank you for your guidance.
#20
Posted 23 February 2010 - 12:01 AM
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
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











