markus.dembach Posted March 26, 2012 Share Posted March 26, 2012 hi, i have got issues installing preostashop 1.5.0.9 and also the svn 1.5.x i am always stuck at the second screen , where the permissions and modules are beeing checked. if i do a refresh or continue, it will lead me to install welcome screen. Apache-log: [Mon Mar 26 17:42:33 2012] [error] [client 192.168.1.22] PHP Warning: session_start(): Cannot find save handler 'mm' - session startup failed in /var/www/prestashop/install/classes/session.php on line 45, referer: http://192.168.1.23:81/install/index.php?step=welcome whats going on here ? thanks for any help on this. I am using Ubuntu 10.4.1 LTS (LAMP) Link to comment Share on other sites More sharing options...
mexique1 Posted March 26, 2012 Share Posted March 26, 2012 The errors seems to say Apache is unable to save sessions to the disk. Try to create a simple script doing a call to session_start() and check if the same errors raises. If yes, please configure Apache properly. Link to comment Share on other sites More sharing options...
EK-Si POS Posted March 26, 2012 Share Posted March 26, 2012 it doesn't work for me too. i am using ubuntu 11.10. it isn't saying anything (500: Server Error). First I installed Russian, there was another error that in configuration table PS_LANG_DEFAULT=0. I solved this changing it to 1 but it didn't work. Then I tried "France", same thing (500). I have versions 1.3.0, 1.3.1, 1.3.2, 1.3.7, 1.4.0, 1.4.7b, 1.5.0.3 on same computer because i am developing pos for prestashop, other versions work fine. Link to comment Share on other sites More sharing options...
Ardian Yuli Setyanto Posted March 27, 2012 Share Posted March 27, 2012 I have to restart my apache server if some error occured, I also have to modify ps_employee table, Here is my sql UPDATE `ps_employee` SET `id_lang` = '1' WHERE `ps_employee`.`id_employee` = '1' LIMIT 1 Link to comment Share on other sites More sharing options...
mexique1 Posted March 27, 2012 Share Posted March 27, 2012 Error 500 indicates a server error, check Apache/PHP logs in /var/log Link to comment Share on other sites More sharing options...
EK-Si POS Posted March 27, 2012 Share Posted March 27, 2012 no it doesn't work (employee lang=1). i checked error_log when i installed russian, it was "classes/translate.php:55" include can't find the file "translations//admin.php" (double slashes). when i changed ps_lang_default to 1 (en), it became "translations/en/admin.php", that error gone but 500 error come. right now there is no error_log. i don't understand, this version should be better than beta 3, but it isn't even installed. @mexique1 and @Ardian, could you install it? Link to comment Share on other sites More sharing options...
mexique1 Posted March 27, 2012 Share Posted March 27, 2012 I'm using the SVN version Link to comment Share on other sites More sharing options...
Raphaël Malié Posted March 27, 2012 Share Posted March 27, 2012 Hello, can you check that in your php.ini you have : For linux : session.save_handler files session.save_path /tmp For windows : session.save_handler files session.save_path "c:/path/to/a/tmp/folder/" Regards Link to comment Share on other sites More sharing options...
EK-Si POS Posted March 27, 2012 Share Posted March 27, 2012 i don't have session problem but i checked it, nothing happened (restarted apache). i added error_reporting(E_ALL | E_STRICT) to config/config.inc.php, ini_set('display_errors', 'on'), _PS_DEBUG_SQL_= true but there is no error_log files in folders, no log files in "log" folders and displays no errors. "The website encountered an error while retrieving http://localhost/presta1509/admim/index.php?controller=AdminLogin&token=53f8ce0c5098ae6d27840308126a3663&redirect=AdminHome." Right now i tried it on other server(linux hosting), it works there. Link to comment Share on other sites More sharing options...
Michal N. SEO Posted March 27, 2012 Share Posted March 27, 2012 Hi, I have after installation hiden admin menu. Where is problem? image: http://postimage.org/image/av2y1ko13/ Link to comment Share on other sites More sharing options...
Raphaël Malié Posted March 27, 2012 Share Posted March 27, 2012 @salvar : sadly I can't help without PHP logs :/ You are on wampserver ? @namir : can you reinstall PrestaShop 1.5 and tell me if you still have this problem ? I had this problem one time, but it was solved after a new install, I never could reproduce it :/ Link to comment Share on other sites More sharing options...
EK-Si POS Posted March 28, 2012 Share Posted March 28, 2012 No, LAMP (Ubuntu 11), like my shared hosting (centOS). maybe you added a new feature that depends on my php or apache settings (1.5.0.3 works). Because it works in shared hosting but not in my computer. I'll try to figure out. Thanks. Göktuğ Akgün Link to comment Share on other sites More sharing options...
Michal N. SEO Posted April 2, 2012 Share Posted April 2, 2012 Hi, I now reinstal Prestashop from 1.5.0.5 to 1.5.0.9 and I have same problem. I dont see admin menu and "Access denied." http://postimage.org/image/y1qyrwmjl/ Link to comment Share on other sites More sharing options...
decorator Posted April 3, 2012 Share Posted April 3, 2012 Hi, I now reinstal Prestashop from 1.5.0.5 to 1.5.0.9 and I have same problem. I dont see admin menu and "Access denied." http://postimage.org/image/y1qyrwmjl/ Hi, and I also have this problem. Link to comment Share on other sites More sharing options...
vietnam Posted April 5, 2012 Share Posted April 5, 2012 I have problems with the latest too. http://forge.prestashop.com/browse/PSFV-807?focusedCommentId=51084#comment-51084 My first problem was that i could not install , with demo products. After i reinstalled without demo files, now it installed but i cannot login into the Back office. http://roxymob.ro/prestashop_1.5.0.9/prestashop/admin3gs/ Link to comment Share on other sites More sharing options...
xhal99104 Posted April 5, 2012 Share Posted April 5, 2012 I also had this problem. However, I clicked "my preferences" at the top right corner beside "log out" and got into that page. I found that no employee profile was activated, and the menu was empty. After doing more than ten installations over and over again, I tried to click the first blank field in the profile drop down menu in the user preferences window. Bam suddenly I was a super admin and got access to everything. So when you log on and get the access denied - just click on the user preferences text in the upper right corner, click the drop down menu selecting user profile (there will be nothing written in there, but the menus are there) and click the first one from the top. That should be the super admin. Link to comment Share on other sites More sharing options...
darthvazor Posted April 10, 2012 Share Posted April 10, 2012 I couldn't go past second page of installation. It keep sending me back to first page like nothing happened. I used ipage as my hosting. What should I do? Link to comment Share on other sites More sharing options...
darthvazor Posted April 11, 2012 Share Posted April 11, 2012 *Bump* Link to comment Share on other sites More sharing options...
mooshi Posted April 20, 2012 Share Posted April 20, 2012 hi there! I'm also having problems installing on local ...in installation process I get to 25% install and there is error: Create default shop and languages An error occured during installation... I can't get pass this point at all. EDIT: installed first time on chrome....the problem is firefox...wow! Link to comment Share on other sites More sharing options...
isareo Posted April 23, 2012 Share Posted April 23, 2012 Hi, Is it possible that you include in the svn version, the script for database upgrade? I update my code, so, when I try to push on my app, I have some exception about name of the database table and other fields that aren't update from version 1.5.0.5 to 1.5.0.9 thanks! Link to comment Share on other sites More sharing options...
Dev On Web Posted April 24, 2012 Share Posted April 24, 2012 This script is in SVN version, under /install-dev/upgrade Link to comment Share on other sites More sharing options...
isareo Posted April 24, 2012 Share Posted April 24, 2012 This script is in SVN version, under /install-dev/upgrade That's the question! The scripts under install-dev/upgrade are not updated. This scripts not have the changes that the code reflect. For example, loading the first controller, try to access to a table named shop_group, that in 1.5.0.5 is named group_shop, and in 1.5.0.9 svn version is named shop_group, and the scripts dont update this change. So this is only one, so there are other changes that is not reflected in new scripts. Link to comment Share on other sites More sharing options...
Dev On Web Posted April 24, 2012 Share Posted April 24, 2012 The new "shop_group" has introduced in the 1.5.0.10 SVN I think! Try reinstall new and last SVN version with the new database shema ... It's better Link to comment Share on other sites More sharing options...
isareo Posted April 24, 2012 Share Posted April 24, 2012 The new "shop_group" has introduced in the 1.5.0.10 SVN I think! Try reinstall new and last SVN version with the new database shema ... It's better Thanks! So I think that when makes changes on the code that impact on database, maybe they can notice with a text file, or updating the scripts So if I reinstall the last SVN version like a new installation, not upgrade (I think that you talk about this) which are the best way to apply my code changes that I have in some modules and core files? and the data that I have now in database? Link to comment Share on other sites More sharing options...
Dev On Web Posted April 24, 2012 Share Posted April 24, 2012 Hmm for the datas, I have dump/import few SQL tables manualy... Not very good Copy your modules and your override into the new installation after. Link to comment Share on other sites More sharing options...
Recommended Posts