Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 08-10-2006, 07:06 PM
graye Offline
forum loafer
 
Join Date: Aug 2006
Posts: 5
yet another image upload 'error'

First, thanks! I've solved my two issues so far via the forum!

yet, i appologize in advance. I've searched through about 50 threads concerning this issue but i have yet to find anything that has helped. to those of you who have helped with this issue countless times, i'm sorry in advance, but i also thank you in advance!!!

Host Information
----------------
URL http://www.belf.org/pixelpost/admin/index.php
PHP-version 4.3.11 (Pixelpost's min requirement: PHP version: 4.3.0 )
Session save path /tmp
MySQL version 4.1.14 (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/1.3.33 (Unix) FrontPage/5.0.2.2510 mod_fastcgi/2.4.2
EXIF Pixelpost is using exifer v1.5 for EXIF-information.

Paths
----------------
Guessed imagepath: //pixelpost/images/
Configured Imagepath: ../images/
Image Directory: OK - Can we write to the directory? YES. CHMOD: 0777
Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0777
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK

when i use the 'new image' page i get a red box with 'error' inside. no other info is given. I know, not much info to go on. If there's more info i can provide please let me know and I'll post.

any help you can be is greatly appreciated!!!
Reply With Quote
  #2  
Old 08-10-2006, 08:02 PM
Connie
Guest
 
Posts: n/a
do you get the red error box when trying to upload a photo or when you open that site in the browser?

if the first is the case, which file format you wanted to upload?

maybe a fileformat which is not supported?
Reply With Quote
  #3  
Old 08-10-2006, 08:40 PM
graye Offline
forum loafer
 
Join Date: Aug 2006
Posts: 5
formats

Hiya Connie,

Thanks for the response.

Bottom of the screen has a red box with 'error' written inside in black text when trying to upload an image via the new image page.

I've tried JPG's and TIF's, both large files (few megs) and small files (under 500k) but none can upload.

Graye
Reply With Quote
  #4  
Old 08-10-2006, 08:54 PM
Connie
Guest
 
Posts: n/a
TIF is not supported because no browser will accept TIF!!!

Only webproof-fileformats are:

GIF / JPG / PNG

big files are stupid in a webpage, because the screen can only show 72dpi and who wants to load megabytes when opening a website?
Please keep the filesize convenient

it is very reasonable that you came over a filesize-limit-for-upload of your server
Reply With Quote
  #5  
Old 08-10-2006, 09:01 PM
graye Offline
forum loafer
 
Join Date: Aug 2006
Posts: 5
file types/limits

good point about tifs, i simply wanted to try a different format and it was convienient.

you are correct, big files are stupid on a webpage, however i've even tried uploading a 17k JPG file (of course set at 72dpi) and I still get the same red box 'error'.

just to make sure i didn't reach any filesize limit I checked into my status and I'm currently at 1% of my 10gig limit.

anything else you can think of that i might try?
Reply With Quote
  #6  
Old 08-10-2006, 09:08 PM
Connie
Guest
 
Posts: n/a
one question:

is this the first time you want to upload or did it work before?
Reply With Quote
  #7  
Old 08-10-2006, 09:13 PM
graye Offline
forum loafer
 
Join Date: Aug 2006
Posts: 5
first

new to pixelpost. installed for the first time today. )
Reply With Quote
  #8  
Old 08-10-2006, 10:39 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
Go to /includes/functions.php and find check_upload function then change it to this:
PHP Code:
function check_upload($string)
{
    global 
$admin_lang_pp_up_error_0$admin_lang_pp_up_error_1$admin_lang_pp_up_error_2$admin_lang_pp_up_error_3$admin_lang_pp_up_error_4;

    
$error_explained = array(
        
"0" => "$admin_lang_pp_up_error_0",
        
"1" => "$admin_lang_pp_up_error_1",
        
"2" => "$admin_lang_pp_up_error_2",
        
"3" => "$admin_lang_pp_up_error_3",
        
"4" => "$admin_lang_pp_up_error_4"
        
);

     
$result $error_explained[$string];
    return(
$result);
    } 
This bug will be fixed in next release (currently it is fixed in CVS - http://pixelpost.cvs.sourceforge.net....php?view=log).
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #9  
Old 08-10-2006, 11:36 PM
graye Offline
forum loafer
 
Join Date: Aug 2006
Posts: 5
Thank YOU!

I'm not sure what CVS is or even what you did, but it definately worked!

Thank you so much!
Reply With Quote
  #10  
Old 08-11-2006, 06:04 AM
Connie
Guest
 
Posts: n/a
CVS is just our system to keep the versions which are in development
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 09:17 AM.

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