PDA

View Full Version : Rookie here needs help.


paulplater
09-10-2018, 07:11 PM
When trying to upload smileys in the admin panel I keep getting this message. I am so lost.

Invalid Table Specified

snakes1100
09-10-2018, 07:54 PM
Run this test: Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions

Next, disable all plugins.

Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php add:

define('DISABLE_HOOKS', true);

paulplater
09-10-2018, 08:02 PM
Ok will do thank you.

snakes1100
09-10-2018, 08:16 PM
welcome

paulplater
09-10-2018, 08:21 PM
I get this about 40 times

PHP Warning: array_keys() expects parameter 1 to be array, string given in ..../SuperAdminCP/diagnostic.php on line 410

PHP Warning: Invalid argument supplied for foreach() in ..../SuperAdminCP/diagnostic.php on line 410

PHP Warning: array_keys() expects parameter 1 to be array, string given in ..../SuperAdminCP/diagnostic.php on line 410

--------------- Added 1536618191 at 1536618191 ---------------

dbtech_status.php File not recognized as part of vBulletin
follow.php File not recognized as part of vBulletin
rbs_banner.php File not recognized as part of vBulletin
rbs_stats.php File not recognized as part of vBulletin
servage-default.html File not recognized as part of vBulletin
sohp.php File not recognized as part of vBulletin
vbshoutcss.php File version mismatch: found 4.2.0 Patch Level 2, expected %VERSION%
Scanned 11 files./ContPanMod
Scanned 76 files./SuperAdminCP
admin_rbs.php File not recognized as part of vBulletin
admin_rbs_banner_list.php File not recognized as part of vBulletin
admin_rbs_delete.php File not recognized as part of vBulletin
admin_rbs_disable.php File not recognized as part of vBulletin
dbtech_status.php File not recognized as part of vBulletin
follow.php File not recognized as part of vBulletin

snakes1100
09-10-2018, 08:26 PM
If you added those files, then you can ignore the files that its reporting.

The php error is a addon that isnt coded for your version of php, update all addons that you have.

Did you disable the hooks via config.php & try to upload again?

paulplater
09-10-2018, 08:28 PM
I will thanks again

snakes1100
09-10-2018, 08:35 PM
welcome

paulplater
09-10-2018, 08:39 PM
Again Invalid Table Specified

snakes1100
09-10-2018, 08:46 PM
Have you modified any core vbulletin files?

paulplater
09-10-2018, 11:02 PM
Only the config.php file, that is the only one I edited. I have uninstalled all installs from dbtech that I had installed.

Still getting the same errors I listed above. Is there something wrong with the diagnostic.php? Can I write the original diagnostic.php that came with the package vbforum_4_4-2-5 over the current one? Would that help or make matters worse?


Have you modified any core vbulletin files?

snakes1100
09-11-2018, 06:51 AM
I asked if you modified any core files, to verify you havent, re-upload ALL the vbulletin files & overwrite the old ones.

Backup your site files first.

paulplater
09-11-2018, 04:09 PM
The config.php file, that is the only one I edited.