Gabriel (the developer) tries to fix the problem and has the following questions:
==>
- Installed: rt_camber-rocketlauncher
- Bug or error: Frontend hangs and do not wake-up. After 1 minute received the following error report:
"Uncaught exception: PDO Connection Error: SQLSTATE[HY000] [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
- Disabling the FP RokGallery and Photo Gallery modules through the backend: Frontend start / wake-up correctly and without problem (both modules are the problem... no one can be active).
I am running it locally with the following local server features:
Re: [solved - fixed] Running RokGallery in local environment
Posted 13 years 5 months ago
Hi Jörg,
Which version of RokGallery are you using? The latest version is 2.2 and has fixed a few bugs.
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
Re: [solved - fixed] Running RokGallery in local environment
Posted 13 years 5 months ago
Hi there,
I have forwarded the link to your post to one of the Devs. Currently night time in his location.
Thanks for your patience
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
Re: [solved - fixed] Running RokGallery in local environment
Posted 13 years 5 months ago
Looks like Gabriel found the solution: You have to change one line in the Joomla! configuration.php as follows:
from:
public $host = 'localhost';
To:
public $host = '127.0.0.1:7188';
Sounds simple, but I hope that it helps others who use Joomlas2Go! This change hast to be done manually still, as Gabriel mentioned that it needs further testing, before he considers making this a default-setting.
Re: [solved - fixed] Running RokGallery in local environment
Posted 13 years 5 months ago
Hi Jörg
Thanks for posting the solution. These localhost problems can be a pain to resolve.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information