OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Problem installing 3.x Joomla on my cpanel (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Problem installing 3.x Joomla on my cpanel

rakha (Visitor)
Posts: 0
graphgraph
User Offline
Problem installing 3.x Joomla on my cpanel 8 Years, 12 Months ago
Karma: 0  
Please see attachment

I am unable to install ...
My Cpanel has the requirements.

Thank you.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Problem installing 3.x Joomla on my cpanel 8 Years, 12 Months ago
Karma: 58  
Hello,

During Joomla 3 installation you can face the problem of installation "freezing". It is a common issue for those user who want to make Joomla 3 installation locally using XAMPP and WAMP. The installation process is not stopping, it is running and running forever... Why is it occurs? Because Joomla can't create table in your database. If you are tired of waiting while your Joomla! installation ends, try this Methods:
Method № 1
Go to Joomla folder:

Go to wamp your-joomla-folderinstallationsqlmysql and open Joomla.sql file
Find this term in Joomla.sql file:
1

"ENGINE=InnoDB"

Replace it with:


"ENGINE=MyIsam"



MyIsam is more supported and compatible with Joomla.

NOTE: Do also the same with (sample_data.sql) file, if it's quickstart setup.
Method № 2

Open "index.php" file in Joomla installation" folder and add "set_time_limit(3000)" line after "define('_JEXEC',1);"
Method № 3

Open "php.ini" file in /wamp/bin/php/php.ini and change

from: max_execution_time = 30
to: max_execution_time = 3000
Best Regards,
Taras
OrdaSoft team
Logged Logged
Last Edit: 2015/04/23 08:53 By Taras.
The administrator has disabled public write access.
rakha (Visitor)
Posts: 0
graphgraph
User Offline
Re:Problem installing 3.x Joomla on my cpanel 8 Years, 12 Months ago
Karma: 0  
Thank you very much ... you all are very helpful!!!
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Problem installing 3.x Joomla on my cpanel 8 Years, 11 Months ago
Karma: 58  
Your welcome.



Best Regards,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»