Hi. I was able to get to the admin by loging in, not however by going to admin.php. This area worked great, and somehow miraculously I had made the thumbnails appear beautifully. Great interface. . . really.
When I go to "View Album" or "View Gallery" I receive 404 errors or 505.
I don't have Mod-Rewrite on, but left the "on" in the htaccess file. Should I turn that "off"??
The begiining of my .htaccess file is as follows, including three lines my hosting service advised me to put in:
# htaccess file for zenphoto
# NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.
<IfModule mod_rewrite.c>
RewriteEngine On
# !!! Change this to the absolute path !!!
RewriteBase /zenphoto
Action php-script /interpreters/php-script
AddHandler php-script .php
AddHandler php-script .php3
- - - -
When I used the advice at topic 215, deleted the .htaccess and added:
$conf['mod_rewrite'] = false;
define('SERVERPATH', '[full path]/zenphoto');
define('WEBPATH', '/zenphoto');
define('SERVERCACHE', SERVERPATH . "/cache");
define('WEBCACHE', WEBPATH . "/cache");
. . . I receive an error saying "Parse error: parse error, unexpected T_VARIABLE in /blablabla/blablabla/yada/www/html/zenphoto/zen/config.php on line 42
LINE 42 is the line right after this addition.
What is going on??? I've really tried everything. Could it be that I'm waiting for the hosting service to reboot my shared server not allowing any php additions to take effect on the memory usage? I'm at a loss.
sorry for the long post. I have read all the forums and want to be clear.
tanya