Page 1 of 1
instalation problem
Posted: 07 Dec 2008, 15:08
by meloun
After click on button "upload and install" I became blank page.
I read here on phorum two solutions.
1/ make tables manually
2/ add this two lines on administrator/index.php
set_time_limit(300);
ini_set("memory_limit", "128M");
nothing works.
Re: instalation problem
Posted: 07 Dec 2008, 20:15
by caro84g
Do you have the same problems with other components?
Regards, Carolien
Re: instalation problem
Posted: 07 Dec 2008, 20:19
by meloun
i am a joomla beginner,
i have installed just one component and i had no problems.
Re: instalation problem
Posted: 07 Dec 2008, 20:22
by caro84g
It's probably a php problem. The max_execution_time and the memory_limit you have to change in the php.ini I think. You should search the internet for more details.
Regards, Carolien
Re: instalation problem
Posted: 07 Dec 2008, 20:54
by meloun
i dont think so, i see the blank page after 5 seconds or so..
Re: instalation problem
Posted: 08 Dec 2008, 18:51
by Jan
did you check if you are allowed to use both following functions on your server:
set_time_limit(300);
ini_set("memory_limit", "128M");
mostly the problem of installing large components in Joomla! is memory limit but it depends on speed of CPU too, e.g. I am on low cost servers with 8MB and 12MB and have no problems with installing large components
Jan