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 Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 16th, 2005, 07:09 AM   #1 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
Still having a couple of problems...

Mostly everything is good, but I wanted to "uncheck" the vBenhanced box in the config file and tried to do it through the admin panel, but got that same ugly message I was getting before I changed the permissions...

Fatal error: Call to undefined function: is_wysiwyg_compatible() in /home2/digiscr/public_html/photopost/showphoto.php on line 922

For some reason, it doesn't seem to like apostrophe's or quotation marks...see this post:

http://www.digiscrapdivas.com/photop...2272&limit=all

These things are working fine in the forums, so it's just a problem over here.

Oh, and Chuck, if you see this, on the ppostfeeder thing, I was running 5.12 before so I didn't make that big of a change...but I know that isn't really your problem. Thing is, the guy who wrote that mod isn't using Photopost anymore so he doesn't support the mod anymore. I've had to take it off my page for now...boo hoo !

Thanks!
digidivakathy is offline   Reply With Quote
Old November 16th, 2005, 08:57 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Hello you need to have vb3enhanced on in 3.5 as that is how we get all the needed variables we need to display things like wysiwyg etc

I dont see anything wrong with the page your linking is there something I should be seeing here
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 16th, 2005, 03:38 PM   #3 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
Okay, but if I did choose to turn it off, should I be getting that ugly message?

Please look at the very last line of the photo details...it has replaced the quotation marks with " . Why is that? It also doesn't like apostrophes and replace them with slashes, as you can see in that same line.
digidivakathy is offline   Reply With Quote
Old November 20th, 2005, 09:37 AM   #4 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
Can I please get some help with this? Do I need to start a support ticket? The issue I am describing in the last paragraph of my last post is really getting to be a problem.
digidivakathy is offline   Reply With Quote
Old November 20th, 2005, 09:45 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
The link you posted above has no such issues you describe however the quot thing has been answered in another thread here is what was posted

In showphoto.php

$desc = convert_markups( $desc );

change to this

$desc = convert_markups( un_htmlspecialchars( $desc ) );
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 20th, 2005, 10:04 AM   #6 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
Yes, Chuck, it does have the issues...as I said, in the last line of the photo description area. However, since I did what you suggested, all but the slash are gone. Here's another issue, though...

Please go to this post:

http://www.digiscrapdivas.com/photop...1844&nocache=1

and point at the Buy It Here link in the description. This is the code that is in there for the link:

url=http://www.digiscrapdivas.com/shop/index.php?main_page=product_info&products_id=93]Buy it here![/url]

I left off the opening bracket so it wouldn't show as a link here. Anyway, if you hover over that link on the page where the layout shows, you see this link displayed:

http://www.digidivadesigns.com/shop/...products_id=70

Where is the amp; coming from? It's breaking all my links.
digidivakathy is offline   Reply With Quote
Old November 20th, 2005, 10:21 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
You need to make an edit as normally html is not allowed in posts which is a security feature so we dont account for it. HTML has never been supported in photopost and there is always an edit one way or another that had to be made in previous versions as well. There is an edit you can do to make the html display right

Code:
Content visible to verified customers only.
would be

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 20th, 2005, 07:22 PM   #8 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
Oh, thank you, thank you, thank you! All is well now, I think.
digidivakathy is offline   Reply With Quote
Old November 21st, 2005, 07:29 AM   #9 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
Well, almost...

I'm still having the slashes showing up in the descriptions and comments. Can you please tell me how to get rid of those?

Here's an example:

http://www.digiscrapdivas.com/photop...php?photo=2646

Thanks!
digidivakathy is offline   Reply With Quote
Old November 21st, 2005, 07:44 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Okay try this lines 411-412 of bulkupload make the lines this

they are this

$title = $deftitle;
$desc = $defdesc;

make them this

$title = stripslashes($deftitle);
$desc = stripslashes($defdesc);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 21st, 2005, 08:27 AM   #11 (permalink)
Member
 
Join Date: Jun 2005
Posts: 217
So, that won't go back and fix the already uploaded ones, but it keeps it from happening on new uploads, right?
digidivakathy is offline   Reply With Quote
Old November 21st, 2005, 08:37 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
you got it that is affirmative
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   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
Couple of Questions Aracnakat Classifieds Installation & Upgrades 7 December 19th, 2005 02:17 PM
Couple Questions sabret00the Before You Buy 1 May 12th, 2005 12:31 PM
A couple questions Big Kahuna Photopost Pro Installation & Upgrades 1 April 1st, 2005 01:11 PM
A couple suggestions HobbyTalk Classifieds Suggestions 12 August 26th, 2004 10:35 AM
Couple of Problems lakauai Photopost Pro Installation & Upgrades 1 July 13th, 2004 12:52 PM


All times are GMT -5. The time now is 01:01 PM.

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