Charbrowser v3.3.3 Error
Heya,
I was trying to set up your Charbrowser for my server. I got the newest version (3.3.3) from GitHub and was getting an error when searching characters. The Stuck Character Mover is working so I know it isn't anything to do with db permissions or anything like that. Anyone know what I could do here?
My charbrowser site
https://eqinfinity.com/magelo/index.php
error:
This is Line 344 of db.php
This is Line 109 of search.php
This is Line 130 of index.php
Tue Jun 23, 2020 2:52 am
It looks like the query result has no data behind it. In search.php try and add the following on line 107:
print $query;
Then rerun the page and it should dump out the query it’s trying to run. Copy that query and try to run it manually and see what we get.
print $query;
Then rerun the page and it should dump out the query it’s trying to run. Copy that query and try to run it manually and see what we get.
Tue Jun 23, 2020 7:11 am
Project Lead