Quote:
Originally Posted by djohn
I get the following errors when i run hack_instakk.php:
Code:
Warning: readdir(): supplied argument is not a valid Directory resource in /home/site/public_html/forums/install/hack_install.php on line 22
Warning: asort() expects parameter 1 to be array, null given in /home/site/public_html/forums/install/hack_install.php on line 29
Warning: Invalid argument supplied for foreach() in /home/site/public_html/forums/install/hack_install.php on line 30
Fatal error: main(): Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/forums/install/hack_install.php on line 35
|
I had this same problem then renamed hack_install_b1.php to hack_install.php as suggested to another user. I then had an error towards then end and that user said they ran the queries that was posted on the page before to fix. I did that and well, it didn't work here are the errors i'm having.
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /www/i/insanity/htdocs/forums/includes/db_mysql.php on line 389
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/local/php4/lib/php') in /www/i/insanity/htdocs/forums/includes/db_mysql.php on line 389
PHP Code:
Database error in vBulletin 3.0.3:
Invalid SQL: ALTER TABLE vb3_language ADD `phrasegroup_shoutbox` MEDIUMTEXT NOT NULL
mysql error: Duplicate column name 'phrasegroup_shoutbox'
mysql error number: 1060
And here are the errors from running the Query
Error
SQL-query :
ALTER TABLE language DROP phrasegroup_shoutbox
MySQL said:
#1146 - Table 'vboard.language' doesn't exist
[Documentation] ? [Back]