Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 01-29-2008, 03:57 PM
newtothis Offline
forum loafer
 
Join Date: Jan 2008
Posts: 6
Red ERROR Message on upload.. Please Help!

Hi All

installation (1.7.1) went fine, a few permissions needed changing but it all looked good.

but now coming to upload a test image i get a red ERROR message and nothing else.

here are my settings:

=========================

Host Information

URL http://www.pjl-construction.co.uk/pi...dmin/index.php

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

Session save path /tmp

MySQL version 4.1.20 (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.52 (CentOS)

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

Paths
Guessed imagepath: /home/pjlconstruk/public_html//pixelpost_v1.7.1//images/

Configured Imagepath: ../images/

Guessed thumbnailpath /home/pjlconstruk/public_html//pixelpost_v1.7.1//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

================================

Can anyone suggest what to look at, or possible fixes?

thanks for your time

Newtothis..
Reply With Quote
  #2  
Old 01-29-2008, 10:08 PM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
Does your site URL have two trailing // ?

Does it currently look like this: http://www.pjl-construction.co.uk/pixelpost_v1.7.1//

If so, remove one of the backslahes so it looks like this: http://www.pjl-construction.co.uk/pixelpost_v1.7.1/


Also, are you upload .jpg/.jpeg files or something else?
Reply With Quote
  #3  
Old 01-30-2008, 09:14 AM
newtothis Offline
forum loafer
 
Join Date: Jan 2008
Posts: 6
thanks for your help

my general info now shows this:

Paths
Guessed imagepath: /home/pjlconstruk/public_html//pixelpost_v1.7.1/images/

Configured Imagepath: ../images/

Guessed thumbnailpath /home/pjlconstruk/public_html//pixelpost_v1.7.1/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

and in the OPTIONS tab i have this:

url: http://www.pjl-construction.co.uk/pixelpost_v1.7.1
image path: ../thumbnails/
thumbnail path: ../images/

but i still get the same error.

i dont know if this will help but looking in from the root of the webspace i have these folders:

cgi-bin - default installation
images - the images for the main site
pixelpost_v1.7.1 - as installed
templates - dw template
services - a sub folder for html

thanks for your time and help on this.

New to this..
Reply With Quote
  #4  
Old 01-30-2008, 09:47 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
move all files and folders in the folder pixelpost_v1.7.1 to the root.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #5  
Old 01-30-2008, 04:53 PM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
Dennis, he is writing "images - the images for the main site" so he should better NOT move the pixelpost files into the root directory, it could be that the images folder for the main site will be overwritten then by the empty images folder of pixelpost.

newtothis, please try to rename the pixelpost folder "pixelpost_v1.7.1" to something without dots, just "pixelpost" for example. Change the blog URL in admin options too, check the changes in Admin Info and try again
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #6  
Old 01-31-2008, 09:24 AM
newtothis Offline
forum loafer
 
Join Date: Jan 2008
Posts: 6
hi

many thanks for the help with this.

sorry still no joy

i have updated as below:

Guessed imagepath: /home/pjlconstruk/public_html//pixelpost/images/

Configured Imagepath: ../images/

Guessed thumbnailpath /home/pjlconstruk/public_html//pixelpost/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

but still the same error - trying to upload a .jpg 200px by 200px

any other ideas / suggestions please?

thanks again

New to this..
Reply With Quote
  #7  
Old 01-31-2008, 10:56 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
if there is still no success on uploading photos (same red error message?) please try the following:
open your admin/index.php in a normal text editor and change the line 42
error_reporting(0);
to
error_reporting(E_ALL);

Upload it to your server and try to upload a photo via Admin interface again.
Now there should be shown a bunch of error warnings and notices and (I hope) a bold error message too.
Please post it here!
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #8  
Old 01-31-2008, 11:24 AM
dhdesign's Avatar
dhdesign Offline
pixelpost guru
 
Join Date: Mar 2007
Location: Ohio
Posts: 431
In addition to following austriaka's request to change index.php so that the errors/warnings show, you need to recheck your paths - you have a double slash after public_html - you only need a single slash. Both guessed paths should look like this:

Guessed imagepath: /home/pjlconstruk/public_html/pixelpost/images/

Guessed thumbnailpath /home/pjlconstruk/public_html/pixelpost/thumbnails/
__________________
My photoblog: KP Images
Reply With Quote
  #9  
Old 01-31-2008, 11:41 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
I didn't bother too much about the double slash at this place since I have them too and my blog is working fine:
Guessed imagepath: /www/htdocs/x123x456//images/

Configured Imagepath: ../images/

Guessed thumbnailpath /www/htdocs/x123x456//thumbnails/

Configured Thumbnailpath ../thumbnails/
__________________
Uh!log Photoblog
My Addons
Reply With Quote
  #10  
Old 02-01-2008, 08:56 AM
newtothis Offline
forum loafer
 
Join Date: Jan 2008
Posts: 6
hi thanks for all the help.

edited the admin.php and tried an upload.

seeing lots of error messages on all screens from log in screen ect.

this is what i see when i have tried the upload:


Notice: Undefined index: pp_user in /home/pjlconstruk/public_html/pixelpost/admin/index.php on line 147

Notice: Undefined index: view in /home/pjlconstruk/public_html/pixelpost/includes/functions.php on line 879

Notice: Undefined variable: login in /home/pjlconstruk/public_html/pixelpost/admin/index.php on line 269

Notice: Undefined index: _SESSION in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 6

Notice: Undefined index: _SESSION in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 6

Notice: Undefined index: _SESSION in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 6

Notice: Undefined index: view in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 14

Notice: Undefined variable: admin_lang_pp_up_error_6 in /home/pjlconstruk/public_html/pixelpost/includes/functions.php on line 181

Notice: Undefined variable: admin_lang_pp_up_error_7 in /home/pjlconstruk/public_html/pixelpost/includes/functions.php on line 182


Notice: Undefined variable: filnamn in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 143

Notice: Undefined index: category in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 203

Notice: Undefined index: id in /home/pjlconstruk/public_html/pixelpost/includes/functions.php on line 563

Notice: Undefined variable: catcounter in /home/pjlconstruk/public_html/pixelpost/includes/functions.php on line 585

Notice: Undefined index: view in /home/pjlconstruk/public_html/pixelpost/includes/functions.php on line 593

Notice: Undefined offset: 1 in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 232
id="postdayaft"/>Post one day after the last post

Notice: Undefined offset: 3 in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 233
id="exifdate"/>Use exif date

Notice: Undefined offset: 0 in /home/pjlconstruk/public_html/pixelpost/admin/new_image.php on line 234
id="specificdate"/>Post on a specific date. Please set the date below:

i hope this helps?

re the // yes i saw that but cant see how to remove it from the paths?

thanks again
new to this..
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 10:44 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs