Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#313 2015-07-01 14:52:07

uli
Moderator
From: Cologne
Registered: 2006-08-15
Posts: 4,303

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

gomedia wrote #292441:

Off the top of my head, I think it indicates command not found

Seems to be correct what comes off the top of your head :) I contacted the support, and days later they replied (translated from German)

mysqldump isn’t installed in our system.

I never thought there were hosting providers with such a Spartan feature set. I also asked them for passthru, popen, & pclose which I found mentioned here in this topic re the 20 bytes problem, and they answered:

popen,pclose aren’t deactivated. We’re happy to set any values for you.

Can any of these be part of or add to my problem? (Last hope before I give in.)

Last edited by uli (2015-07-01 15:14:03)


In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links

Offline

#314 2015-07-01 21:08:59

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

PHP commands passthru or popen are used by the plugin (it tries both in that order) to run the mysql/mysqldump commands on the server … so, yes, they’re essential!

Offline

#315 2016-10-22 00:55:53

towndock
Member
From: Oriental, NC USA
Registered: 2007-04-06
Posts: 329
Website

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

Just switched a server to MariaDB (from mySQL) for its supposed benefits.

All is working re core Textpattern functionality, but this great plugin isn’t.

Anybody got rss_admin_db_manager going with MariaDB?

Offline

#316 2016-10-25 17:02:20

towndock
Member
From: Oriental, NC USA
Registered: 2007-04-06
Posts: 329
Website

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

For the record – it is an easy fix. This plugin checks to make sure MySQL is newer than version 3.23 (a hint at how old this thing is). MariaDB is v10.x. The plugin somehow saw that as older than 3.23. The quick (and dirty) fix is to edit 3.23 in the plugin, to 0.23. And then it works like a charm.

Someone smarter than I will have a more elegant fix, but this works.

FYI, a link to the latest version of this plugin I have found – 4.3.2. It works with Textpattern 4.6.x and 4.5.7:
http://www.kreatore.it/?rah_plugin_download=rss_admin_db_manager

Last edited by towndock (2016-10-25 17:03:02)

Offline

#317 2017-01-30 22:06:03

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

Just a quick update. If anyone relies on this plugin, I’ve forked it and fixed it for Txp 4.6.2 / MySQL clones / PHP 7. Please grab a compiled copy of v4.4 if you wish.

This doesn’t mean I’m maintaining it long-term, but if it helps someone out, then that’s a bonus.

Last edited by Bloke (2017-01-31 18:45:03)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#318 2017-01-31 17:16:10

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

Hi Stef I have a v4.3 version of this plugin working on 4.6.2. I will update it to your version next week. The question is: what was it that it was not working for you?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#319 2017-01-31 18:43:26

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

colak wrote #303771:

what was it that it was not working for you?

The 4.3 version worked, but with newer versions of MySQL, MariaDB and Percona around, it starts to fail. For starters the (now largely irrelevant) version comparison in the plugin fails for MariaDB and Percona, which means the plugin prevented you from running SQL queries.

The plugin also breaks entirely if you run PHP 7, because they’ve removed the mysql_* calls. The 4.4 version uses the mysqli_* calls instead.

EDIT: I’ve edited the post above to make it clearer, thanks for the nudge.

Last edited by Bloke (2017-01-31 18:45:29)


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#320 2018-11-28 12:59:26

johnno
Member
Registered: 2007-06-14
Posts: 30

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

Any reason why clicking the DB Backup tab should give this error?:
User_Error “Unknown column ‘prefs_id’ in ‘field list’”.

Just this single plugin (v4.4) in a clean install of Textpattern 4.7.1
PHP v5.6.37
MySQL v5.7.16

I guess this is now really an orphaned plugin…but it’s still SO handy to have :)

Thanks

Offline

#321 2018-11-28 21:26:53

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

johnno wrote #315430:

I guess this is now really an orphaned plugin…

Not so :) Enjoy v4.5 for Textpattern 4.7+


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#322 2018-11-28 21:45:07

johnno
Member
Registered: 2007-06-14
Posts: 30

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

Mmm…enjoying v4.5 right now.
Thanks so much!

Offline

#323 2018-12-03 10:57:10

funtoosh
Member
From: Münster, Germany
Registered: 2006-10-09
Posts: 153
Website

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

Bloke, thanx for keeping the plugin alive!

Offline

#324 2018-12-04 11:19:51

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more

You’re both welcome. I use it as a quick ‘n dirty MySQL runner when developing/debugging plugins, and as a backup tool when I can’t be bothered to log into my server and run stuff from the command line. I’d really like to beef up the SQL support one day so it can handle other things like DESCRIBE/SHOW.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

Board footer

Powered by FluxBB