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