vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - GRPS: Groups Commune 2.0.x (https://vborg.vbsupport.ru/showthread.php?t=127303)

Shmee 10-13-2006 09:12 PM

Ok, I think I found the problem query. It does query the user table ..
I emailed you the outputs of the debug.

sabret00the 10-14-2006 09:47 AM

Quote:

Originally Posted by Shmee
Ok, I think I found the problem query. It does query the user table ..
I emailed you the outputs of the debug.

thought so, i'll have to drop the avatar_cache, though in all honesty i never understood the function myself, it was handed to me back when i started out and i've never really built a friendship with it, despite taking it everywhere.

whitetigergrowl 10-14-2006 01:52 PM

When I did a group search this is the error I got minus private info:

Quote:

Database error in vBulletin 3.6.2:

Invalid SQL:

SELECT grps.groupid, grps.title, grps.description, grps.catid, grps_categories.title AS catname, grps.approved, grps.create_date, grps.replycount, grps.lastpost, grps.membercount, grps.leaderid, user.username
FROM grps
LEFT JOIN grps_categories ON (grps_categories.catid = grps.catid)
LEFT JOIN user ON (user.userid = grps.leaderid)
WHERE (grps.title LIKE '%charmed%' OR grps.description LIKE '%charmed%')
AND approved = '1'
ORDER BY groupid DESC
LIMIT 0, 25;

MySQL Error : Table 'powerran_vb.user' doesn't exist
Error Number : 1146
Date : Saturday, October 14th 2006 @ 09:51:48 AM
Script : http://www.website.com/community/groups/search.php
Referrer : http://www.website.com/community/groups/
IP Address :
Username :
Classname : vB_Database
I also have about 35 groups so far....and it only shows 25 under the 'Browse Groups' categories. Its not showing the rest for some reason. And until its fixed, I added a direct link to my forums in my navbar. Its not re-writing that url it seems, but is re-writing others.

Endurer 10-14-2006 02:52 PM

Great mod :)

I look forward to the RC10. At the moment none of the images are being displayed other than the ones in groups/ folder. I am testing it at my personal computer and so far am unable to set the chdir path.

Here is the path I am currently using:

chdir("../../gold/");

vb is installed in:

C:\AppServ\www\My_Content\gold\

http://localhost/my_content/gold/

Groups is located at:

C:\AppServ\www\My_Content\gold\groups\

http://localhost/my_content/gold/groups/

What should be the chdir path? Images work once I copy the entire styles directory to gold\ .. I've tried changing the pathin chdir and it gives me:

Code:

Warning: chdir(): No such file or directory (errno 2) in c:\appserv\www\my_content\gold\groups\includes\config_grps.php on line 45

Warning: main(./global.php): failed to open stream: No such file or directory in c:\appserv\www\my_content\gold\groups\index.php on line 75

Fatal error: main(): Failed opening required './global.php' (include_path='.;C:\AppServ\php\PEAR') in c:\appserv\www\my_content\gold\groups\index.php on line 75

I hope that these issues are taken care of in the RC10... I am not familiar with VB at the moment since I've just switched from phpBB > VB and would really appreciate if the installation instructions in the next version are in a bit more detail.

Once again, great mod! Thank you for your time & dedication to the project.

God bless you. :)

Shmee 10-14-2006 04:10 PM

Try

chdir("../gold/");
Quote:

Originally Posted by Endurer
Great mod :)

I look forward to the RC10. At the moment none of the images are being displayed other than the ones in groups/ folder. I am testing it at my personal computer and so far am unable to set the chdir path.

Here is the path I am currently using:

chdir("../../gold/");


Shmee 10-14-2006 04:15 PM

Quote:

Originally Posted by sabret00the
thought so, i'll have to drop the avatar_cache, though in all honesty i never understood the function myself, it was handed to me back when i started out and i've never really built a friendship with it, despite taking it everywhere.

hehe, sounds good. woot, once that's removed or whatever, I can start using it.

Endurer 10-14-2006 04:34 PM

There are no errors coming up with "../" but it's taking images from the groups/images and not gold/images/ the log out path is set to gold/groups/ whereas it should be gold/. :)

toolblast 10-14-2006 04:52 PM

Ya ../ works best. Everything works for me over on my site, except the reply button, which is being forced to work in RC10. Other than that, no problems installing, no other issues. With the images you just need to make sure in your style you've put in the full path to the image folders so instead of /images/whatever its http://yoursite.com/images/whatever

whitetigergrowl 10-14-2006 06:00 PM

I noticed in my sql database it didnt add a vb_ prefix like everything else is supposed to. How do I fix this?

Endurer 10-14-2006 11:02 PM

Thank you tooblast :) it's coming up fine now. Just one problem and that is with the reps button in the groups/viewthread. Here's whats coming up instead of the reps button:

Quote:

http://localhost/my_content/gold/images/avatars/_1">Add to Spinx's<!-- <span id= Report Post --> alt="Add Infraction for Spinx" border="0" /


All times are GMT. The time now is 06:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01860 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete