Hi Rocketeers,
I'm sorry you've had to deal with an unpleasant poster. I came across this thread because 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 to the solution in case others are searching on the same subject.
The php.ini file that Igor mentioned 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 file via the cPanel and add the code that Igor mentioned.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.
Smooth sailing after that.
Cheers,
Karen