You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Vielleicht ist http://modx.com/ was für dich?
Vielleicht ist http://modx.com/ was für dich?
Gibt es dafür Icecast module?
PHP-Nuke ?!
|
|
Source code |
1 2 3 |
Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\phpnuke\install\install2.php on line 131 Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\phpnuke\install\includes\database.php on line 280 |
Quoted
Quellcode
Deprecated: Function ereg_replace() is deprecated in C:\xampp\htdocs\phpnuke\install\install2.php on line 131
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\phpnuke\install\includes\database.php on line 280

Quoted
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\phpnuke\install\includes\database.php on line 280
- schau dir mal die php.ini an. da steht die max execution time.
max_execution_time = 30 ; Maximum execution time of each script, in seconds
die kannst du einfach mal hochstellen, dann sollte das Problem gelöst sein.
-