Hallo, komme bei der Installation über Schritt 3 leider nicht hinaus.
hier sind die Fehlermeldungen:
Thanks for installing CMS Made Simple
Warning: ini_set() has been disabled for security reasons in /srv/www/httpd/phost/b/de/pytalhost/bueko/web/install/lib/classes/CMSInstallerPage1.class.php on line 68
Please read the Installation Troubleshooting page in the CMS Made Simple Documentation Wiki.
Checking permissions and PHP settings
und dann bei
Schritt 3:
Make sure you have created your database and granted full privileges to a user to use that database.
For MySQL, use the following:
Log in to mysql from a console and run the following commands:
create database cms; (use whatever name you want here but make sure to remember it, you'll need to enter it on this page)
grant all privileges on cms.* to cms_user@localhost identified by 'cms_pass';
Please complete the following fields:Database Type:
No valid database drivers appear to be compiled into your PHP install. Please confirm that you have mysql, mysqli, and/or postgres7 support installed, and try again.
Ich habe webspace bei pytal und da ist auch die MySQL-Datenbank. Was kann ich tun?
[GELÖST] Installation/ Datenbank
[GELÖST] Installation/ Datenbank
Last edited by searchy on Tue Oct 02, 2007 8:14 am, edited 1 time in total.
Re: Installation/ Datenbank
Das ini_set gesperrt sein könnte, daran hat hier keiner gedacht.
classes/CMSInstallerPage1.class.php öffnen und
ini_set('max_execution_time', '123');
löschen
und
$result = (ini_get('max_execution_time') == 123);
ändern auf
$result=true;
Dann sollte es gehen.
classes/CMSInstallerPage1.class.php öffnen und
ini_set('max_execution_time', '123');
löschen
und
$result = (ini_get('max_execution_time') == 123);
ändern auf
$result=true;
Dann sollte es gehen.