PDA

View Full Version : Admin logon and image preview problem


posefius
11-03-2006, 09:58 PM
I'm running Pixelpost 1.5 final for about 1 week without any problem. But today the admin started acting strange. The admin logon only works when I select "Log me on automatically each visit" and when I want to preview an image in the future is says "Coming Soon! Nothing to show. No image to show here!". Showing images from the past works fine. I already deleted the cookies and tried to use several browsers IE and Firefox, but the problem remains.

Does anyone have the same problems and is there a solution?

posefius
11-03-2006, 10:44 PM
URL http://www.dutchphotoday.nl/index.php
PHP-version 4.3.10 (Pixelpost's min requirement: PHP version: 4.3.0 )
Session save path 2;/data/session
MySQL version 5.0.24alyceu (Pixelpost's min requirement: MySQL: 3.23.58 )
GD-lib 2.0 or higher with JPEG support
File Uploads to Pixelpost site are possible.
Server Software Apache (UNIX)
EXIF Pixelpost is using exifer v1.5 for EXIF-information.

Does it have something to do with the Session save path? It looks a bit strange

GeoS
11-03-2006, 11:19 PM
1. I dont know if session dirs are correct but they for sure look strange.
2. For sure problem is at server side and is related with sessions support. Ask your hoster about servers updates or about changing its configuration.

posefius
11-04-2006, 12:57 PM
Geos thanks for the advice. But can you tell me from which system variable the "session save path" variable gets his information. I want to send your answer to Lycos, my hosting provider. Probably this solves the problem.

GeoS
11-04-2006, 10:39 PM
I.e. php.ini:
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored.
session.save_path = .......

PS http://pl.php.net/manual/pl/ini.php#ini.list says it can be set in any config file, i.e. in .htaccess or own php.ini file which you put to root dir of your account (if you have such option).

posefius
11-07-2006, 09:43 PM
Geos you are right. Lycos confirmed they had technical problems between 4 and 5 november with PHP driven sites. The problem is solved now.

GeoS
11-09-2006, 06:42 PM
Cool that it works right now ;)