Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#289 2011-01-22 17:30:20
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Thanks, colak; that update worked perfectly for me, no fuss no muss. TXP 4.3.0.
J.E.B.
Last edited by jonathanbrickman0000 (2011-01-22 17:31:05)
Offline
#290 2011-06-21 02:56:01
- HarryG
- Member
- Registered: 2011-01-12
- Posts: 21
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Like Dimitri (post #287) I am able to install rss_admin_db_manager just fine. I am running txp under windows. My remote server is also a windows machine.
I continually get the cryptic error “BACKUP FAILED. ERROR NO: 1”. In debug mode, I see that the command line reads “mysqldump -hlocalhost:3306 -utxp_admin -pdhamma123 -Q —add-drop-table —skip-lock-tables —skip-add-locks —ignore-table=txp_bps_lk.txp_log txp_bps_lk > d:\tmp/1308623850-txp_bps_lk.sql”
Could the problem be in the output file designation? “…> d:\tmp/1308623850-txp_bps_lk.sql”. Notice the slashes and backslashes. I tried saving a test file to d:\tmp/test.txt and got a Windows system error: “The syntax of the command is incorrect.” (Windows needs backslashes in path designators.)
-Harry
Offline
#291 2011-07-30 05:48:22
- dimitriko
- New Member
- Registered: 2007-01-23
- Posts: 3
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
I was getting the same backup failed error running MAMP locally. I had spaces in my directory names, removed them, and it now works fine.
Offline
#292 2011-08-05 19:59:18
- dreamer
- Member
- Registered: 2007-06-08
- Posts: 242
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
am i missing something? because i installed the plugin but can’t find the interface for it. I am using 4.0.8
Offline
#293 2011-08-05 20:04:05
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
dreamer wrote:
am i missing something? because i installed the plugin but can’t find the interface for it. I am using 4.0.8
See the previous solution
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
#294 2011-10-14 10:46:53
- woof
- Member
- Registered: 2004-08-01
- Posts: 128
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
This plugin stopped working after my hosting provider disabled these functions:
passthru, shell_exec, system, proc_open, popen and curl_multi_exec
Is there any way to get it to work again in these new circumstances?
Offline
#295 2012-01-01 03:23:14
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
dreamer wrote:
am i missing something? because i installed the plugin but can’t find the interface for it. I am using 4.0.8
I have Textpattern version: 4.4.1
all i did to make it work was remove the @ in the first line in the edit
was:
if (@txpinterface == ‘admin’) {
changed to:
if (txpinterface == ‘admin’) {
my php isn’t all that great but for some reason that looked wrong to me and I tried it with out the @ and it works fine
Last edited by Angelic Relic (2012-01-01 03:25:51)
Offline
#296 2012-01-08 12:03:49
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
@Angelic Relic
I can confirm that the @ was indeed the issue! Amazingly simple!
Thank you
I think, therefore I AM, … … er … I think :-?
Offline
#297 2012-04-16 22:45:44
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Hello,
could anyone post the updated working version for this plugin? I got lost, every version I tried on 441 raises some error…
Thanks!!
Offline
#298 2012-04-16 22:56:36
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,311
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
The version I’m having the least problems with is netcarver’s one. In TXP’s plugin panel click Edit, and paste the php file’s content.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#299 2013-08-28 09:15:22
- Ciges
- Member
- From: Vigo (España)
- Registered: 2013-08-21
- Posts: 12
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Hello,
I have made some modifications to integrate the plugin in my TextPattern v4.5.4 installation.
The modifications done have been the following:- The plugin help is in textile format, so it is correctly shown
- The list tables (for showing database tables and records) are better integrated in TextPattern Admin theme
You could download it compiled from here (the source code is available in this github repository)
Offline
#300 2013-08-28 11:51:02
- milosevic
- Member
- From: Madrid, Spain
- Registered: 2005-09-19
- Posts: 390
Re: [plugin] [ORPHAN] rss_admin_db_manager - database backups and more
Looks nice!
(mucho más agradable para mirar las tablas)
<txp:rocks/>
Offline