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 Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 16th, 2012, 08:52 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Need Help - Unrecoverable Error

Chuck,

Running vB4.2.0 PL2 & 5.1

I was in admincp and click on forum settings and added this [http://mysite.org/classified/data] in the data box.

Now I get this error "We're sorry, but the system experienced an unrecoverable error. Please try again later." I cant view the classified ads and I cant get back into the admincp to delete that url I put in the data box under forum settings.

How can I fix this?

Thanks in advance.

WD
WarDog is offline   Reply With Quote
Old August 16th, 2012, 09:14 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
You had to have changed something else I would think without knowing it as changing a url would not crash a system it would only make your images non viewable if the url is wrong.

You can try editing pp-inc.php and finding this

Code:
Content visible to verified customers only.
change it to this

Code:
Content visible to verified customers only.
You should then after making the edit and uploading the changed file be able to tell me what the true error is.
__________________
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 August 16th, 2012, 09:47 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Chuck I didn't change a URL, I added one in a blank box in forum or form settings in admincp.

I made your edit in pp-inc.php but ended up with this error:

Code:
Content visible to verified customers only.
WarDog is offline   Reply With Quote
Old August 16th, 2012, 10:22 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
There is your error plain as day thanks

It appears you put a url in the box where it asks for the forum table prefix

You can fix that by doing a query against the classifieds settings table or manually entering the proper variable whichever is best for you.

UPDATE cp_settings SET setting='' WHERE id=83
__________________
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 August 16th, 2012, 10:30 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
That fixed it Chuck

I seen that earlier in the DB in settings 5 and 83. I wasn't sure which one to change or should I change one or both so I didn't change anything thinking I might muck up something.

Thanks a hundred times over and you have a good day.

WD
WarDog is offline   Reply With Quote
Old August 16th, 2012, 11:26 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Yeah you have to be careful when changing things. You physically had to actually change that setting to that url which is what mucked up things. Those are two separate things in the program no idea why you where trying to change the data url in the forum settings in admin.
__________________
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 August 16th, 2012, 11:38 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Quote:
Originally Posted by Chuck S View Post
Yeah you have to be careful when changing things. You physically had to actually change that setting to that url which is what mucked up things. Those are two separate things in the program no idea why you where trying to change the data url in the forum settings in admin.
To tell ya the truth I've had some complaints from members about when they are not logged in and goto the classified home page and login from there they get this error:
Code:
Content visible to verified customers only.
--I cant figure this out and why it's doing that.

WD
WarDog is offline   Reply With Quote
Old August 16th, 2012, 11:46 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Maybe if your using vbulletin a whitelist thing or some other feature that doesn't allow redirect urls outside vb. Not sure I use vb4 and do not get that with my site so it could be a setting your using.

You can ask vb as that is something coming from there coding. If it is a setting that is in conflict we might be able to set a global setting to tell vb to turn it off.

Is the classifieds url different than the forum more info would be needed on your setup for me to suggest something.
__________________
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 August 16th, 2012, 12:02 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Quote:
Originally Posted by Chuck S View Post
Maybe if your using vbulletin a whitelist thing or some other feature that doesn't allow redirect urls outside vb. Not sure I use vb4 and do not get that with my site so it could be a setting your using.

You can ask vb as that is something coming from there coding. If it is a setting that is in conflict we might be able to set a global setting to tell vb to turn it off.

Is the classifieds url different than the forum more info would be needed on your setup for me to suggest something.
I have nothing in a whitelist. My site is pretty well like your reeftalk site.

When you login from classifieds hompage it redirects to
Code:
Content visible to verified customers only.
and then the VB error is displayed. It should login user and return to classified homepage.

I don't know of any place I have something turned off in vB 4.2.0 --Do you have any suggestions for me to look at?

WD
WarDog is offline   Reply With Quote
Old August 16th, 2012, 12:28 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
I can not say as I am not an expert on every last vb option here. The error your talking about is from vbulletin and there seems to be lots of talk there about this

https://www.vbulletin.com/forum/show...valid+Redirect
__________________
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 August 16th, 2012, 01:25 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Thanks Chuck, I'll get a support ticket to vB about the matter.
WarDog is offline   Reply With Quote
Old August 16th, 2012, 01:51 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Did you try what they suggested in the thread I linked you on their site? There seems to be many threads on the search term Invalid Redirect URL

Under site url info in vb admin

make sure your forum url is set.

make sure you set always use forum url as base url to yes

all the component urls empty

That is how I have things setup.
__________________
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 August 16th, 2012, 02:09 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Quote:
Originally Posted by Chuck S View Post
Did you try what they suggested in the thread I linked you on their site? There seems to be many threads on the search term Invalid Redirect URL

Under site url info in vb admin

make sure your forum url is set.

make sure you set always use forum url as base url to yes

all the component urls empty

That is how I have things setup.
Yep, I've got it set up just like you say.

My website root is
Code:
Content visible to verified customers only.
a member can login from any forumpage without problems. Everything is redirected as it should be.
It's only when you goto
Code:
Content visible to verified customers only.
and login you will not be redirected without getting VB error. While viewing error you can click a tab to forum or photo gallery it really makes no difference. You can click classified tab again and bang you're logged in.

WD
WarDog is offline   Reply With Quote
Old August 16th, 2012, 02:19 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Yeah well I can not say that is there error so they should be able to respond. I can only say how I have mine setup.
__________________
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 August 16th, 2012, 02:24 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
I understand...
WarDog is offline   Reply With Quote
Old August 16th, 2012, 03:44 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
yeah its probally something simple. It has to be because of some setting in vb.
__________________
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 August 16th, 2012, 04:22 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Quote:
Hello,

I'm sorry, but we do not support modifications. You will need to ask the developers of Photopost to help with the error you are getting on their pages.


Lynne Sands
vBulletin Support Staff
vBulletin.org Admin
I knew this crap was going to be the case when I sent the support ticket. Screw it I'll just live with it!!!
WarDog is offline   Reply With Quote
Old August 16th, 2012, 04:25 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
LOL they are unreal aren't they. They are the most unfriendly company I know of. They do not even know the meaning of customer service. The question you have has nothing to do with a mod.

I will look at your settings to compare them to how I have things set if you want but I would need that info.
__________________
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 August 16th, 2012, 04:33 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 193
Thanks Chuck, I just sent you login info via your contact us form.
WarDog is offline   Reply With Quote
Old August 16th, 2012, 05:03 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Your issue was very easy once I saw how you set things up. It was starring you in the face and you did not see it.

Your forum was installed on

http://www.yoursite.com/forum

your classifieds was installed on

http://yoursite.com/classifieds

Those are two entirely separate domains which is why vb was yelling at you. That thread I noted earlier went into that. You had said they where installed on the same domain so that is why I said ask them.

They still are the worst for support.

Just an FYI coming soon for classifieds once I wrap up Reviewpost anytime

New plugin system !!!
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unrecoverable Error allcompu ReviewPost Installation & Upgrades 3 November 3rd, 2009 11:57 AM
can i edit the text of this error message? unrecoverable error scrapster Photopost Pro How Do I...? 3 October 28th, 2009 09:43 PM
Unrecoverable Error Basil Classifieds How do I...? 1 May 4th, 2009 09:04 AM
Unrecoverable error Yellowspurs Photopost Pro Bug Reports 9 August 18th, 2008 09:51 AM
unrecoverable error? glowinggal Photopost Pro Installation & Upgrades 6 January 16th, 2006 06:24 PM


All times are GMT -5. The time now is 11:44 AM.

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