Upgrade config errors...
cedarhillweb
Joined: 2005-05-08
Posts: 23 |
Posted: Mon, 2010-02-08 19:27 | |||
The following information is required to get an answer: After upgrade the following errors - all populated when working through config. Missing value: Format for commenter names! Missing value: Add comments inside the photo page! Missing value: Maximum length of comments! Missing value: Can every permitted user see a comments overview! Missing value: View cache! Missing value: View cache expiration! Missing value: Comment cache! Missing value: Comment cache expiration! Missing value: Date cache! Missing value: Date cache expiration! Missing value: Vote cache! Missing value: Vote cache expiration! Missing value: Rating cache! Missing value: Rating cache expiration! Missing value: Capturedate cache! Missing value: Capturedate cache expiration! Missing value: Debug Level! Missing value: Disable register_globals check! Missing value: Time Limit! Missing value: ImageMagick high quality! Missing value: Random Block Cache Time! Missing value: Random Block Retrieval Attempts! Missing value: (Advanced) Missing value: Developer Mode! Missing value: Use Syslog! Missing value: Use flock()! Missing value: Status code! Missing value: Session variable! Missing value: Enable RSS Generator! Missing value: RSS Content! --- Missing value: Maximum Albums Returned! Missing value: Visible Albums Only! Missing value: Use dc:date! Missing value: Use Big Photo! Missing value: Use Photo Tag! Attached is the full config file.
|
||||
Posts: 6818
Hello,
this occurs when the session support of your PHP is broken.
Try the session test. Reachable from step 1.
Jens
--
Gallery Developer
Posts: 23
Hmm,
PHP version
Check to see if you are running a supported Version of PHP.
Due to bugs and missing functionality in some PHP versions, the minimum PHP version for Gallery 1.5 and newer is at least PHP 4.1.0
Show/Hide more information Success!
PHP v4.3.9 is OK.
PHP's safe mode disabled
Check to see if PHP is running in safe_mode. Safe Mode is a PHP security feature commonly used in shared environments. Gallery cannot run when Safe Mode is enabled because it imposes too many restrictions.
Show/Hide more information Success!
safe_mode is off.
PHP's exec() function enabled
The exec() function is what Gallery uses to launch programs such as Netpbm, ImageMagick, and jhead. If exec() is disabled on your server then Gallery will not be able operate.
Show/Hide more information Success!
exec() is enabled on this server.
Netpbm installed
Check to see if Netpbm is installed so that Gallery can manipulate images (rotate, resize, make thumbnails, etc.). You only need to have either Netpbm or ImageMagick installed.
Show/Hide more information Success!
13 of 13 Netpbm binaries located.
.htaccess processed by Apache
Allow the Gallery .htaccess file to set application specific configuration options for the Gallery application. This is controlled by the webserver owner so it's not always possible for you to change it. The main drawbacks to not having this are that you may not be able to upload files > 2MB (e.g. big ZIP files or movies).
Show/Hide more information Warning, but optional.
Your webserver is not obeying the 'php_value' lines in your .htaccess file. Try entering the following into your web server's httpd.conf file:
<Directory /vservers/shamrockdanc/htdocs/gallery>
AllowOverride Options FileInfo
</Directory>
If you are running PHP in CGI mode, this message is unavoidable.
PHPs magic quotes off
Check to see if magic quotes are enabled on your PHP server. If they're on, you may notice strange behavior if you put ' (single-quote), " (double quote) or \ (backslash) characters in titles or captions in Gallery.
Show/Hide more information Warning, but optional.
Magic quotes are on. Your webserver administrator can turn them off by putting :
magic_quotes_gpc = Off
in your php.ini file.
Apache mod_rewrite
Check to see if your webserver is compiled with mod_rewrite. This Apache module allows Gallery to use shorter URLs that are easier to read and look nicer when you mail them to your web-challenged relatives. It's not an essential feature.
Show/Hide more information Success!
mod_rewrite is enabled.
Jhead installed
Check to see if jhead is installed so that Gallery can examine EXIF headers embedded in images created with most digital cameras.
Show/Hide more information Warning, but optional.
Can't find jhead.
jpegtran installed
Check to see if jpegtran is installed so that Gallery can perform lossless rotations on JPEG images.
Show/Hide more information Warning, but optional.
jpegtran was not found.
Show/Hide more information
If it's installed and not in the path of the webserver user that's OK—you can specify the path by hand on the following page. If it's not installed, you can install it yourself. Jpegtran is a free tool distributed by the Independent JPEG Group as part of libjpeg. Source may be found at the IJG homepage. Binaries may be found at the JPEG Club website or in the libjpeg package of Linux distributions.
Gettext support in PHP
Check to see if PHP is compiled with GNU gettext support for fast translations.
Show/Hide more information Success!
PHP has GNU gettext support.
Locales needed for Gallery
Check to see what languages are available.
Show/Hide more information Information.
It seems you didn't download any additional languages. This is not a problem! Gallery will appear just in English. Note: If this is not true, check that all files in locale folder are readable for the webserver, or contact the Gallery Team.
Cant find session test here are the errors in step 1.
Posts: 6818
Click on "Gallery Diagnostics Page", then go to "Check Sessions".
Jens
--
Gallery1 Developer
Posts: 23
Sessions works OK. No problems there. Thanks.
Posts: 23
Ooo, do I need to update NetPBM? for the new version of gallery?
Posts: 6818
When you say "Sessions works OK", you mean you tested the reload and the counter increases?
Please verify this.
No idea which version of Netpbm you use currently.
Jens
--
Gallery1 Developer
Posts: 23
Yes. The counter increases and clears properly.
Netpbm v 1.4
Posts: 6818
Hmm, then i have no more ideas why step 4/saving fails
Jens
--
Gallery1 Developer
Posts: 23
Thanks for your help anyway.... Anyone elses?