ecros
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Plugin no longer works after Woo updateForum: Plugins
In reply to: [Cart PDF for WooCommerce] Plugin no longer works after Woo update@dkjensen in the Woocommerce > status > logs:
2024-08-28T12:42:12+00:00 Info Lock (updraft_lock_wpo_wcpdf_invoice_semaphore_lock, djr_options) acquired 2024-08-28T12:42:12+00:00 Info Lock acquired for the invoice number init.It repeats those two errors over and over.
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Plugin no longer works after Woo update@dkjensen This is what I see in the error log:
2024-08-28 18:10:47 UTC [nginx][error] 76500#0: *941065 openat() “www/huskytrailerstx.com/public_html/.well-known/traffic-advice” failed (2: No such file or directory), client: 74.125.212.199, server: huskytrailerstx.com, request: “GET /.well-known/traffic-advice HTTP/1.1”, host: “huskytrailerstx.com”
2024-08-28 17:11:13 UTC [nginx][error] 22919#0: *922165 openat() “www/huskytrailerstx.com/public_html/.well-known/traffic-advice” failed (2: No such file or directory), client: 74.125.212.200, server: huskytrailerstx.com, request: “GET /.well-known/traffic-advice HTTP/1.1”, host: “huskytrailerstx.com”
2024-08-28 16:27:10 UTC [apache][access_compat:error] [pid 60672] [client 34.174.60.197:12136] AH01797: client denied by server configuration: /www/huskytrailerstx.com/public_html/wp-content/uploads/woocommerce_uploads/Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Plugin no longer works after Woo updateHi @dkjensen no sir, it does not fix it. I still see the same message. I cleared the cache just to be sure.
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Image not show the pdfFollowing now: After updating to Woocommerce Version 9.2.1 yesterday, my old code:
add_filter( 'wc_cart_pdf_mpdf', function( $mpdf ) {
$mpdf->curlUserAgent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36';
return $mpdf;
} );no longer works. I tried updating to the new code above that worked for @adamgabor and no luck.
All the error shows is: “There has been a critical error on this website.”
I need help fixing this.
Same thing here. No option is shown to use available credits.
Forum: Plugins
In reply to: [WooCommerce] Sorting Sub-Categories By Number CorrectlyI have tried the drag and drop method, sorting them as they should be however the sub cats do not change their order when shown on the site.
Forum: Fixing WordPress
In reply to: Conditional Meta RefreshI removed the trailing slash, but still no go. Anyone have a better way to do this?
Forum: Fixing WordPress
In reply to: Conditional Meta RefreshHi AJ, thanks and yes. I just don’t know how to write it correctly. I’m hoping someone smarter than me can help me figure it out.
Forum: Plugins
In reply to: [Timed Content] Auto Refresh pageK. Tough, any solution for what I am trying to do? This is really important for me!
Forum: Plugins
In reply to: [Timed Content] Auto Refresh pageAgain, thank you so much for this. THe more I dig in, the better this gets.
However, I am still trying to work on the right combination. Currently I am trying your method of combining timed events to display something first, auto-refresh to a new item and then time out to a third.
My scenario is this. I want to place a graphic on a page that is there every day of the week. Once the correct time is reached on say Friday night, I would like the graphic to disappear, be auto-replaced by the movie and once the movie is over display a thank you message for an hour. Then I would like it to go back to the original graphic and have that show until the next movie.
I have been testing combinations but just ended up removing the code for now. Can you tell me how to accomplish what I’d like to do?
Thanks so much!
Forum: Plugins
In reply to: [Timed Content] Auto Refresh pageThanks for asking for this! It’s the exact same thing I was going to ask for.
I run a site where we have a chat room and all watch the same video and comment. It would be ideal to have this appear and disappear without the page reload as often times the users all refresh at the exact same moment and the site crashes. They get there early to chat with one another before the video begins and it seems it would help server load if they did not need to refresh the page.
Thanks for an outstanding plugin!
Forum: Plugins
In reply to: Schedule a Video To Play Automatically At A Certain Time.Anyone? I really need to find a solution.
Forum: Fixing WordPress
In reply to: 500 Internal Error After Upgrade to 3.4.2I think I have found this issue. It appears that the theme files have been copied over the root directory files. Therefore index.php from the theme has been written over the index.php from the wordpress install.
Forum: Fixing WordPress
In reply to: 500 Internal Error After Upgrade to 3.4.2From index.php:
<?php
/*
Template Name: Blog
*/
?>
<?php get_header(); ?>