no "Next" button on Step 1: System setup

asked Oct 19, 2012 by kboy (150 points)
Hi,
I downloaded Seotoaster and unzipped on my server and pointed my browser to the mysite.com/folder installed.
I can not go to the next page on the first step of installation. all the server requirements are "OK", but i'm unable to find " Next Step " to continue. I only see 'Check again' button.
Please help :)
Thanks


Version:
cPanel Version    11.32.5 (build 11)
Apache version    2.2.23
PHP version    5.3.17
MySQL version    5.1.65-cll
Operating system    linux

2 Answers

answered Jan 24, 2013 by Eugene Nezhuta (2,920 points)
selected Nov 24, 2016 by seotoaster
 
Best answer
Turn off magic quotes in your php.ini file
answered Oct 23, 2012 by Eugene Nezhuta (2,920 points)
Hello there. Do you have any errors in your error log file? If so, paste them here, please.
commented Oct 23, 2012 by kboy (150 points)
Hi,
I got following errors, but all of them got fixed
"
[Mon Oct 22 15:42:46 2012] [alert] [client 184.44.44.10] /home/abs/public_html/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration
[Mon Oct 22 15:42:46 2012] [alert] [client 184.44.44.10] /home/abs/public_html/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration
[Mon Oct 22 15:36:53 2012] [error] [client 184.44.44.10] SoftException in Application.cpp:601: Directory "/home/abs/public_html/install" is writeable by group
[Mon Oct 22 15:36:01 2012] [error] [client 184.44.44.10] SoftException in Application.cpp:256: File "/home/abs/public_html/index.php" is writeable by group
[Mon Oct 22 15:36:01 2012] [error] [client 184.44.44.10] SoftException in Application.cpp:256: File "/home/abs/public_html/install/index.php" is writeable by group
"
there is no more error in error log file.
this is the screenshot: http://imageshack.us/a/img836/4831/1111111u.jpg
commented Jan 24, 2013 by AcesJ (120 points)
You are having same issue as me. Turning off magic
Qoates . That is the issue.
...