Congrats for this profile go to ready ecommerce!
As soon as I discovered it, I've installed on my localhost, but I've encountered a problem.
Step by step install:
1. Create make.file with the available code
2. Run drush make command on the shell
3. Create a new DB
4. Start the installation, selecting Martplug profile
5. The "install profile" stage goes to the end (100%), but after that it appears a white screen and the configuration of the site is interrupted. The url of the white screen is: http://localhost/martplug/install.php?profile=martplug&locale=en&id=1&op...
This issue prevents the "site configuration" stage to occur, so I'm not able to create a user and password for login in the site.
When I introduce the url http://localhost/martplug, the homepage is correctly loaded, but there isn't any user available to enter inside.
I hope this description helps to diagnose the problem.
Thanks.
Comments
Comment #1
BenK commentedSubscribing
Comment #2
recidive commentedHi, sorry for the late reply.
Have you tried looking at apache/php errors?
It may be due to the profile exceeding the php memory limit. Try increasing it, I'll do some tests and figure out the minimum memory required for the profile to run.
Comment #3
mojzis commentedI think the memory consumption is due to the fact that all the modules are installed by the feature, not by the profile itself- the profile does it via batch, one by one, while the feature is trying to do it all in one request ... I had 128MB RAM, but it didnt make it in 30 seconds, so had to change it to 60, which worked :)
Comment #4
recidive commented@mojzis: interesting point, I see openpublic and other distros add dependencies to all modules on profile's .info file. Will try to do the same, and I think this will fix a couple other issues as well.
Comment #5
recidive commentedHi guys, have you been able to install MartPlug properly?
I'll look into decreasing memory consumption for installation.
Comment #6
jhammer98 commentedI seem to be having the same issue. I'm at the blan white screen with the following URL: http://127.0.0.1/martplug/install.php?profile=martplug&locale=en&id=1&op...
My /var/log/apache2/error.log file shows:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/martplug/profiles/martplug/modules/contrib/features/features.export.inc on line 798, referer: http://127.0.0.1/martplug/install.php?profile=martplug&locale=en&op=start&id=1Which php.ini file do I need to modify to bump up the timeout setting? I've tried the /etc/php5/apache2/php.ini and the /etc/php5/cli/php.ini files but neither one seems to have had any affect.
Thanks in advance!!!
Comment #7
mojzis commented@recidive i am allready moving the modules in #1308356: Move overlay to install profile to be able to disable it? I think it will work fine :)
Comment #8
recidive commented@jhammer98 have you restarted apache after changing php.ini? You should be able to see what php.ini file php is loading by running a file with:
Comment #9
jhammer98 commentedThat did the trick. Thanks!!!
Comment #10
recidive commentedOk, moving this issue to fixed. Please re-open if you are still having problems with it.
Comment #12
ilechcod commentedMy Install completes sucessfully without problems.
But the login block is not visible on my homepage.
How do I add it?
To which region would it be best to add it to...?