ivomasterche
Forum Replies Created
-
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] not working but beautifulHello,
Version 5.0.6, freshly updated.
More details about the issues:
- Back up now, refreshes the page and doesn’t do anything (tested with file and db toggles on and off), Dev tools console throws warning for duplicated IDs
- DB toggle off -> links for settings underneath still clickable
- DB toggle off -> in jobs screen table a next run of db archive is scheduled
- Old job (pre V5) that was never scheduled still visible in the jobs list but set as schedulled
Note, the page is in “under construction” mode.
- This reply was modified 1 year, 2 months ago by ivomasterche.
- This reply was modified 1 year, 2 months ago by ivomasterche.
WordPress version: 6.4.3 BackWPup version: 4.0.2 PHP version: 7.4.33 (64bit) MySQL version: 10.6.17-MariaDB-log cURL version: 8.6.0 cURL SSL version: OpenSSL/1.1.1w WP-Cron url: ========== Server self connect: Response Test O.K. Document root: /home/cust6e0w/public_html Temp folder: /home/cust6e0w/public_html/wp-content/uploads/backwpup-a49f4d-temp/ Log folder: /home/cust6e0w/public_html/wp-content/uploads/backwpup-a49f4d-logs/ Server: Apache Operating System: Linux PHP SAPI: cgi-fcgi Current PHP user: cust6e0w Maximum execution time: 30 seconds BackWPup maximum script execution time: 30 seconds Alternative WP Cron: Off Disabled WP Cron: Off CHMOD Dir: 0755 Server Time: 11:14 Blog Time: 13:14 Blog Timezone: Europe/Sofia Blog Time offset: 2 hours Blog language: bg-BG MySQL Client encoding: utf8 PHP Memory limit: 256M WP memory limit: 40M WP maximum memory limit: 256M Memory in use: 4,00 MB Loaded PHP Extensions:: Core, PDO, PDO_ODBC, Phar, Reflection, SPL, SimpleXML, Zend OPcache, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, json, ldap, libxml, mbstring, mysqli, mysqlnd, odbc, openssl, pcntl, pcre, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, posix, pspell, readline, redis, session, shmop, snmp, soap, sockets, sodium, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlibHello,
Thank you very much for the answer, I will follow the development of the plugin.
And thank you for the Pro plugin support link. I was a little lazy and just used the link on the plugin’s dashboard. One more suggestion in case of other lazy people like me – maybe you could filter and override that link if the Pro plugin is activated.
Wish you nice day
Thank you very much.
I was so concentrated into finding the issue, that I did not see the filter, (great coding btw)
Could you please just clarify, whether this issue will be considered as a bug and fixed in future releases?
Additionally during my tests with different settings, I realized that when I enable the “Add Reply-To event owner?” the attendees stopped receiving their booking emails. I could open a separate topic regarding this, but since it was just a test, and I actually don’t use this feature I am mentioning it here just as feedback. I followed the issue to the $args variable – if I pass empty array the attendee received the email.
Anyway, thank you once again for the great support.
Thank you once again for your answer.
First of all you have put a screenshot of the Event Submission Template, which I believe is responsible for the event submission, not booking. Anyway I have tried this but with no result. I have already set the administrator email in the booking email module.
Since nothing of that worked, I did some digging in the code and I noticed that admin emails are submitted only if the booking status is changed.
As you can see in em-bookings.php line 3273:
if( $this->booking_status !== $this->previous_status || $force_resend ){... send email}I realized that when you make a new booking, this will always evaluate to false, since both booking_status and previous_status are the same – 0. I have temporarily fixed my issue hacking the code to
if( $this->booking_status === 0 || $this->booking_status !== $this->previous_status || $force_resend ){... sendemail}but maybe there is a better solution? Please advice.
Hello and thank you very much for the fast reply.
In my configuration the Pending email subject is set, I even tried to remove all the content on the email and left just a single word but it is still not sent.
Additionally just for the test I set the bookings approval to “not required” and again received the confirmation email, turned the approval required on, and “pending booking” email is not received.
Ok, thank you once again, the work-around works good enough.
@duongcuong96 Thank you very much for the suggestion.
The issue with those warnings was that the backup was taking hours, I did not wait it after warning 255000.
The exclude work around is actually working, it throws only around 30000 warning for the folders which are “siblings” to my folder, I guess there is no way to use something like wild cards for the exception?Forum: Plugins
In reply to: [Contact Form 7] nonlatin filenames problemHi,
I tested with different computers, different internet providers, different browsers and different PHP versions on the server, the problem stays
Forum: Plugins
In reply to: [Contact Form 7] nonlatin filenames problemHello again, do you need more information?
I can provide admin access if required…
Forum: Plugins
In reply to: [Contact Form 7] nonlatin filenames problemThank you for your quick reply
I have created a test site and you can see the contact form here:
http://tmp.webstudioiv.com/test/
I have just noticed that the problem appears only if the filename starts with cyrillic symbols if you start with number than it’s working correctly
писмо123.pdf becomes 123.pdf
писмо.pdf becomes unnamed-file.pdf
123писмо.pdf is attached as 123писмо.pdf correctlyForum: Plugins
In reply to: [Enhanced Media Library] compatibility issue with grafity form pdfHi again, the Gravity PDF support contacted me and they promised that will solve the problem in their next release.
This is the tread in their forumI’ll mark this tread as complete too. Thank you for your cooperation.
Forum: Plugins
In reply to: [Gravity PDF] compatibility issue with enhanced media libraryYou are great!
Since you aer going to fix it I’ll mark this one as resolved.
Thanks
Forum: Plugins
In reply to: [Enhanced Media Library] compatibility issue with grafity form pdfHi, thank you for your answer, unfortunately this didn’t help the error is still the same
If you think this would help this is one of the URLs that causes problems
../wp-admin/admin.php?page=gf_edit_forms&view=settings&subview=pdf&id=1
Especially that part: subview=pdf
The purpose of the plugin is to create pdf from contact form, but this url simply opens settings page for the form, not the actual pdf.
Thank you!