Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#241 2008-07-31 15:59:11

georgeM
Member
From: Toronto, Canada
Registered: 2006-02-27
Posts: 43
Website

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

uli, thanks for your prompt reply, and you are correct. I’ve tried the one from colak and it still returns that error. This is the original one that I wanted to use of course, because it is fixed for 4.0.6. Hopefully I’ll get to the bottom of this!

Thanks again.

EDIT: Uli has sent along his custom version of rss_admin_db_manager, and this is working perfectly in my own TXP v4.0.6 install. Grab it below!

rss_admin_db_manager_v4.3_zip.txt_fixed_for_4.0.6.zip

Hope this helps anyone else out there with these issues…and thanks again to Uli!

Last edited by georgeM (2008-07-31 18:37:45)

Offline

#242 2008-08-12 09:51:07

Mr. Smith
Member
From: Denmark
Registered: 2006-11-10
Posts: 56

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

Can anyone tell me what Warning: unlink(/var/www/myhost.com/folder/files/1218534495-backup_com_db.sql) [function.unlink]: No such file or directory in /var/www/myhost.com/folder/textpattern/lib/txplib_misc.php(574) : eval()'d code on line 97 is all about?


Textpattern n00b

Offline

#243 2008-08-12 11:29:47

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

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

Mr. Smith

AFAIK, it’s trying to delete (unlink) a file (the .sql one) that’s not there (or perhaps that it has no permission to delete?)

The error is happening on line 97 of the code that is being evaluated on line 574 of txplib_misc.php. I’d guess that would be 97 lines into the body of the rss_admin_db_manager plugin’s code section.


Steve

Offline

#244 2008-08-12 14:57:51

Mr. Smith
Member
From: Denmark
Registered: 2006-11-10
Posts: 56

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

Apparently the 127 error means that the mysql and mysqldump paths are incorrect. I will ask my host for the path. :-)


Textpattern n00b

Offline

#245 2008-09-25 21:30:31

idoremus
Member
From: NW United States
Registered: 2008-04-16
Posts: 19

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

A newbie question. I installed this plugin and activated it but never got the new tabs installed in my Admin panel. The information pages explains “The rss_admin_db_manager plugin adds 3 new tabs to your Textpattern admin interface…”

How can I troubleshoot this?

Thanks in advance,
Ian

Offline

#246 2008-09-25 21:56:45

swf
Plugin Author
From: Saskatoon, Saskatchewan Canada
Registered: 2004-06-21
Posts: 109
Website

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

The plugin has not been updated ot work with 4.06, but if you check out this post you can download an updated version. I’ve installed it and it works.

Offline

#247 2008-10-01 22:32:50

aeonflux
Plugin Author
Registered: 2006-01-22
Posts: 33
Website

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

Maniqui, Candyman and maybe netcarver…

Hope your problems are solved … I got the same 127 error, but after copy pasting the debug mode output in my ssh terminal connection a figured out that locking tables was what was giving the troubles:

mysqldump: Got error: 1044: Access denied for user ‘XXXXXX’@‘localhost’ to database ‘XXXXXXXX’ when using LOCK TABLES

So changed Locked tables to no what worked for me
And if you have a SSH login you can check the path of your mysql/mysqldump by typing whereis mysql and whereis mysqldump

Offline

#248 2008-10-14 17:09:24

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

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

im getting the 127 error on my local host. i only get it when i back up an sql file though, not gz…
were can i find the path to the dump? i mean to check that its correct.

Last edited by kvnmcwebn (2008-10-14 17:11:23)


its a bad hen that wont scratch itself.
photogallery

Offline

#249 2008-10-14 17:38:01

azw
Member
Registered: 2007-01-29
Posts: 279

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

I just use the FTP client I use to upload files to the site to check on the file being on the server. Do you wee the file on the server with your FTP client or perhaps Control Panel’s File Manager?

Offline

#250 2008-10-20 15:46:59

Mike Montgomery
Member
Registered: 2005-11-28
Posts: 29
Website

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

Thanks to Uli for fixing this very important plugin!

Offline

#251 2008-10-21 13:33:04

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

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

Hi,
regarding 127 error…
Im getting it in a localhost environment, running on mamp.
As far as I can tell the mysql Path is:
/Users/username/Applications/MAMP/db/mysql/site

But whats the mysql dump path?

azw wrote:

I just use the FTP client I use to upload files to the site to check on the file being on the server. Do you wee the file on the server with your FTP client or perhaps Control Panel’s File Manager?


its a bad hen that wont scratch itself.
photogallery

Offline

#252 2008-10-21 14:20:02

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

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

aeonflux wrote:

Hope your problems are solved … I got the same 127 error, but after copy pasting the debug mode output in my ssh terminal connection a figured out that locking tables was what was giving the troubles.

thanks, aeonflux.
I tried the same (copy-pasting the debug mode output in ssh terminal) and I get the following:

mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) when trying to connect

I’ve search for that error on the web, but haven’t find anything helpful yet.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB