problems with multiple add
-
roongoes
- Phoca Newbie

- Posts: 2
- Joined: 30 Mar 2009, 19:49
problems with multiple add
I love your component, yet I am a realtive newbee and do have a problem. The last few weeks I encountered serious memory issues with thumbnail creation. I have solved this as described in the forum by increasing the avaible memory in my php.ini. At first I was up and running straight away again. Now I encounter something alike however. I am using FTP to upload my pictures to my webserver. After uploading I make sure the status of the photos are all read/write/execute. Normally when using Multiple Add all new pictures are automatically added for the folders I have choosen to be updated. The last week however this is giving trouble. At first one folder did not add the new photos of a new subfolder to my Phoca Gallery. Yet another folder with new subfolders was not giving me any trouble and photos were normally added there as wel as thumbnails created. Now one folder after the other is giving me the same trouble however. When adding new subfolders/photos the application does not add the new photos to the gallery, nor does is create thumbnails. Instead after starting Multiple Add the screen goes ALL WHITE and nothing is happening anymore ....!? I have to get my computer out of this locked state in order to be able to work on it again ..... retrying does not improve anything though. Anyone who has any tips? It seems there still is one or the other memory issue, or a database issue ....
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problems with multiple add
Hi,
check your server: GD, permissions, ownership, cpu ... check if you have place for new images...
Jan
BTW I am running Phoca Gallery on 8MB and 12MB low cost server without any problem (as 3 thumbnails per script are made, there should not be problem)
check your server: GD, permissions, ownership, cpu ... check if you have place for new images...
Jan
BTW I am running Phoca Gallery on 8MB and 12MB low cost server without any problem (as 3 thumbnails per script are made, there should not be problem)
If you find Phoca extensions useful, please support the project
-
roongoes
- Phoca Newbie

- Posts: 2
- Joined: 30 Mar 2009, 19:49
Re: problems with multiple add
Dear Jan,
problem is at least for now solved. Memory was not the problem, but my session limit of 30 seconds was too low. After sizing this up th eproblems are gone. y log however still shows a problem in the background, which doenst cause any visible problems yet. Maybe you can help me however what it means and how to solve it. The log says:
Mar 31 01:29:45 web httpd: PHP Warning: Compilation failed: PCRE does not support \L, \l, \N, \P, \p, \U, \u, or \X at offset 3 in /home/e-smith/files/ibays/goes.tv/html/administrator/components/com_phocagallery/helpers/phocagallery.php on line 1191
Line 1191 in the mentioned file contains:
$name = preg_replace('~[^\\pL0-9_.]+~u', '-', $name);
chapter namealias.
please advise if I have to do anything about this. And thanks again for your perfect module !!!
regards,
Ronald
problem is at least for now solved. Memory was not the problem, but my session limit of 30 seconds was too low. After sizing this up th eproblems are gone. y log however still shows a problem in the background, which doenst cause any visible problems yet. Maybe you can help me however what it means and how to solve it. The log says:
Mar 31 01:29:45 web httpd: PHP Warning: Compilation failed: PCRE does not support \L, \l, \N, \P, \p, \U, \u, or \X at offset 3 in /home/e-smith/files/ibays/goes.tv/html/administrator/components/com_phocagallery/helpers/phocagallery.php on line 1191
Line 1191 in the mentioned file contains:
$name = preg_replace('~[^\\pL0-9_.]+~u', '-', $name);
chapter namealias.
please advise if I have to do anything about this. And thanks again for your perfect module !!!
regards,
Ronald
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problems with multiple add
If you find Phoca extensions useful, please support the project