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

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old May 14th, 2005, 05:40 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
Integration issues with Threads v6.5.1.1

I can't figure this one out guys...

I am running UBB Threads v6.5.1.1 and I was previously running an installation of Classifieds v2.x. I attempted an upgrade to the latest version of Classifieds.

I uploaded all the files except the config-inc.php file. I started up the upgraded.php file. The upgrade showed that it went well. Started up my Classifieds main window and looked good except it wasn't using my default stylesheet. So, I went into the admin panel and changed it. Went back into the Classifieds and now it doesn't recognize me as an admin or anyone else and the stylesheet is dorked up.

Any thoughts on this one?
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 10:45 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
You have your forum url set incorrectly as far as the style,registration etc is concerned

<link rel="stylesheet" href="http://www.f-bodyhideout.com/ubbthreads/ubbthreads.php/stylesheets/infopop2.css" type="text/css" />

You have entered

http://www.f-bodyhideout.com/ubbthreads/ubbthreads.php

when it should be

http://www.f-bodyhideout.com/ubbthreads

As far as admin link not showing your cookies are not aligned. If I sign into your forum and then go to classifieds I am not logged in.

Your cookies for the forum are set like this

path /
domain blank
prefix blank

your cookies for classifieds are set as such

path /
domain .f-bodyhideout.com
prefix w3t_

You do not need to specify the default cookie prefix as the cookie no matter what is that. Here is what your cookie looks like

w3t_w3t_myid

see your issue
__________________
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 May 15th, 2005, 12:16 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
Yea, I figured all this was of fault of my own...man, I just can't seem to get PhotoPost or Classifieds upgrades to ever go smoothly....

" You have your forum url set incorrectly as far as the style,registration etc is concerned

<link rel="stylesheet" href="http://www.f-bodyhideout.com/ubbthreads/ubbthreads.php/stylesheets/infopop2.css" type="text/css" /> "

What file do I need to go into manually and fix this in?

" As far as admin link not showing your cookies are not aligned. If I sign into your forum and then go to classifieds I am not logged in.

Your cookies for the forum are set like this

path /
domain blank
prefix blank

your cookies for classifieds are set as such

path /
domain .f-bodyhideout.com
prefix w3t_ "

What file do I go into manually and adjust this? I checked the config-inc.php file and I don't see any of this listed.

Thanks Chuck,
Gonzo
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 02:28 PM   #4 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Assuming your cookies for the forum are set like this:
Code:
Content visible to verified customers only.
Run the following queries:
Code:
Content visible to verified customers only.

Last edited by Frost; May 15th, 2005 at 02:59 PM.
Frost is offline   Reply With Quote
Old May 15th, 2005, 02:57 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
Thanks Frost, so just run each of these queries in my phpMyAdmin for the photopost classifieds database?
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 02:58 PM   #6 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Yep, that should do it.
Frost is offline   Reply With Quote
Old May 15th, 2005, 03:02 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
K great...now I get to try my novice hands at phpMyAdmin....yikes!

.....

K, I clicked on the database I want to work with....then in the right column, I selected "Query", which brought up a window with the tables and a box for me to input queries into. I input the query into the box, but I get a message telling me "You have to choose at least one Column to display".

Ideas?
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 03:12 PM   #8 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
On the left side, click the settings table link. Then on the right side, scroll down and enter the queries in the SQL query box.
Frost is offline   Reply With Quote
Old May 15th, 2005, 03:12 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
Mmm, I just went in manually into the settings table and deleted the cookie setting of w3t_

Atleast I can now get into the Admin Panel. I'm now trying to make some changes that there are errors on....like a path.

I made the changes and then hit submit and this is what I got back:


Warning: fopen(config-int.php): failed to open stream: Permission denied in /home/smoknz28/public_html/ubbthreads/classifieds/adm-editint.php on line 28

Warning: fwrite(): supplied argument is not a valid stream resource in /home/smoknz28/public_html/ubbthreads/classifieds/adm-editint.php on line 29

Warning: fclose(): supplied argument is not a valid stream resource in /home/smoknz28/public_html/ubbthreads/classifieds/adm-editint.php on line 30


Configuration updated!
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 03:14 PM   #10 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Now change config-int.php to 777 permission.
Frost is offline   Reply With Quote
Old May 15th, 2005, 03:17 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
Frost....you are a life saver here!

Thank you for taking time out to assist.

I'll make the change now and post up how it goes.....
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 03:20 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Virginia
Posts: 150
Send a message via AIM to smokn28
Yea, changing the permissions on the file didn't work either. Same errors popped up after making changes and submitting.
smokn28 is offline   Reply With Quote
Old May 15th, 2005, 03:48 PM   #13 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Lines 28, 29, and 30 of adm-editint.php are the following:
Code:
Content visible to verified customers only.
So if you are sill getting the same fopen, fwrite, and fclose errors, double check that config-int.php has 777 permission.
Frost 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
5.1 PP/6.5.1.1 UBB.Threads integration not working JCS100 Photopost Pro Installation & Upgrades 4 July 12th, 2005 02:32 PM
v5.03 Integrated Into Threads v6.5.1.1? smokn28 Photopost Pro Installation & Upgrades 21 May 13th, 2005 09:40 PM
Photopost/VB3/vBportal Integration issues recumbent615 Photopost Pro Installation & Upgrades 6 April 18th, 2005 10:26 AM
final integration issues ultimatebdmin Photopost Pro Installation & Upgrades 23 September 13th, 2004 10:24 PM
Some UBBT Integration Questions/Issues Muhammad Photopost Pro Installation & Upgrades 2 July 30th, 2004 11:47 AM


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

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