0
Welcome Guest! Login
0 items Join Now

[solved - fixed] Running RokGallery in local environment

    • Joerg D.'s Avatar
    • Joerg D.
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    [solved - fixed] Running RokGallery in local environment

    Posted 12 years 5 months ago
    • Dear all,

      as already discussed in www.rockettheme.com/forum/viewtopic.php?...18&p=721271&e=721271 running RokGallery in a local envirnoment causes problems. I get a PDO connection error. (Deatails in this thread) I am using Joomlas2Go!

      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:

      Apache 2.2.15
      PHP 5.3.2
      MySQL 5.1.46
      cURL= Enabled
      mod_rewrite = on
      OpenSSL = Enabled
      SOAP = Enabled
      TIDY = Enabled
      XSL = Enabled
      PDO extensions = enabled
      InnoDB support = enabled

      Please, let help me to solve the mentioned problem.
      Thanks in advance for your quick answer and help

      Help from a developer would be greatly appreciated!

      Thanks,

      Jörg
    • Last Edit: 12 years 5 months ago by Joerg D..
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 12 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 8)

    • 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
    • Joerg D.'s Avatar
    • Joerg D.
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 12 years 5 months ago
    • The rt_camber-rocketlauncher.zip was downloaded 14.10.2011. Just saw that RokGallery 2.2 was released 19.10.

      We will update to 2.2 and check again.

      Thanks for the feedback

      Jörg
    • Joerg D.'s Avatar
    • Joerg D.
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 12 years 5 months ago
    • Updated to RokGallery 2.2 ==> I get the same error message as before.
      Regards,
      Jörg
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 12 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 8)

    • 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
    • Joerg D.'s Avatar
    • Joerg D.
    • Rocketeer
    • Posts: 73
    • Thanks: 0

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 12 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.

      Regards,
      Jörg
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 12 years 5 months ago
    • Hi Jörg

      Thanks for posting the solution. These localhost problems can be a pain to resolve. 8)

    • 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
    • Miguel's Avatar
    • Miguel
    • Newbie
    • Posts: 1
    • Thanks: 0

    Re: [solved - fixed] Running RokGallery in local environment

    Posted 9 years 10 months ago
    • this works for me:

      Enter to the phpmyadmin

      And make a SQL query :
      SET SESSION old_passwords=0; 
      SET PASSWORD=PASSWORD('my_password');

      that solve all PDO conection problem..

      Have Fun!

Time to create page: 0.059 seconds