PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Integration issues with Threads v6.5.1.1 (http://www.photopost.com/forum/classifieds-installation-upgrades/113906-integration-issues-threads-v6-5-1-1-a.html)

smokn28 May 14th, 2005 05:40 PM

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?

Chuck S May 15th, 2005 10:45 AM

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 ;)

smokn28 May 15th, 2005 12:16 PM

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

Frost May 15th, 2005 02:28 PM

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.

smokn28 May 15th, 2005 02:57 PM

Thanks Frost, so just run each of these queries in my phpMyAdmin for the photopost classifieds database?

Frost May 15th, 2005 02:58 PM

Yep, that should do it.

smokn28 May 15th, 2005 03:02 PM

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?

Frost May 15th, 2005 03:12 PM

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.

smokn28 May 15th, 2005 03:12 PM

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!

Frost May 15th, 2005 03:14 PM

Now change config-int.php to 777 permission.

smokn28 May 15th, 2005 03:17 PM

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 May 15th, 2005 03:20 PM

Yea, changing the permissions on the file didn't work either. Same errors popped up after making changes and submitting.

Frost May 15th, 2005 03:48 PM

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.


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

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97