Quote:
Originally Posted by MarcoH64
Looking into using HIS for a new hack i am writing, thx for making life a bit easier Link.
Running into 1 problem (well not really problem atm):
If there is a database error during install, the db_mysql.php can't include the './includes/functions_log_error.php' because current directory is different then expected. This will be more a nuisance during testing then when a hack is finished.
|
That is not the problem I don't think. I get a similar error, but the problem is a query failing and then the template not found error is caused by vB trying to log it I think.
This query in creator..
PHP Code:
// Grab all the phrases for the settinggroups, then unset the unneeded variable.
$teh_settinggroups2 = $DB_site->query("SELECT varname, text FROM ".TABLE_PREFIX."phrase WHERE varname IN ($sg_in) ORDER BY languageid DESC");
this is the error sent back.
PHP Code:
Invalid SQL: SELECT varname, text FROM phrase WHERE varname IN () ORDER BY languageid DESC
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY languageid DESC' at line 1
$sg_in seems to be empty...
As best I could tell. I was gonna use it for vBGarage, but for the life of me can't gen the files.
If anyone has a heads up on this, please holler.
Thanks.