![]() |
The XML Product File should have added that table to the database.
Could you check via phpMyAdmin to see if the table is there? As in the tests i have done it has worked for me. Thanks - James Quote:
|
Sorry, there is not such table.
When uninstall: Code:
Invalid SQL: |
I see your code to create the table, but the table is not create :surprised:
I donĀ“t use any table prefix. |
Hello, some feedback:
Code:
$vbulletin->db->query_write("DROP TABLE " . TABLE_PREFIX . "mu_ignored_ips"); Code:
) ENGINE=MyISAM DEFAULT CHARSET=latin1"); If I delete "ENGINE=MyISAM DEFAULT" in the product the tables are created but I get errors in Display Events: Notice: Undefined index: charset in /home/mydominion/public_html/foro/includes/init.php on line 144 Notice: Undefined index: url in /home/mydominion/public_html/foro/includes/class_core.php on line 1991 Notice: Only variables should be assigned by reference in /home/mydominion/public_html/foro/includes/init.php on line 213 I hope this info helps. Regards |
By the way, am I the only one with problems? There are 16 installs yet.
|
the
Code:
" . TABLE_PREFIX . "_table_name go ahead and try changing Code:
<uninstallcode><![CDATA[ Code:
<uninstallcode><![CDATA[ Code:
<installcode><![CDATA[$db->hide_errors(); Code:
<installcode><![CDATA[$db->hide_errors(); - james |
Hello James, you are right, the TABLE_PREFIX is not the problem.
The tables are now created (without the ENGINE=MyISAM DEFAULT CHARSET=latin1 and the ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1) but the error is still in Display Events: Code:
Notice: Undefined index: charset in /home/mydominion/public_html/foro/includes/init.php on line 144 Thanks to you. P.D. I see in database that created tables are of type "MySAM", yes, as the other tables of database. |
just to let every one know i have updated the download to fix the problem with the tables not getting added to the database.
Thanks - James |
will this work with the ae detector installed? can i have both?
|
Upgrade to vb3.5.4, all original files without modifications, all products and plugins disabled, the same problems :(
|
All times are GMT. The time now is 02:13 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:
|