I installed the gallery as of the install.txt instructions. I can access the admin panel just fine.
The problem is that going to www.mydomain.com/gal/ gives a blank page. So does the /gal/subgal/ page. Both have several small (200K) images in them. Direct access to an image (/gal/image.jpg, for example) results in a blank page, too. No errors whatsoever, just pure blank pages.
The other problem is that when I "generate" tumbs and previews via the admin panel, I get confirmation that the operation went OK, but no thumb or preview is generated (the status "blip" is still red on the listing page)... And where should those be stored?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What I found it is that the script DOES NOT CREATE any of the needed folders, subfolders and files in the temp folder.
In the config file, I've set $cfg['tmp_path'] = '/www/gallery/temp/'; which folder is even in my web root. The folder for the gallery is /gallery/.
Then, in the wrapper, I echo the path for the SMARTY compile, for example. This is what I get:
/www/gallery/temp/phpAutoGallery/mydomainname_smarty_compile/
The thing is this folder never gets created. Or any other for that matter. The /www/gallery/temp/ folder has set 777 as permissions.
What else can I try?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
normally, the folders in the temp directory are created automatically. if the permissions are ok. is your php running in safe-mode?
you can place a phpinfo(); somewhere in the beginning of wrapper.php and take a look at the information. regarding operating system, safe mode, etc...
(you could post the text here but it will be huge)
maybe your php error-reporting is turned off?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, that was MORE THAN 3 MONTHS ago... Since then I found out what was the problem, just never thought to post here - I thought this project became vaporware...
As you said in another topic: "you're running on a safe-mode enabled server, which, i'm afraid, will not allow phpautogallery to work correctly".
That's my problem. This doesn't seem to bother the other php scripts I run, though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed the gallery as of the install.txt instructions. I can access the admin panel just fine.
The problem is that going to www.mydomain.com/gal/ gives a blank page. So does the /gal/subgal/ page. Both have several small (200K) images in them. Direct access to an image (/gal/image.jpg, for example) results in a blank page, too. No errors whatsoever, just pure blank pages.
The other problem is that when I "generate" tumbs and previews via the admin panel, I get confirmation that the operation went OK, but no thumb or preview is generated (the status "blip" is still red on the listing page)... And where should those be stored?
...I tried WITH and WITHOUT the RewriteBase <GALLERY_WEB_PATH> thing - no luck.
Also tried $template->debugging = true; at the end of the wrapper.php - no output of any kind.
Tried to echo = "foo"; at the several places in the wrapper - outputs "foo" in the page but still no other output (html).
What I found it is that the script DOES NOT CREATE any of the needed folders, subfolders and files in the temp folder.
In the config file, I've set $cfg['tmp_path'] = '/www/gallery/temp/'; which folder is even in my web root. The folder for the gallery is /gallery/.
Then, in the wrapper, I echo the path for the SMARTY compile, for example. This is what I get:
/www/gallery/temp/phpAutoGallery/mydomainname_smarty_compile/
The thing is this folder never gets created. Or any other for that matter. The /www/gallery/temp/ folder has set 777 as permissions.
What else can I try?
normally, the folders in the temp directory are created automatically. if the permissions are ok. is your php running in safe-mode?
you can place a phpinfo(); somewhere in the beginning of wrapper.php and take a look at the information. regarding operating system, safe mode, etc...
(you could post the text here but it will be huge)
maybe your php error-reporting is turned off?
Well, that was MORE THAN 3 MONTHS ago... Since then I found out what was the problem, just never thought to post here - I thought this project became vaporware...
As you said in another topic: "you're running on a safe-mode enabled server, which, i'm afraid, will not allow phpautogallery to work correctly".
That's my problem. This doesn't seem to bother the other php scripts I run, though.