OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Probleme with Joomla installation on Real Estate (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Probleme with Joomla installation on Real Estate

lutio (Visitor)
Posts: 0
graphgraph
User Offline
Re:Probleme with Joomla installation on Real Estate 9 Years, 3 Months ago
Karma: 0  
Hi,

Here is the 2nd image.
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:Probleme with Joomla installation on Real Estate 9 Years, 3 Months ago
Karma: 58  
Hello,

Where do you have this problem on localhost or on hosting?

Best Regards,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
lutio (Visitor)
Posts: 0
graphgraph
User Offline
Re:Probleme with Joomla installation on Real Estate 9 Years, 3 Months ago
Karma: 0  
Hi,

I Have this problem on localhost.

Thanks.
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:Probleme with Joomla installation on Real Estate 9 Years, 3 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 . 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

Method № 1
Go to Joomla folder:

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

"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);"

Best Regards,
Taras
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
lutio (Visitor)
Posts: 0
graphgraph
User Offline
Re:Probleme with Joomla installation on Real Estate 9 Years, 3 Months ago
Karma: 0  
Hi,

Thanks for your help.

I do method1 with all modifications in 2 files in folder "mysql". And for the method2, I change value in the file "index.php" in folder "installation" and the installation do the same problem. I do the same modification in the file index.php on the root folder (Quickstart) and it's not running yet.

I precise that it's blocked in step 1 of the joomla configuration when I click inthe button "Next" to go to step 2 (Database).

Thanks.
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:Probleme with Joomla installation on Real Estate 9 Years, 3 Months ago
Karma: 58  
Hello,

For your problem only two solution, which we mentioned before, try change localhost and try install template, and try change template.

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