View Single Post
  #1  
Old 01-20-2008, 05:14 PM
theplasticpoet Offline
forum loafer
 
Join Date: Jan 2008
Posts: 5
pp not saving any tags

Hi
I've just done a fresh install of pixelpost 1.7 on my server, and everything works fine except tags. Whenever I add a new image or update and existing one, PP just discards the tags but saves everything else. I've checks the pixelpost_tags table in the mysql database, and it's got 3 fields and zero records.

the url is http://images.nofreeexits.com

I'd appreciate help with this please. Here's my info from the General Info section in the admin panel:

Quote:
Host Information

URL http://images.nofreeexits.com/admin/index.php

PHP-version 5.2.1 (Pixelpost's min requirement: PHP version: 4.3.0 )

Session save path c:\temp

MySQL version 5.0.45-community-nt (Pixelpost's min requirement: MySQL: 3.23.58 )

GD-lib bundled (2.0.28 compatible) with JPEG support

File Uploads to Pixelpost site are possible.

Server Software Microsoft-IIS/6.0

EXIF Pixelpost is using exifer v1.5 for EXIF-information.

Guessed imagepath: C:websitesdreamcancer.comnfx_gallery/images/

Configured Imagepath: ../images/

Guessed thumbnailpath C:websitesdreamcancer.comnfx_gallery/thumbnails/

Configured Thumbnailpath ../thumbnails/

Image Directory: OK - Can we write to the directory? YES. Current CHMOD: 0777

Thumbnails Directory: OK - Can we write to the directory? YES. Current CHMOD: 0777

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK
EDIT:
i've run a trace in functions.php

the following query is being executed: INSERT INTO pixelpost_tags (img_id, tag) VALUES ( 34,'skyline');

i don't see anything wrong with this. anyone have an idea?

any help would be appreciated.
thanks

Last edited by theplasticpoet; 01-20-2008 at 06:16 PM.
Reply With Quote