please help I can not un-install deanos tools

Hello

I just upgrade to latest version 7.3.2 --- after upgrade deanos toll ver 1.8.4 did not work.

I need to un-install 'deanos toll ver 1.8.4' so I can upgrade it to ver 1.8.5

I got an error http 500 --- Please help me and tell me what to do.

deanos - I went to your link for support deanos tools, I can't find a place to post or reply. That is why I have to post here. 

http://lure-retriever.com is my site

----------

what if I goto mysite server cpanel and delete deanos module. Will my site crash?

if it is o.k after I do this.

I maybe able to install new version 1.8.5

 

Thanks and God Bless.

Quote · 20 Sep 2016

Deanos tools is not available for the current version of dolphin yet.

To uninstall the tools, you need to modify this file.

modules\deano\deanos_tools\install\installer.php

Then delete these 2 functions.

    function install($aParams) {
        $aResult = parent::install($aParams);
        $this->addExceptionsFields(array('POST.dbcsDTphpcode', 'REQUEST.dbcsDTphpcode', 'POST.dbcsDTsqlquery', 'REQUEST.dbcsDTsqlquery'));
        return $aResult;
    }

    function uninstall($aParams) {
        $this->removeExceptionsFields(array('POST.dbcsDTphpcode', 'REQUEST.dbcsDTphpcode', 'POST.dbcsDTsqlquery', 'REQUEST.dbcsDTsqlquery'));
        return parent::uninstall($aParams);
    }

Save the changes, then the module should uninstall.

https://www.deanbassett.com
Quote · 20 Sep 2016

Also. Error 500 is a generic error. You need to look at your actual server error logs. PHP error logs to get the actual error that is occurring. If you have further problems, you need to check those logs to find proper error messages to report.

https://www.deanbassett.com
Quote · 20 Sep 2016

Hello, Deanos

Thanks for helping. I did what you said. remove the 2 codes from the installer file. clear caches, from cpanel, and in siteadmin. delete deanos tool ver 1.8.4

I got error   - pleas help me Deanos

OPERATION RESULTS
 
Uninstallation of: Deanos Tools Failed
 
-- Changing database: 
-- -- There are errors in the following MySQL queries:
-- -- Error: 
!DROP TABLE `dbcs_ip_address`;
Quote · 20 Sep 2016

Ok. That ! in front of the error does not look right, But anyway.

Edit modules\deano\deanos_tools\install\sql\uninstall.sql

Remove the drop table line from the top. Save and try again.

https://www.deanbassett.com
Quote · 21 Sep 2016

Hi Deano, It works. It allow me to uninstall. Thank You so much and have a great evening. God Bless

Quote · 21 Sep 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.