PDA

View Full Version : A lot of people ask this but I cant get started


shaines
06-15-2005, 01:26 AM
General Info gives this
Guessed imagepath: /usr/services/vux/apache/htdocs/~129553.131225//cgi-binimages/

Configured Imagepath /usr/services/vux/apache/htdocs/~129553.131225//cgi-bin

Image Directory: Does Not Exist (should be /usr/services/vux/apache/htdocs/~129553.131225//cgi-binimages) - Thumbnails folder not writable!
You must set correct permissions on this folder or you will not be able to create any thumbnails.
Set the folder to chmod 777 (read, write and execute permissions for owner, group and world).

Thumbnails Directory: Does Not Exist (should be /usr/services/vux/apache/htdocs/~129553.131225//cgi-binthumbnails) -

Language Directory: Does Not Exist (should be /usr/services/vux/apache/htdocs/~129553.131225//cgi-binlanguage)

Addons Directory: Does Not Exist (should be /usr/services/vux/apache/htdocs/~129553.131225//cgi-binaddons)

Includes Directory: Does Not Exist (should be /usr/services/vux/apache/htdocs/~129553.131225//cgi-binincludes)

Templates Directory: Does Not Exist (should be /usr/services/vux/apache/htdocs/~129553.131225//cgi-bintemplates)

But the installer when finished said that it could get to the images and thumbs directories succssfully.

My host is network solutions

the site is
www.shaines.net/photoblog

What can I try next?

shaines
06-15-2005, 01:47 AM
Guessed imagepath: /usr/services/vux/apache/htdocs/~129553.131225//cgi-binimages/

Configured Imagepath http://www.shaines.net/photoblog/images/

Image Directory: Does Not Exist (should be http://www.shaines.net/photoblog/images) - Thumbnails folder not writable!
You must set correct permissions on this folder or you will not be able to create any thumbnails.
Set the folder to chmod 777 (read, write and execute permissions for owner, group and world).

Thumbnails Directory: Does Not Exist (should be http://www.shaines.net/photoblog/thumbnails) -

Language Directory: Does Not Exist (should be http://www.shaines.net/photoblog/language)

Addons Directory: Does Not Exist (should be http://www.shaines.net/photoblog/addons)

Includes Directory: Does Not Exist (should be http://www.shaines.net/photoblog/includes)

Templates Directory: Does Not Exist (should be http://www.shaines.net/photoblog/templates)



these directories do exist

Error on upload is now
Warning: move_uploaded_file(http://www.shaines.net/photoblog/images/20050614214705_sponge.jpg): failed to open stream: HTTP wrapper does not support writeable connections. in /data/2/0/129/64/129553/user/131225/htdocs/photoblog/admin/index.php on line 417

Connie
06-15-2005, 06:02 AM
Shaine,

Error on upload is now
Warning: move_uploaded_file(http://www.shaines.net/photoblog/images/20050614214705_sponge.jpg): failed to open stream: HTTP wrapper does not support writeable connections. in /data/2/0/129/64/129553/user/131225/htdocs/photoblog/admin/index.php on line 417
HTTP wrapper does not support writeable connections.

there is a so-called "wrapper" active at your server which denies the steps the script must do to create and copy image files

search this forum for "wrapper" and talk with your hoster how to solve this problem! (As I must run to work, I have no time to look for it just now) :cry:

ZachMatthews
07-08-2005, 12:20 AM
I am having the exact same problem with the same outfit, Network Solutions. Shaines did you ever solve it, and if so, how?

ZachMatthews
07-08-2005, 12:29 AM
This is my stuff:

PHP-version 4.3.10 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 3.23.58-log (Pixelpost's min requirement: MySQL 3.23.58)

GD-lib 2.0 or higher

Server software Apache/1.3.29 (Unix) FrontPage/5.0.2.2634 ApacheJServ/1.1.2 mod_auth_pam/1.1.1

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


Again, network solutions. Grrrrr.

ZachMatthews
07-08-2005, 12:33 AM
Just to clarify I haven't gotten to the wrapper issue yet; I can't set up my blog. Neither has shaines, apparently. Has anyone else encountered Network Solutions' file structure, and if so, what is the correct setup?

Thanks,
Zach

ZachMatthews
07-08-2005, 12:49 AM
This was harder than it looked but a Network Solutions dude named Anthony was spot on. Since the admin.php command resides in the same folder as the rest of the pixelpost program, all you have to do is drop a ../ in there to tell it to go a directory higher and then start back down the tree.

So, just use ../images/

See:

Guessed imagepath: /usr/services/vux/apache/htdocs/~147971.149790//cgi-binimages/
Configured Imagepath ../images/

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

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

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

shaines
07-08-2005, 03:13 PM
That worked for me also.

I am adding the post again with a subject so that others that use Network Solutions can fix their problems too.

Use an images path of ../images/

raminia
07-08-2005, 03:34 PM
yes it works but if somebody who is writing an addon wants to access the image path he/she would have problems with this setting.

anyway it's quite ok. I'll consider this.

Spearin
07-09-2005, 07:38 AM
Hi there,

Just had the same problem... but luckily I used Search first rather than make a new topic about it :wink:

I thought I would add that for anyone looking as to where to fix this, to do the following:

. Go into Admin
. Go to OPTIONS
. Under the section IMAGES PATH in the GENERAL area
... Add: ../images/ in the field
. Click Update beside and you should be good to go!

I hope this makes things easier for anyone with the same problem!