davidf112
Forum Replies Created
-
It works great! Thank you, SOLVED!
Hello, sorry to re-open it, but the script is not working. I checked with multiple forms, and it’s totally not working.
Thank you
Forum: Plugins
In reply to: [Open User Map] Location expiring timeAllright, looking forward to the update then! Thank you!
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] E2PDF turning images 90°Updated, the issue has been solved and it seems to work fine. Thank you!
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] E2PDF turning images 90°Thank you, can’t wait for it to be fixed! It was driving me crazy ??
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] E2PDF turning images 90°I just tried your demo, and in the PDF the image is turned by 90° as it happens to my form. (the picture of the note block was vertical when taken, and was displayed vertical after the upload in the field)
The ID of the submit is “New Form Entry #516”, and the pdf is linked here.
EDIT: Removed link- This reply was modified 2 years, 2 months ago by davidf112.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] E2PDF turning images 90°The uploaded image, wich comes attached to the e-mail, results turned at the right angle when displayed in the form compiled results.
I can give you a link to one of the saved PDFs.
EDIT: Removed link- This reply was modified 2 years, 2 months ago by davidf112.
Sorry to re-open, but upon further investigation i tried to manually set an order to “Fullfilled”, to try your fix.
The site went on critical error, and the log says:
Error details ==================== An error E_ERROR has been caused by line 23694 of the file mysite/wp-content/plugins/vikrentitems/site/helpers/tcpdf/tcpdf.php. Messaggio di errore: Uncaught TypeError: Cannot access offset of type string on string in mysite/wp-content/plugins/vikrentitems/site/helpers/tcpdf/tcpdf.php:23694 Stack trace: #0 mysite/wp-content/plugins/vikrentitems/site/helpers/tcpdf/tcpdf.php(23195): TCPDF->openHTMLTagHandler() #1 mysite/wp-content/plugins/vikrentitems/site/helpers/lib.vikrentitems.php(4185): TCPDF->writeHTML() #2 mysite/wp-content/plugins/vikrentitems/admin/controller.php(3825): VikRentItems::sendOrderEmail() #3 mysite/wp-content/plugins/vikrentitems/libraries/adapter/mvc/controller.php(323): VikRentItemsController->setordconfirmed() #4 mysite/wp-content/plugins/vikrentitems/libraries/system/body.php(55): JController->execute() #5 mysite/wp-content/plugins/vikrentitems/vikrentitems.php(186): VikRentItemsBody::process() #6 mysite/wp-includes/class-wp-hook.php(307): {closure}() #7 mysite/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters() #8 mysite/wp-includes/plugin.php(476): WP_Hook->do_action() #9 mysite/wp-settings.php(598): do_action() #10 mysite/wp-config.php(76): require_once('...') #11 mysite/wp-load.php(50): require_once('...') #12 mysite/wp-admin/admin.php(34): require_once('...') #13 mysite/wp-admin/index.php(10): require_once('...') #14 {main} thrown
I’ve substituted the url of my website with “mysite”, but all the rest is there. Sorry to re-open the thread, but i want to make sure that the solution is still about the premium plugin and not the base one.
Thank you for your time
I tried updating, and it did.
I’ll check it, and if any further problems come up, I’ll be sure to send an email to your support.
In the meantime, thanks for the help!
Forum: Plugins
In reply to: [Advanced File Manager] Advanced File Manager Shortcode critical errorThank you, but how can i update to the next version if the update function is the one causing the critical error?
Forum: Plugins
In reply to: [Advanced File Manager] Advanced File Manager Shortcode critical errorFollow up:
To make the plugin work, i had to edit the PHP file named file-manager-advanced-shortcodes.php and completely delete the function i’ll past here:
public function fma_shortcode_updates() { $path = $_SERVER['REQUEST_URI']; $file = basename($path, ".php"); $file_name = explode('?', $file); if(($file_name[0] == 'plugins.php') || ($file_name[0] == 'plugins')) { require_once ( 'upgrade/upgrade.php'); $fma_plugin_current_version = $this->ver; $fma_plugin_remote_path = 'https://advancedfilemanager.com/upgrade/'; $fma_plugin_slug = plugin_basename( __FILE__ ); $fma_license_order = '1'; $fma_license_key = 'success'; new file_manager_advanced_shortcode_updates( $fma_plugin_current_version, $fma_plugin_remote_path, $fma_plugin_slug, $fma_license_order, $fma_license_key ); }
After completely deleting the content of the function and leaving it an empty one, the plugin started working completely.
Please, fix the issue of the updater! Thank you
You were totally right, it was a weird plugin that was installed years ago on the website that caused the JS error.
For those with the same problem, I had to manually disable and re-enable every single plugin until found the error.Thank you for the support! Solved!
EDIT: the “stucking” plugin had nothing to do at all with the calendar function, at least apparently. That made my day so much harder. Still no clue on how it got involved with vikrentitems, but it did.
- This reply was modified 2 years, 4 months ago by davidf112.