PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 17th, 2007, 06:55 AM   #1 (permalink)
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
Watermark Error

I get the following error when uploading a photo in my new install on http://nitro-rider.com/photopost .

I am running PP 5.62

Watermark option settings:

Yes
Southwest
/xxxxxx/xxxxxxx/xxxxxxx/nitro-rider.com/photopost/watermark/nitro-watermark.png

The watermark I am attempting to use is attached.

Code:
Content visible to verified customers only.
Attached Images
File Type: png nitro-watermark.png (6.1 KB, 1 views)
bplinson is offline   Reply With Quote
Old June 17th, 2007, 09:09 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
Your server has open_basedir set therefore all files must be in the same server path. where is this watermark located?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 17th, 2007, 11:36 AM   #3 (permalink)
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
It is in nitro-rider.com/photopost/watermark
bplinson is offline   Reply With Quote
Old June 17th, 2007, 11:54 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
Make sure your using the correct server path not a url
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 17th, 2007, 02:41 PM   #5 (permalink)
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
I am using a server path, not a url
bplinson is offline   Reply With Quote
Old June 17th, 2007, 02:44 PM   #6 (permalink)
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
Could this be the problem?

is not within the allowed path(s): (/xxxxx/xxxxxx/xxxxxxx/nitro-rider.com/httpdocs:/tmp

What is the :/tmp?
bplinson is offline   Reply With Quote
Old June 17th, 2007, 06:57 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
You would need to ask your host this question. You can post a link to phpinfo here but the error your posting is because whatever path your using is not within the set path restricted by your host so it is not allowed. Your best bet is to place the watermark in your data directory and change your path to there
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old June 18th, 2007, 03:39 AM   #8 (permalink)
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
I am running my own server. The watermarks work fine on xlforum.net and v2-forum.com which are on the same server. It does not make sense that the open_basedir setting would affect the nitro-rider.com domain.
bplinson is offline   Reply With Quote
Old June 18th, 2007, 04:11 AM   #9 (permalink)
Member
Verified Customer
 
bplinson's Avatar
 
Join Date: Nov 2004
Posts: 100
Fixed!!! My mistake. I was missing one directory in my server path.
bplinson is offline   Reply With Quote
Old June 18th, 2007, 09:46 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
always something easy
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 12th, 2009, 01:47 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2009
Posts: 12
Hi there i have done something wrong with watermark setup. i uploaded a photo(.png) to photobucket wesite and tried to copy the link. But unfortunaltly i copied a HTML link and paste it to watermark link path and saved it..now i cant change anything. and its showing some weird link..

the link i pasted in watermark path area was
<a href="http://s612.photobucket.com/albums/tt207/bayezid_f1/?action=view&current=cartunerlogo.png" target="_blank"><img src="http://i612.photobucket.com/albums/tt207/bayezid_f1/cartunerlogo.png" border="0" alt="Photobucket"></a>

i tried to put sever direct server path for watermark but its not changing.. may be for some weird html code interact the programe.

can you please help me out from this problem. thanx
Cartuner is offline   Reply With Quote
Old August 12th, 2009, 06:18 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
You cant save html in mysql and then try and show it in an html page without escaping it first.

Your only option is to actually update the actual setting in your database settings table for photopost through like phpmyadmin like so

UPDATE pp_settings SET setting='' WHERE id=90;
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 13th, 2009, 05:40 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2009
Posts: 12
Quote:
Originally Posted by Chuck S View Post
You cant save html in mysql and then try and show it in an html page without escaping it first.

Your only option is to actually update the actual setting in your database settings table for photopost through like phpmyadmin like so

UPDATE pp_settings SET setting='' WHERE id=90;
thank you for your reply. i am sorry that i am new at this would you please give me more details that how i can resolve this error? thanx
Cartuner is offline   Reply With Quote
Old August 13th, 2009, 09:07 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
Well the way to resolve that error is to view your database through your sites control panel and issue an sql query to update that setting. Do you know about your sites control panel usually cpanel?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 16th, 2009, 09:49 AM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2009
Posts: 12
Quote:
Originally Posted by Chuck S View Post
Well the way to resolve that error is to view your database through your sites control panel and issue an sql query to update that setting. Do you know about your sites control panel usually cpanel?
yes i do have cpanel..so what i need to do next?
Cartuner is offline   Reply With Quote
Old August 16th, 2009, 10:22 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,795
You would go into cpanel go to mysql click on phpmyadmin and view the photopost database. You can then hit the sql tab and enter the query I posted above.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
watermark creation error RichH Photopost Pro Installation & Upgrades 2 April 22nd, 2006 07:39 PM
Catagory watermark error(FIXED) bplinson Photopost Pro Bug Reports 16 August 3rd, 2005 01:39 PM
Watermark Error On lager files n_wattam Installs and Upgrade - vBulletin 3.0.X 2 February 4th, 2005 03:26 PM
Watermark problem Error code: 9 Russ_T ReviewPost Installation & Upgrades 4 January 15th, 2005 09:17 AM


All times are GMT -5. The time now is 10:37 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0