![]() |
Thanks, cause i really wanna switch to database handling of read posts etc :)
btw im also getting the javascript error, with the old and new version when someone is logged out. if you wanna check it yourself; http://www.bunnybunch.nl |
I have a project that this may work with... Thanks for sharing this and I hope to try using it this weekend... :knockedout:
|
Edited:
Bah Nevermind! |
Quote:
'post' is a standard vB table so it should be there. umm... just a thought, are you using a table prefix for your forums? It should still work for that, but I dont have a prefixed forum to test it on. |
Quote:
What OS are you using? What browser (and what version) are you using? What webserver are you using? Are your users reporting the same error or just you? |
Nopes, no profixes at all are being used :) and i just checked in phpmyadmin and the table "post" is there, with offcourse all the records/posts in it :S
About the javascript error.. i only get it @ work.. windowsxp ie 6.0.2900.xxxx dont know if my users are reporting the same.. never heard about it, and i only get this error at my work pc.. not at home :) webserver is a linux one, but i dont know much more specs. this is the error: line 104 expected '(' weird thing is.. if i check the source, and line 104.. its an empty line.. ==== <input name=vb_login_username type=text id=navbar_username onfocus=if (this.value == 'Gebruikersnaam') this.value = ''; size=10 /> line 104 is here <br>Wachtwoord:<br> <input name=vb_login_password type=password size=10 /> ==== |
Quote:
|
I am just starting to play with the code but I got this error...
Fatal error: Call to a member function on a non-object in /home/SERVER/public_html/DOMAINFOLDER/forums/login_inc.php on line 150 I called the file from inside another script using the following line: include("../forums/login_inc.php"); Now, when I enter my forums username and password I am getting signed into my forums but when it returns to the script I never see the rest of the file where I tried to use the include from... I am still trying to figure it out though... The line of code that is causing the error is this: Code:
$getstats = $db->query_read('SELECT threadcount, replycount FROM ' . TABLE_PREFIX . 'forum'); OK, I removed all the code after: Code:
// +++++++++++++++++++++++++++++++++++++++++++++++++++ http://lythgoes.net/genealogy/software.php |
Quarterbore,
Combining two scripts can at times be very problematic. I suggest that you try the simple version of this script https://vborg.vbsupport.ru/showthread.php?t=100992 and see if you can get that working first. Also, I recommend trying just the test login listed in part five of troubleshooting (post 2), to rule out any thing besides a clash between this script and the other one. If we can get the basic one working, then we can work on finding out where the problem is here. |
Aye billspainball, i think so too, its a weird problem
Do you get an error btw if you switch the way your forum handles "read" posts? |
All times are GMT. The time now is 04:09 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|