instalation problem

Phoca Gallery - image gallery extension
meloun
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Dec 2008, 15:02

instalation problem

Post 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.
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: instalation problem

Post by caro84g »

Do you have the same problems with other components?

Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
meloun
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Dec 2008, 15:02

Re: instalation problem

Post by meloun »

i am a joomla beginner,
i have installed just one component and i had no problems.
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: instalation problem

Post 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
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
meloun
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Dec 2008, 15:02

Re: instalation problem

Post by meloun »

i dont think so, i see the blank page after 5 seconds or so..
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: instalation problem

Post 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
If you find Phoca extensions useful, please support the project
Post Reply