End of Support for Joomla 3 - Forum closed
quik start
- willemse
- Topic Author
- Visitor
- Thank you received: 0
I tryed to instal the quik start
the installation freezes on creating the database tables (Databasetabellen maken)
what do i need to do.
the installation freezes on creating the database tables (Databasetabellen maken)
what do i need to do.
Last Edit:10 years 5 months ago
by willemse
Last edit: 10 years 5 months ago by willemse.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
If you are using PHP 5.5.0 you should read this, coz its a Joomla bug:
forum.joomla.org/viewtopic.php?t=808997
Otherwise try this please:
Edit the SQL install file (Root/installation/SQL/mysql/joomla.sql) in something like notepad++ and replace all "ENGINE=InnoDB" with "ENGINE=MyIsam" the DB type is more responsive to the Joomla install conditions.
forum.joomla.org/viewtopic.php?t=808997
Otherwise try this please:
Edit the SQL install file (Root/installation/SQL/mysql/joomla.sql) in something like notepad++ and replace all "ENGINE=InnoDB" with "ENGINE=MyIsam" the DB type is more responsive to the Joomla install conditions.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- willemse
- Topic Author
- Visitor
- Thank you received: 0
i changed the php.ini
and it worked
edit \wamp\bin\apache\Apache2.4.4\bin\php.ini to:
max_execution_time = 180 (default was 30)
max_input_time = 180 (default was 60)
to be sure that Database Installation has enough time to create tables.
and it worked
edit \wamp\bin\apache\Apache2.4.4\bin\php.ini to:
max_execution_time = 180 (default was 30)
max_input_time = 180 (default was 60)
to be sure that Database Installation has enough time to create tables.
by willemse
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates