vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Advanced Memberlist Search (https://vborg.vbsupport.ru/showthread.php?t=102405)

Andreas 12-27-2005 03:21 PM

I don't have a screenshot and I am not going to take one :)
http://kirbydemos.ath.cx/forum/memberlist.php?do=search

PennylessZ28 12-27-2005 06:28 PM

I still can't make it work for all the tea in china

Nordinho 12-28-2005 11:27 AM

PHP Code:

Database error in vBulletin 3.5.2:

Invalid SQL:

        
SELECT user.*,usertextfield.*,userfield.*, user.useridoptions,
            IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid
        
        
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardatelinecustomavatar.width AS avwidthcustomavatar.height AS avheight
        
,customprofilepic.userid AS profilepiccustomprofilepic.dateline AS profilepicdatelinecustomprofilepic.width AS ppwidthcustomprofilepic.height AS ppheight
         
lastactivity AS lastvisittime 
        
        
journals.journal_id
        FROM user 
AS user
        LEFT JOIN usertextfield 
AS usertextfield ON(usertextfield.userid=user.userid)
        
LEFT JOIN userfield AS userfield ON(userfield.userid=user.userid)
        
        
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
        
LEFT JOIN customprofilepic AS customprofilepic ON (user.userid customprofilepic.userid
        
         
LEFT JOIN journals AS journals ON (journals.journalist_id=user.useridLEFT JOIN customprofilepic AS customprofilepic ON (customprofilepic.userid=user.userid)
        
WHERE 1=AND user.showbirthday AND IFNULL(YEAR(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) >= 15 AND IFNULL(YEARFROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) <= 36 AND ISNULL(customprofilepic.userid)
            AND 
user.usergroupid IN (-1,6,7,9,120,2,5,81,123)
        
ORDER BY user.username asc 
        LIMIT 0
30;

MySQL Error  Not unique table/alias'customprofilepic' 

Getting this error now...uninstalled the old product and reimported the new one

edit: get this error by email when installing

PHP Code:

Invalid SQL:
DELETE FROM productrequirement WHERE product='' 

;

and when the product installs it gives these errors

PHP Code:

Warningmysql_query(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 395

Warning
mysql_error(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 837

Warning
mysql_errno(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 855

There seems 

but the script redirects too fast to copy the whole error...

Nordinho 12-29-2005 08:10 PM

Quote:

Originally Posted by Nordinho
PHP Code:

Database error in vBulletin 3.5.2:

Invalid SQL:

        
SELECT user.*,usertextfield.*,userfield.*, user.useridoptions,
            IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid
        
        
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardatelinecustomavatar.width AS avwidthcustomavatar.height AS avheight
        
,customprofilepic.userid AS profilepiccustomprofilepic.dateline AS profilepicdatelinecustomprofilepic.width AS ppwidthcustomprofilepic.height AS ppheight
         
lastactivity AS lastvisittime 
        
        
journals.journal_id
        FROM user 
AS user
        LEFT JOIN usertextfield 
AS usertextfield ON(usertextfield.userid=user.userid)
        
LEFT JOIN userfield AS userfield ON(userfield.userid=user.userid)
        
        
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
        
LEFT JOIN customprofilepic AS customprofilepic ON (user.userid customprofilepic.userid
        
         
LEFT JOIN journals AS journals ON (journals.journalist_id=user.useridLEFT JOIN customprofilepic AS customprofilepic ON (customprofilepic.userid=user.userid)
        
WHERE 1=AND user.showbirthday AND IFNULL(YEAR(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) >= 15 AND IFNULL(YEARFROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) <= 36 AND ISNULL(customprofilepic.userid)
            AND 
user.usergroupid IN (-1,6,7,9,120,2,5,81,123)
        
ORDER BY user.username asc 
        LIMIT 0
30;

MySQL Error  Not unique table/alias'customprofilepic' 

Getting this error now...uninstalled the old product and reimported the new one

edit: get this error by email when installing

PHP Code:

Invalid SQL:
DELETE FROM productrequirement WHERE product='' 

;

and when the product installs it gives these errors

PHP Code:

Warningmysql_query(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 395

Warning
mysql_error(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 837

Warning
mysql_errno(): 7 is not a valid MySQL-Link resource in /includes/class_core.php on line 855

There seems 

but the script redirects too fast to copy the whole error...

any idea's about this one...also receiving dberrors now

'mysql_connect(): Too many connections
/mydir/includes/class_core.php on
line 273'

moonclamp 01-16-2006 02:08 AM

It's working for me now.

However, I'm cheating. I can't get the time to upgrade from 3.5.0 so I just uploaded the memberlist.php from 3.5.3 ... not sure if I messed anything else up but it works just fine now :)

sensimilla 01-19-2006 06:28 AM

Quote:

Invalid SQL:

SELECT COUNT(*) AS users
FROM user AS user
LEFT JOIN userfield AS userfield USING (userid)

WHERE 1=1 AND field12 LIKE 'Female' AND field8 & 128
AND user.usergroupid IN (-1,10,6,7,12,2,5)
AND user.showbirthday > 0 AND IFNULL(YEAR(FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) >= 25 AND IFNULL(YEAR( FROM_DAYS(TO_DAYS(NOW())-TO_DAYS(user.birthday_search))), 0) <= 35 AND NOT ISNULL(customprofilepic.userid);

MySQL Error : Unknown table 'customprofilepic' in where clause Error Number : 1109
any ideas ?

Rukas 02-19-2006 10:38 PM

^^ Same exact problem, running 3.5.3, clean install.

quanvo81 02-22-2006 06:25 PM

nice shot, nice hack, clicked installed

quanvo81 02-22-2006 06:27 PM

Quote:

Originally Posted by Rukas
^^ Same exact problem, running 3.5.3, clean install.

I have no problem running it, I am running 3.5.3 :rolleyes:

Rukas 02-28-2006 11:44 PM

^^ What other hacks do you have installed?

Everything works fine apart from searching by profile pic.


All times are GMT. The time now is 01:51 PM.

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.01208 seconds
  • Memory Usage 1,799KB
  • 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
  • (6)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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