PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Problem installing with UBBThreads 6.3 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116780-problem-installing-ubbthreads-6-3-a.html)

foppen November 16th, 2005 09:49 AM

Problem installing with UBBThreads 6.3
 
I try to install Photopost 5.21 integrated in ubbthreads 6.3.
When I want to register in Photopost it point to the register site of UBB threads. So far so good.

When I want to log in it does not point me to the UBBThreads site.

In the admin page I get a warning:

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/database/domains/database.mypoint.nl/public_html/photopost/forums/threads.php on line 55

What is wrong?

B.t.w I thought that Photopost was layout just as the UBBThreadsforum but it is not, how can I do that?

Chuck S November 16th, 2005 10:09 AM

Hello

Our integration is written for UBBThreads correct but 6.3 is a way old version.

$queryv = ppmysql_query("SELECT C_Users FROM {$Globals['dprefix']}Cache", $db_link);
list( $totalusers ) = mysql_fetch_row($queryv);

6.5.4 I beleive is there current copy. Our software is looking for the table to grab the user total above but that does not exist in your old threads copy

I would suggest you upgrade your forum.

You can try editing your threads.php file and making the changes in bold to the query noted above

Code:

Content visible to verified customers only.

foppen November 17th, 2005 07:49 AM

Hi Chuck,
Ok, that worked fine, everthing runs fine.

I wil upgrade my forum, but it was not planned to do that with UBBThreads.
If I have to spend money than my next buy will be FusionBB, and i've seen that Photopost supports that :)


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

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