Hi everybody!
I am really satisfied with PHPIX - It's exactly what I was looking for and I had (allmost) no problems with the installation. BUT...
It runs well, exept that hidden in a thick black bar at the top of the thumbnail-pages there's this message:
"Warning: Cannot set time limit in safe mode in /mnt/ls2/05/361/00000000/htdocs/gallery/index.php on line 55"
I uncommented line 55 in my index.php and it works fine. But since I'm new to PHP I'm not too shure what the consequences are?!
Thanks,
J.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jost. That line just sets a time limit on running processes, so you don't get runaway image resizes taking up all your CPU. Your PHP is in "safe mode" which doesn't allow setting the time limit, so your system administrator has probably already set one. You did the right thing in commenting out that line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody!
I am really satisfied with PHPIX - It's exactly what I was looking for and I had (allmost) no problems with the installation. BUT...
It runs well, exept that hidden in a thick black bar at the top of the thumbnail-pages there's this message:
"Warning: Cannot set time limit in safe mode in /mnt/ls2/05/361/00000000/htdocs/gallery/index.php on line 55"
I uncommented line 55 in my index.php and it works fine. But since I'm new to PHP I'm not too shure what the consequences are?!
Thanks,
J.
Hi Jost. That line just sets a time limit on running processes, so you don't get runaway image resizes taking up all your CPU. Your PHP is in "safe mode" which doesn't allow setting the time limit, so your system administrator has probably already set one. You did the right thing in commenting out that line.