m'Manager
Home
Discussions
Categories
Activity
Discussions
Categories
Activity
Sign In
Register
frame
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Categories
103
All Categories
2
Announcements
8
General
12
Development of m'Manager
33
Features Request
Templates & Themes
15
Bugs Report
13
Support
6
Tutorial & How-to
3
Jobs Offers
3
Localization & Translation
Home
›
Bugs Report
Hello m'Managerians !
What do you think m'Manager 2.0 should be ? What features SHOULD or MUST be implemented right now !
Request or Vote here
Cannot change logo and database backup doesn't work
demlasjr
January 17
in
Bugs Report
There is not possible to change logo or delete it, the delete button doesn't work.
Database backup doesn't work either, I'm getting nothing.
Share on Twitter
Share on Facebook
Comments
akaffoueric
January 17
Hi
@demlasjr
,
For the backup feature, make sure the system() function is not disabled on your server. I use a basic command 'system("mysqldump -h $dbhost -u $dbuser --password=$dbpass $dbname | gzip > $backupfile");'
Which logo do you want to edit ?
Thanks
Eric
Share on Twitter
Share on Facebook
demlasjr
January 17
Hi
@akaffoueric
,
I just checked system() with a small php file and it's working, but I'm not getting any email with backups.
For me not a problem since I'm doing myself mysql DB backups, I just want to inform you since it's a bug and may affect others.
Same about the logo, I already edited it through mysql and files, but through index.php/settings/branding_settings it's not working
Cheers,
Laszlo
Share on Twitter
Share on Facebook
akaffoueric
January 17
Ok thanks. I will try.
Share on Twitter
Share on Facebook
Sign In
or
Register
to comment.
foot
Comments
For the backup feature, make sure the system() function is not disabled on your server. I use a basic command 'system("mysqldump -h $dbhost -u $dbuser --password=$dbpass $dbname | gzip > $backupfile");'
Which logo do you want to edit ?
Thanks
Eric
I just checked system() with a small php file and it's working, but I'm not getting any email with backups.
For me not a problem since I'm doing myself mysql DB backups, I just want to inform you since it's a bug and may affect others.
Same about the logo, I already edited it through mysql and files, but through index.php/settings/branding_settings it's not working
Cheers,
Laszlo