CateAppsTech
Forum Replies Created
-
Forum: Plugins
In reply to: [Portable phpMyAdmin] [Plugin: Portable phpMyAdmin] WP_HOST ErrorRE: 1.2.9.5
I had to deactivate all my plugins and activate PPMA on its own, before anything new happened. Once ‘working’ I reactivated all the old plugins and it carried on ‘working’. Before that I tried to just deactivate and reactivate PPMA with the other plugins but it did nothing and still got a blank central section.
I say ‘working’, because it’s not. I get a load of deprecation warnings…
Deprecated: Function ereg() is deprecated in /var/sites/p/mydomain.com/public_html/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 59
Deprecated: Function ereg() is deprecated in /var/sites/p/mydomain.com/public_html/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 60
Deprecated: Function ereg_replace() is deprecated in /var/sites/p/mydomain.com/public_html/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 65
Deprecated: Function ereg_replace() is deprecated in /var/sites/p/mydomain.com/public_html/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 65
Deprecated: Function ereg_replace() is deprecated in /var/sites/p/mydomain.com/public_html/wp-content/plugins/portable-phpmyadmin/wp-pma-mod/libraries/check_user_privileges.lib.php on line 66
Regards.
Forum: Plugins
In reply to: [Portable phpMyAdmin] [Plugin: Portable phpMyAdmin] WP_HOST ErrorRE v1.2.94e
Image of PPMA page HERE
Forum: Plugins
In reply to: [Portable phpMyAdmin] [Plugin: Portable phpMyAdmin] WP_HOST ErrorRE: v1.2.9.4e
Just updated an whilst the PPMA page shows the correct IP for my DB_Host the main part (central) is blank.
I tired to edit config.php and notice that you are now using…
$cfg[‘Servers’][$i][‘host’] = DB_HOST;I changed it to my IP and then a wrong IP and PPMA still showed the correct DB_Host. This tells me that you are not actually using the config.php file !!!
ALSO…
You need to edit your plugin’s HELP page as it still says…
HelpIf phpMyAdmin is unable to connect to your database, it means your host is different than localhost, the default name assumed by this plugin. Please edit wp-content\plugins\portable-phpmyadmin\wp-pma\config.php and add your host at line 51, $cfg[‘Servers’][$i][‘host’] = WP_HOST;.
This is the wrong line as you use DB_HOST now and it has changed to LINE 32 (not 51)
Hope this Helps !!!
Forum: Plugins
In reply to: [Portable phpMyAdmin] [Plugin: Portable phpMyAdmin] WP_HOST ErrorCiprian, I am delighted to see that after a good 10 months when you said “I will change that in a blink” that you have at last updated this wonderful plugin.
Only a couple of days ago I had replaced all the deprecated statements myself in my version.
My server does not use local host and the link to…
/wp-content/plugins/portable-phpmyadmin/wp-pma/scripts/setup.php does not work as No file exists.You also reference the old config file in your help section.
What is the config file now called so I can get your plugin working on my sites?
If you can grab all the other info from wp-config, I do not truly understand why you do not grab the DB-Host as well.
Anyway, I hope you have not been unwell! It’s great to see you’re back.
Richard Young