Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#271 2009-08-06 18:00:04
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
kvnmcwebn wrote:
Using the latest version of the plug in and all.
This version that colak posted works for me. If you’re running that one and it’s not working, got any more details about your install so we can help track it down?
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#272 2009-12-11 18:05:14
- jmart
- Member
- Registered: 2008-08-25
- Posts: 68
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
is there any reason why I can’t find the tab after installing it?
Offline
#273 2009-12-11 18:25:48
- azw
- Member
- Registered: 2007-01-29
- Posts: 279
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Did you look under “Extensions”?
Ah, there’s another possible issue. I think this has been discussed earlier and the problem was that if you are on the Admin>Plugins tab, the Extensions tab will not appear. If you click out of Plugins, it will appear.
Last edited by azw (2009-12-11 18:26:20)
Offline
#274 2009-12-11 19:01:43
- jmart
- Member
- Registered: 2008-08-25
- Posts: 68
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Yeah, that was the first place I looked and not there. The plugin is already activated but can’t find the tabs.
Offline
#275 2009-12-11 19:11:42
- azw
- Member
- Registered: 2007-01-29
- Posts: 279
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Have you seen this message?
http://forum.textpattern.com/viewtopic.php?id=30442
There is also discussion here.
http://forum.textpattern.com/viewtopic.php?pid=196421
I found those with this Google search:
site:forum.textpattern.com rss_admin_db_manager tab
Here’s the link.
http://www.google.com/search?q=site%3Aforum.textpattern.com+rss_admin_db_manager+tab&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Last edited by azw (2009-12-11 19:13:54)
Offline
#276 2010-04-10 05:55:44
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Hello,
I’ve installed the plug-in but the so-called tabs that are suppose to appear in my Admin panel are not appearing. I have the plug-in turned on. I’m working from local host.
Help.
Living the Location-Independent Life: www.NuNomad.com
Offline
#277 2010-04-10 06:40:57
- azw
- Member
- Registered: 2007-01-29
- Posts: 279
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Have you looked at messages # 272 and #274? The solutions mentioned there might help you.
Last edited by azw (2010-04-10 06:41:47)
Offline
#278 2010-04-10 12:58:16
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
I added the links to the various patches posted in this thread to the first post.
Offline
#279 2010-04-21 03:37:41
- donie
- New Member
- Registered: 2010-04-21
- Posts: 2
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
ruud wrote:
For those who don’t mind editing the plugin, for Textpattern 4.0.6, edit the plugin and change this:
if (@txpinterface == 'admin') {
register_tab("extensions", "rss_db_man", "DB Manager");
register_callback("rss_db_man", "rss_db_man");
register_tab("extensions", "rss_sql_run", "Run SQL");
register_callback("rss_sql_run", "rss_sql_run");
register_tab("extensions", "rss_db_bk", "DB Backup");
register_callback("rss_db_bk", "rss_db_bk");
}
into (adding the 3 add_privs lines):
if (@txpinterface == 'admin') {
add_privs('rss_db_man', '1');
register_tab("extensions", "rss_db_man", "DB Manager");
register_callback("rss_db_man", "rss_db_man");
add_privs('rss_sql_run', '1');
register_tab("extensions", "rss_sql_run", "Run SQL");
register_callback("rss_sql_run", "rss_sql_run");
add_privs('rss_db_bk', '1');
register_tab("extensions", "rss_db_bk", "DB Backup");
register_callback("rss_db_bk", "rss_db_bk");
}
aha, this works!
Offline
#280 2010-05-04 20:36:34
- inkywillow
- Member

- From: France
- Registered: 2009-12-22
- Posts: 37
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Hi,
I have just installed the plugin version posted by uli and am having no luck at all. I keep getting “FAILED TO RESTORE: 1” when trying to restore a backup. I am running MAMP on OSX and txp 4.2.0
Any ideas anyone?
The Design Works – Freelance website designer
Offline
#281 2010-05-05 14:26:49
- uli
- Moderator

- From: Cologne
- Registered: 2006-08-15
- Posts: 4,319
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
At the moment I’ve no working local installation to test against and help you any further. Have you thought of trying one of the other two versions linked in post #1?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#282 2010-05-05 16:10:35
- inkywillow
- Member

- From: France
- Registered: 2009-12-22
- Posts: 37
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
I’ll give that a try this evening, thanks. What is error 1 btw?
The Design Works – Freelance website designer
Offline
#283 2010-05-28 08:00:55
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
I have the same error message FAILED TO RESTORE: 1
Using 4.2
I think, therefore I AM, … … er … I think :-?
Offline
#284 2010-10-07 11:53:23
- helmz
- Member
- Registered: 2010-09-14
- Posts: 65
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
How I get a table in excel of my database(by pressing a button)? How can I just show a table of my database?
Offline
#285 2010-10-07 12:40:32
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
helmz wrote:
How I get a table in excel of my database(by pressing a button)? How can I just show a table of my database?
I fear it’s not so easy, but I hope someone more expert proves me wrong, in the past I badly needed something similar…
Offline