RescueDog Posted September 6, 2013 Share Posted September 6, 2013 I jumped into a VPS and have been getting thru setup of the environment. Finally was able to start a fresh 1.5.5.0 install but it fails on install modules addons: Cannot install module "gamification"Not sure where to look to resolve this one.Thanks in advance for help! Link to comment Share on other sites More sharing options...
vekia Posted September 6, 2013 Share Posted September 6, 2013 any additional error code appears? you're on VPS so you can check PHP error log, can you share contents of this file? Link to comment Share on other sites More sharing options...
RescueDog Posted September 6, 2013 Author Share Posted September 6, 2013 Vekia - I see this message on the install/index.php progress pageI'm new to VPS and unsure of where I find the php error log? Link to comment Share on other sites More sharing options...
StephaneB74 Posted September 6, 2013 Share Posted September 6, 2013 Vekia - I see this message on the install/index.php progress page I'm new to VPS and unsure of where I find the php error log? Is it a cPanel VPS? If so, usually there's a file named "error_log" at the root of your website. Still assuming it's a cPanel VPS, you can turn on error logging by going to "WHM > PHP Configuration Editor > Advanced Mode > Error Handling and Logging". You can also raise the reporting level of PHP by adding this code at the beginning of any PHP script: <?php error_reporting(E_ALL); ?> Link to comment Share on other sites More sharing options...
vekia Posted September 6, 2013 Share Posted September 6, 2013 the question is: you're on managed VPS ? or you configured VPS by yourself? Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 6, 2013 Share Posted September 6, 2013 I jumped into a VPS and have been getting thru setup of the environment. Finally was able to start a fresh 1.5.5.0 install but it fails on install modules addons: Cannot install module "gamification" Not sure where to look to resolve this one. Thanks in advance for help! Hello, how did you start the installation? Was it downloaded locally or installed from a service like simplescripts. If it was downloaded locally, please let me know when you downloaded this package. Thank you Link to comment Share on other sites More sharing options...
RescueDog Posted September 7, 2013 Author Share Posted September 7, 2013 Managed VPS - I used EasyApache to configure php based on the install flags raised - GD lib, mcrypt...I downloaded the pkg used 8/30 - unzipped and FTP to new dir off of root.I do have WHM/ CPanel running Link to comment Share on other sites More sharing options...
StephaneB74 Posted September 9, 2013 Share Posted September 9, 2013 I jumped into a VPS and have been getting thru setup of the environment. Finally was able to start a fresh 1.5.5.0 install but it fails on install modules addons: Cannot install module "gamification" Not sure where to look to resolve this one. Thanks in advance for help! Look for a folder called "modules" and set its permissions to 777. Link to comment Share on other sites More sharing options...
El Patron Posted September 9, 2013 Share Posted September 9, 2013 please review this post and see if it helps http://www.prestashop.com/forums/topic/235322-cannot-install-module-themeinstallatorcannot-install-module-gamification/ also of interest http://forge.prestashop.com/browse/PSCFV-9170?page=com.atlassian.streams.streams-jira-plugin%3Aactivity-stream-issue-tab Link to comment Share on other sites More sharing options...
RescueDog Posted September 10, 2013 Author Share Posted September 10, 2013 Still no luck guys! I went in and changed the modules permissions to 777.I changed the memory allocation from 32M to 64, 238, 256 and now at 512 - all no help. I went thru Benjamin's post on php.ini tips and modified all of the suggested settings. STILL failing on gamification - still not getting anything specific in the logs. Am I currently the only one fighting with this? So far with my VPS I can tweak about anything - right down to recompiling the server, etc.. Grateful for the help! I'll keep trying to figure it out...tho I'm running out of patience :-/ Link to comment Share on other sites More sharing options...
RescueDog Posted September 11, 2013 Author Share Posted September 11, 2013 Hello, how did you start the installation? Was it downloaded locally or installed from a service like simplescripts. If it was downloaded locally, please let me know when you downloaded this package. Thank you Benjamin - I downloaded 1.5.5 on 8/28 and then noted changes in the package 8/29 and downloaded again. My first attempt used 8/29. After reading your post I cleared everything and uploaded the 8/28 package. I get the same results. Fails on install of "gamification". If I can't get a shop up and ready by the weekend I have to bail on PS and the VPS. Just don't have the time right now to learn all there is to know about the PS code. I was all ready to tell my IT networks about PS and have them jump in - I can't do that though if I can't get it going. Hopefully something is discovered over the next day or so.Otherwise I may have to go use a hosted shop...and that would truly suck. Link to comment Share on other sites More sharing options...
benjamin utterback Posted September 11, 2013 Share Posted September 11, 2013 Benjamin - I downloaded 1.5.5 on 8/28 and then noted changes in the package 8/29 and downloaded again. My first attempt used 8/29. After reading your post I cleared everything and uploaded the 8/28 package. I get the same results. Fails on install of "gamification". If I can't get a shop up and ready by the weekend I have to bail on PS and the VPS. Just don't have the time right now to learn all there is to know about the PS code. I was all ready to tell my IT networks about PS and have them jump in - I can't do that though if I can't get it going. Hopefully something is discovered over the next day or so.Otherwise I may have to go use a hosted shop...and that would truly suck. This is a strange issue. You checked your apache and php error logs? There should be a more detailed error somewhere. Also, I know that you tweaked your php.ini settings but are you sure that they actually reflected on the Servers configuration? Sometimes hosts will allow you to view the php.ini file and "edit" it but in reality you still need to contact them to enable or accept the changes. Also, I would download a fresh copy and try and install again with full permissions to folders and files recursively. Try it with Firefox and let me know if it persists. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now