This :
Gkaruk wrote:PHP Info
View phpinfo()
Version: Using: 4.4.9 Required: 4.3.0 +
MySQL Module: Available: Yes Required: 4.1.0 +
GD Module: Available: Yes Required: Optional[/i]
says your PHP is ok - and it talks ONLY about your PHP version.
True is, it detects the MySQL extension (so we know that PHP supports MySQL here)
Gkaruk wrote:MySQL server version 4.1.0 or higher is required for Roster.
You are running:
* Your server version: 4.0.27-standard-log
* Your client version: 5.0.32[/i]
This talks about your SQL version on your host (or: what your host offers you) : its the version your grand father used
Version 5.0 (or even higher) is current now.
Think about this : MySQL can only be checked AFTER you gave the access credentials. You can not see version info before.
So its's normal it complains after step 3.
You could try opening install.php dans change line 270
- Code: Select all
'mysql_version' => '4.1.0'
but think about the fact that if 4.1.0 is asked then there is a reason for that - other problem WILL araise !!
Gkaruk wrote:Notice: Undefined index: default_lang in /homepages/34/d74488454/htdocs/roster2/install.php on line 893
Use the search function on this forum and the word
default_lang, you find some post about the subject.
PS : Do
not use the
Database Create username: and
Database Create password: entries - except if you KNOW that YOU have to create a database yourself.
Quiet rare, in fact.