bvstrien
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DBManager] Synology NAS Mysql paths?Ok thanx so far. I got the other plugin working, so the main problem is solved, a proper backup function ????
Forum: Plugins
In reply to: [WP-DBManager] Synology NAS Mysql paths?Hi Lester, i’ve tried the other plugin and that works! However it is strange the first plugin won’t work. The sever is my own Synology NAS, so i could do somerhing with rigjts and permissions. I just don’t know where tondo that? Do tou have any clue?
Thanx for the help so far!
Forum: Plugins
In reply to: [WP-DBManager] Synology NAS Mysql paths?Oops, duh…excuse me, forgot to press the backup button to show the echo. The echo works now and shows the following:
bin/mysqldump --force --host='localhost' --user='USERNAME' --password='PASSWORD' --default-character-set="utf8" --add-drop-table --skip-lock-tables DATABASENAME > /volume1/web/domainname/wp-content/backup-db/1476571334_-_DATABASENAME.sql
But after running this line in SSH, it gives the following line as a reaction:
-sh: /volume1/web/domainname/wp-content/backup-db/1476571334_-_DATABASENAME.sql: Permission denied
What’s wrong???
- This reply was modified 8 years, 4 months ago by bvstrien.
Forum: Plugins
In reply to: [WP-DBManager] Synology NAS Mysql paths?Hi Lester, I tested the above suggestion, but have no result so far.
I did the following:
1. In wp-dbmanager.php
2. Find check_backup_files(); on line 230
3. Add below it echo $command;
4. Go to WP-Admin -> Database -> Backup
5. Click Backup
6. It should print some debugging statements
7. Copy that line than run it in SSH
8. If you need help on SSH contact your host or google for more infoBut i didn’t find check_backup_files(); on line 230, it was on line 246, is that the same:
243 ### Executes OS-Dependent mysqldump Command (By: Vlad Sharanhovich) 244 function execute_backup($command) { 245 $backup_options = get_option('dbmanager_options'); 246 check_backup_files(); 247 248 if( realpath( $backup_options['path'] ) === false ) {
After adding the echo command it looks like this:
243 ### Executes OS-Dependent mysqldump Command (By: Vlad Sharanhovich) 244 function execute_backup($command) { 245 $backup_options = get_option('dbmanager_options'); 246 check_backup_files(); 247 echo $command; 248 249 if( realpath( $backup_options['path'] ) === false ) {
Then I go to WP-admin -> Database -> Backup DB
But nothing is shown ??
Is there something i do wrong?
Forum: Plugins
In reply to: [User Groups] groups erased when user changes avatarSame problem here. Using Easy Author Immage plugin to change avatar/photo
Any sollution yet? Is there an update coming and is it working for 4.1.1?
Forum: Plugins
In reply to: [Redirect to login if not logged in] how could I allow pages to not redirect?Thanx a lot. The pages are already on private, so that plugin might work. Haven’t found that one so far, so i’ll give it a shot!
Forum: Plugins
In reply to: [Redirect to login if not logged in] how could I allow pages to not redirect?Hi Daan,
Thanx for your reply. I think i understand that, but isn’t it possible to only redirect to the login screen when a visitor is viewing a page for registered users only? This way the public pages are still viewable, but redirection only occurs when trying to view a page for registered users only?
I’m not a programmer, but is it possible to do something like:
If viewing public page -> show page, if viewing registered page -> redirect to login screen??
Forum: Plugins
In reply to: [Email Users] Mails keeps on having delivery problems unfortunatelyThanx a lot Mike for the answers.
I updated to 4.6.10 and changed some settings (like deleting the override name and mailadress. Hopefully i’ll have less errors now. I have also send your answer to the user who asked me the question above. Hope to hear from him soon.
Forum: Plugins
In reply to: [Redirect to login if not logged in] how could I allow pages to not redirect?Hi Daan,
Your plugin does exactly what i need, except the fact that a nog logged-in user now gets redirected every time. Is there a way to only make the user redirect when entering a direct link to a page that is for users only? When they click that certain link now, they get the message that the page does not exist, which is a bit confusing, because after logging in en clicking the link, they do get to the post.
I’m just looking for a way to notify the user they are viewing a post that is for registered users only en get the login screen automaticly.
Any idea how to achieve that?
Thanx!
Forum: Plugins
In reply to: [Ultimate Profile Builder] Dutch Language?Hi, thanx a lot! really appreciate all the hard work. Absolutely not disappointed, just hoping for some translation integration soon, i’ll help you translate to Dutch in that case!
Good luck with all the hard work!
Forum: Plugins
In reply to: [Ultimate Profile Builder] Dutch Language?Hi, Any updates on the language implementation? Hopeing to put the plugin online on my website, but can’t without the dutch language integrated ??
Or are there any other options to change the language to dutch?
Thanx for the great work so far!
Forum: Plugins
In reply to: [Ultimate Profile Builder] Dutch Language?Thanx, hope you have an update soon, so this potentially good plugin can start working on my site ??
Forum: Plugins
In reply to: [Ultimate Profile Builder] How to add profile photo's?Hi there,
I used the plugin ‘Easy Author Image’ to add profile photo’s to the profiles of my users. is there a way to attach these photo’s automaticly to the profiles of your plugin?
By the way…why has every plugin it’s own photo attach option? Why not use all the same??
Forum: Plugins
In reply to: [Ultimate Profile Builder] List all registered users on front end of website?Thanx a lot, great job!
Great job…again! Thanx mike!