PDA

View Full Version : New install issues


reyvee61
05-20-2007, 09:35 PM
Hi,
I am new here and my experience level with servers is pretty good as I lease a dedicated server of my own.
I have ran a search here and did find one relevant topic/issue to mine.

I have just run a new install of pixel post and everything went beautifully.

Except for one small item: When I upload an image it does not display in the images section of the admin panel nor the index page.

When I check my directory, the images show in the folder but that is all.

Everything checks out fine in the general info tab with all systems a go.
I even deleted the install file thinking that may be the issue as it is with many php applications.

The thread that I found here indicates that the master server time is not in sync with the application time and therefore disabling the image from showing but I have tried all the different options for post time to no avail.

Am I missing something?

URL http://reyvarela.net/Sig.na Luree/admin/index.php

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

Session save path /var/lib/php/session

MySQL version 4.1.16 (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 Apache/2.0.54 (Fedora)

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

Paths
Guessed imagepath: /home/httpd/vhosts/reyvarela.net/httpdocs/Sig.na Luree/images/

Configured Imagepath: ../images/

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


Any help would be appreciated.
Thanks

austriaka
05-20-2007, 11:10 PM
have a look into your phpadmin or mysqladmin and see if there is any data in the pixelpost_pixelpost table.
You have set the correct database login data in the pixelpost.php file?
And I would change the name of the folder / subdomain to something without whitespace...
http://reyvarela.net/Sig.na[ ]Luree/admin/index.php

reyvee61
05-21-2007, 02:53 AM
Thanks for the reply,
I have changed the url name by adding a - in between sig.na and luree and I double checked the data base username and login and all is well.

When I check the tables (there are 13), everything is in order but there isn't anything other than this in the pixelpost_pixelpost table:

http://reyvarela.net/images/special/table.png

The images are being loaded to the folder everytime though.

I'm lost.....

Dkozikowski
05-21-2007, 03:03 AM
Is there a browse option when looking at the pixelpost_pixelpost table?

http://public.dwilkinsjr.com/pixelpost/forumFiles/db_browse_table.jpg

austriaka
05-21-2007, 05:54 AM
did you try to upload an image after changing the name?

reyvee61
05-21-2007, 05:57 AM
Actually there is but it's not clickable as if there is nothing to browse.

Do you think I should do another clean install?

reyvee61
05-21-2007, 05:59 AM
did you try to upload an image after changing the name?

Yes I did try that and it went into the image directory but does not show in the image admin nor index page.

The images have been sized down to be suitable for web viewing as well.

austriaka
05-21-2007, 12:51 PM
yes, try another clean install.
This seems to be a database issue, your posted images are uploaded fine but never go into database.

Please try to change something in the options menu (the server time for example) and see into the database if this respects your changes. (table "pixelpost_config")

Maybe another clean install will help
KArin

reyvee61
05-21-2007, 07:56 PM
yes, try another clean install.
This seems to be a database issue, your posted images are uploaded fine but never go into database.

Please try to change something in the options menu (the server time for example) and see into the database if this respects your changes. (table "pixelpost_config")

Maybe another clean install will help
KArin

Thanks, I shall try this.