Divinum Fiat
Well-known member
Wow, adgsteve, you absolutely rock, you know that!? THANK YOU!
<?xml version="1.0" encoding="utf-8"?>
<block block_id="Test" title="Test" version_string="1.0.0" version_id="1" url="" install_callback_class="" install_callback_method="" uninstall_callback_class="" uninstall_callback_method="" cache="now">
<admin_templates/>
<listeners/>
<options/>
<phrases/>
<route_prefixes/>
<templates>
<template title="Test"><![CDATA[<div class="section avatarList">
<div class="secondaryContent" id="ts">
<h3>TeamSpeak</h3>
<div><img src="http://www.blah.com/servers/ts3_logo.png" width="155" height="49"></div>
<div><strong>xxx.xxx.xxx.xxx:xxxx</strong></div><br>
<div>
<script type="text/javascript" charset="utf-8" src="http://www.tsviewer.com/ts3viewer.php?ID=9&text=XXXXXX&text_size=11&text_family=1&js=1&text_s_color=fa020b&text_s_weight=bold&text_s_style=italic&text_s_variant=small-caps&text_s_decoration=none&text_s_color_h=fa020b&text_s_weight_h=normal&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=none&text_i_color=fa020b&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=fa020b&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=none&text_c_color=fa020b&text_c_weight=bold&text_c_style=normal&text_c_variant=small-caps&text_c_decoration=none&text_c_color_h=fa020b&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=none&text_u_weight=normal&text_u_style=italic&text_u_variant=small-caps&text_u_decoration=none&text_u_color_h=fa020b&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none"></script><noscript>Enable JavaScript or visit <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=XXXXXX">TeamSpeak Viewer</a> to display the TeamSpeak server.</noscript>
</div>
</div>
</div>]]></template>
</templates>
</block>
It gave me an error message when I tried to install it. I re-uploaded the Install.php from the original package and it still didn't uninstall and gave me the same error code.What happened when you tried to uninstall it? Was there an error message?
Sometimes it can take a while to rebuild the various caches (which is done during an uninstall) which can cause a timeout. That can sometimes be fixed by removing excess languages and styles.
Manually uninstalling an addon is not a simple task. It should be done through the Admin CP. If there are errors then we need to work through them.
I have Jaxel's XenPorta add-on that I never use and was going to uninstall it but it won't let me.
I keep getting this error:
Fatal error: Using $this when not in object context in /home/me/public_html/forum/library/EWRporta/Install.php on line 161
So I re-uploaded the same version and upgraded the add-on (same version) and tried to uninstall again. Same error.
How do I uninstall this? Do I have to drop the tables then just delete all xenporta files?
Sounds great but I just bought Xenforo 3 months ago. I've never had 1.44. I was on 1.5.0.http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.7586/page-167#post-289927
I'd probably install 1.44 again, and then uninstall, then delete the files mentioned in the 1st post of the portal thread, as well as dropping the tables. Then attempt to load the new portal
I have 1.5. I re-uploaded it and tried to uninstall it, still didn't work. Same error.oh my bad. You may want to post in the thread and see if someone can upload 1.5 for you to reinstall. If I had it, I'd upload it for you, but I don't.
Fatal error: Using $this when not in object context in /home/me/public_html/forum/library/EWRporta/Install.php on line 161What is the error?
This is the error:What is the error?
Fatal error: Using $this when not in object context in /home/me/public_html/forum/library/EWRporta/Install.php on line 161
So I re-uploaded the same version and upgraded the add-on (same version) and tried to uninstall again. Same error.
How do I uninstall this? Do I have to drop the tables then just delete all xenporta files?
If I had re-uploaded the 1.5.0 files the error would be there are no tables to initiate the uninstall etc.Error
The files necessary for uninstallation of this add-on could not be found. Please replace them.
I did a couple days ago. Got no answer, decided to make a thread here.Ok that is a problem with XenPorta's uninstall code. You will have to post in the XenPorta thread about this.
Oh okay cool thanks man!XenPorta is up to version 1.5.1. Try uploading the latest files and then do the uninstall. If that doesn't fix it then I will try to reproduce the problem on my own forum and see what can be done.
Error when attempting to upgrade 1.50 to 1.5.1Error
The specified add-on is already installed. Please use the upgrade page if you would like to upgrade it.
Server Error
Mysqli prepare error: Table 'thethleg_xen.EWRporta_blocks' doesn't exist
- Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
- Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
- Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
- Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 753
- Zend_Db_Adapter_Abstract->fetchRow() in EWRporta/Model/Blocks.php at line 16
- EWRporta_Model_Blocks->getBlockById() in EWRporta/Model/Blocks.php at line 201
- EWRporta_Model_Blocks->installBlockXml() in EWRporta/Model/Blocks.php at line 178
- EWRporta_Model_Blocks->installBlockXmlFromFile() in EWRporta/Install.php at line 59
- EWRporta_Install::installCode()
- call_user_func() in XenForo/Model/AddOn.php at line 214
- XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
- XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 212
- XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 310
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
- XenForo_FrontController->run() in /home/thethleg/public_html/forum/mazt3r.php at line 13
Mysqli prepare error: Table 'thethleg_xen.EWRporta_blocks' doesn't exist
We use essential cookies to make this site work, and optional cookies to enhance your experience.