blank gallery page

Hi, I'm trying to install zenphoto on 2ap.pl. Just purchased space and it's completely fresh setup. Have tried quite a few times so far with the latest release and also a few older just to check (deleting and uploading all the files). Every time C panel works fine, but view gallery (or going straight to the page broo.kao.pl (domain comes with hosting)) gives blank page (500 error on i-explorer). Files in root folder, permissions set to relaxed (i've tried loose or strict - nothing helps). SQL version 5.1.61 and PHP 5.3.10 safe_mode off

Zenphoto Setup v1.4.3[10423]: Sun, 08 Jul 2012 00:45:12 +0200
Warn: Locale functionality is not implemented on your platform or the specified locale does not exist. Language translation may not work.See the troubleshooting guide on zenphoto.org for details.
Warn: If file permissions are not set to strict or tighter there could be a security risk. However, on some servers Zenphoto does not function correctly with tight file permissions. If Zenphoto has permission errors, run setup again and select a more relaxed permission.Set File permissions to readonly (0444) strict (0644) relaxed (0664) loose (0666)apply.
Warn: MySql Version 5.0.0 or greater is required. Version 5.5.0 or greater is preferred. Use a lower version at your own risk.
Setting permissions (0664) for Zenphoto package.
Setting permissions (0664) for plugins.
Setting permissions (0664) for cache_html.
Setting permissions (0664) for cache.
Completed system check
Set Zenphoto default options
Set theme default options for default started
Option handler for default instantiated
Set theme default options for default completed
Set theme default options for garland started
Option handler for garland instantiated
Set theme default options for stopdesign started
Set theme default options for garland completed
Option handler for stopdesign instantiated
Set theme default options for stopdesign completed
Set theme default options for zpmobile started
Option handler for zpmobile instantiated
Set theme default options for zpmobile completed
setup-functions.php deleted.
setup-option-defaults.php deleted.
setup-primitive.php deleted.
setup-sqlform.php deleted.
setup.css deleted.
setup_permissions_changer.php deleted.
setup_set-mod_rewrite.php deleted.
setup_themeOptions.php deleted.
setup.php deleted.
setup/ deleted.

and here .htaccess - haven't changed anything, just tried to remove/reinstall and so on as suggested on forum.

# htaccess file version 1.4.3.1; # When Zenphoto requires changes to the rewrite rules: # First make a copy of this file as 'oldhtaccess' in the zp-core folder so setup can test for unmodified files # Update the above and the define in setup.php IndexIgnore * RewriteEngine On RewriteBase / # Redirection for site updates--remove the comment crosshatches from the following rules # "closed.html" in the plugins/site_upgrade folder is the target for the rewrites. You can change # this file to suit your needs. # RewriteRule ^index\.php$ plugins/site_upgrade/closed.html [NC,R=302,L] # RewriteRule ^$ plugins/site_upgrade/closed.html [NC,R=302,L] # End redirection for site updates RewriteRule ^admin/?$ zp-core/admin.php [R,L] #Rewrite rules for replaced ?RSS-xxx query parameters RewriteCond %{QUERY_STRING} ^rss-(.*)& RewriteRule ^index\.php?$ index.php?rss=%1 [NC,L,QSA,R=301] RewriteCond %{QUERY_STRING} ^rss-(.*)$ RewriteRule ^index\.php?$ index.php?rss=%1 [NC,L,QSA,R=301] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^albums/?(.+/?)?$ $1 [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [L] ##### put no rules before this line ####### #rewrite rule for tinyURLs RewriteRule ^tiny/([0-9]+)/?$ index.php?p=$1&t [L,QSA] RewriteRule index\.php$ index.php [L,QSA] RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [L,QSA] RewriteRule ^page/([A-Za-z0-9_\-]+)/?$ index.php?p=$1 [L,QSA] RewriteRule ^page/([A-Za-z0-9_\-]+)/([0-9]+)/?$ index.php?p=$1&page=$2 [L,QSA] RewriteRule ^(.*)/page/([0-9]+)/?$ index.php?album=$1&page=$2 [L,QSA] RewriteRule ^(.*)/page/([A-Za-z0-9_\-]+)/?$ index.php?album=$1&p=$2 [L,QSA] #### Rewrite rule addition for search RewriteRule ^page/search/fields([0-9]+)/(.*)/([0-9]+)/?$ index.php?p=search&searchfields=$1&words=$2&page=$3 [L,QSA] RewriteRule ^page/search/fields([0-9]+)/(.*)/?$ index.php?p=search&searchfields=$1&words=$2 [L,QSA] RewriteRule ^page/search/archive/(.*)/([0-9]+)/?$ index.php?p=search&date=$1&page=$2 [L,QSA] RewriteRule ^page/search/archive/(.*)/?$ index.php?p=search&date=$1 [L,QSA] RewriteRule ^page/search/tags/(.*)/([0-9]+)/?$ index.php?p=search&searchfields=tags&words=$1&page=$2 [L,QSA] RewriteRule ^page/search/tags/(.*)/?$ index.php?p=search&searchfields=tags&words=$1 [L,QSA] RewriteRule ^page/search/(.*)/([0-9]+)/?$ index.php?p=search&words=$1&page=$2 [L,QSA] RewriteRule ^page/search/(.*)/?$ index.php?p=search&words=$1 [L,QSA] #### Rewrite additions for zenpage RewriteRule ^pages/?$ index.php?p=pages [L,QSA] RewriteRule ^pages/(.*)/?$ index.php?p=pages&title=$1 [L,QSA] RewriteRule ^news/?$ index.php?p=news [L,QSA] RewriteRule ^news/([0-9]+)/?$ index.php?p=news&page=$1 [L,QSA] RewriteRule ^news/category/(.*)/([0-9]+)/?$ index.php?p=news&category=$1&page=$2 [L,QSA] RewriteRule ^news/category/(.*)/?$ index.php?p=news&category=$1 [L,QSA] RewriteRule ^news/archive/(.*)/([0-9]+)/?$ index.php?p=news&date=$1&page=$2 [L,QSA] RewriteRule ^news/archive/(.*)/?$ index.php?p=news&date=$1 [L,QSA] RewriteRule ^news/(.*)/?$ index.php?p=news&title=$1 [L,QSA] #### RewriteRule ^(.*)/image/(thumb|[0-9]{1,4})/([^/\\]+)$ zp-core/i.php?a=$1&i=$3&s=$2 [L,QSA] RewriteRule ^(.*)/image/([^/\\]+)$ zp-core/i.php?a=$1&i=$2 [L,QSA] RewriteRule ^(.*)/album/(thumb|[0-9]{1,4})/([^/\\]+)$ zp-core/i.php?a=$1&i=$3&s=$2&album=true [L,QSA] #### # Catch-all - everything else gets handled in PHP for compatibility. RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA]

Any ideas? (it drives me crazy) Thanks!

Comments

Sign In or Register to comment.