RunarM
Finally back
When im trying to install gesior this comes up:
And i tried this:
But i couldnt find php.ini oO
Im using the newest verison of Xampp.
Please help
-Runarm.
Code:
STEP 2
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error - can't open SQLite database. Possible reasons:
C:/Documents and Settings/Rm/Skrivebord/Server/forgottenserver.s3db - file isn't valid SQLite database.
C:/Documents and Settings/Rm/Skrivebord/Server/forgottenserver.s3db - doesn't exist.
And i tried this:
Code:
HOW TO FIX:
In 90% it is problem with your www server configuration.
1. Do not use "WebServ" or other out of date distro. Delete it!
2. Download XAMPP 1.6.5 or new version, install, run "Apache" (and "MySQL" if you use MySQL database)
3. Go to directory: ~/xampp/apache/bin/
and find file php.ini, open this file in text editor and find line:
Code:
;extension=php_pdo_sqlite.dll
change to:
Code:
extension=php_pdo_sqlite.dll
4. Now "Stop" and "Start" Apache in XAMPP and install again "Gesior acc. maker"
OFFICIAL SITE OF XAMPP FOR WINDOWS
But i couldnt find php.ini oO
Im using the newest verison of Xampp.
Please help
-Runarm.