0
Welcome Guest! Login
0 items Join Now

Tutorial: Can't install RocketLauncher w Magic Quotes GPC on

    • Karen Dunne's Avatar
    • Karen Dunne
    • Hero Rocketeer
    • Posts: 441
    • Thanks: 4
    • Principal at Maven Design Studio

    Tutorial: Can't install RocketLauncher w Magic Quotes GPC on

    Posted 11 years 10 months ago
    • I was having trouble installing a 3.0 rocket launcher because the magic quotes GPC was not off.
      This image is hidden for guests.
      Please log in or register to see it.

      This was my first 3.0 site so the issue was new to me. I wanted to add the solution in case others are searching on the same subject.

      A php.ini file must be added to the main joomla root (public_html) as well as the administrator folder.
      This image is hidden for guests.
      Please log in or register to see it.

      Create a new php.ini file via the cPanel and add this code:
      magic_quotes_gpc=off
      session.save_path = "/tmp"

      If it's a rocket launcher, the same php.ini file must be added to the main folder, administrator folder, and the installation folder before you can get past that first page of the installation. My hosting company helped me figure out that it also had to go in the installation folder.
      This image is hidden for guests.
      Please log in or register to see it.

      It was smooth sailing after that.

      Cheers,
      Karen
    • The following users have thanked you: Paul Jenkins 1

    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: Tutorial: Can't install RocketLauncher w Magic Quotes GPC on

    Posted 11 years 10 months ago
    • Glad you found the solution. That's strange that you had to add the php.ini file multiple times. Including it in the sites route should've been sufficient. At least they let you override that PHP module :)
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • JR's Avatar
    • JR
    • Hero Rocketeer
    • Posts: 270
    • Thanks: 0

    Re: Tutorial: Can't install RocketLauncher w Magic Quotes GPC on

    Posted 11 years 9 months ago
    • Yes this does work.

      What is weird is that I operate a dedicated server and magic qoutes gpc is off. Why it is finding it on during installation is strange.

      Nice post.

      JR
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: Tutorial: Can't install RocketLauncher w Magic Quotes GPC on

    Posted 11 years 9 months ago
    • Hi JR,

      How do you know that is off? It's pulling basically from the same place as phpinfo(). Sometimes on a server there are multiple layers of PHP configurations. For example the server may have a config file, each user on the server can have their own, accounts within a system like cPanel or Plesk can have there own, and each folder could have a separate override.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • JR's Avatar
    • JR
    • Hero Rocketeer
    • Posts: 270
    • Thanks: 0

    Re: Tutorial: Can't install RocketLauncher w Magic Quotes GPC on

    Posted 11 years 9 months ago
    • Hey Ben,

      I'm running a WHM/Cpanel Dedicataed server. User accounts are limited and not configurable or over writable.

      The server's main php config settings show the magic quotes is off, however install keeps stating it's on.

      I'll keep using the suggestion about which works.

      Thanks.

      JRV

Time to create page: 0.066 seconds