eXalted
Forum Replies Created
-
I thought I checked that…
Yes, it’s fixed now. Thank you!
I have the same error:
PHP Fatal error: Class QM_Collector_Raw_Request contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (QM_Collector::name) in /wp-content/plugins/query-monitor/collectors/raw_request.php on line 0
I can see that there is “abstract public function name();” in class QM_Collector
- This reply was modified 4 years, 10 months ago by eXalted.
Forum: Fixing WordPress
In reply to: wp_audio_shortcode not workingOh, the solution was to use
echo wp_audio_shortcode( $attr );
Forum: Fixing WordPress
In reply to: What $query_context is?Oh, you are right. I noticed just now that it’s a variable for a custom object in a specific theme.
Thanks and sorry for the spammy thread.
Forum: Fixing WordPress
In reply to: paginate_links refers to “Not Found” pageTriple post I know..
I found what was causing the error.
The solution was very simple – turning the _rewrite module_ of WAMP.
Forum: Fixing WordPress
In reply to: paginate_links refers to “Not Found” pageSorry for the double post but it doesn’t allow me to edit.
I found that when I change the
paginate_links
array value to:
'format' => '?paged=%#%',
and the “Permalinks Settings” to Default, the pagination works. However that makes the URLs ugly.When I change the permalink settings to “/%category%/%postname%/“, the post links become prettier – something like “localhost/wptest/entertainment/a-simple-text-post/” but they stop working.
The pagination also stops working. What am I doing wrong?Forum: Fixing WordPress
In reply to: paginate_links refers to “Not Found” pageHi, I tried using
posts_nav_link();
but it’s still giving
Not Found
The requested URL /wptest/page/2/ was not found on this server.The same address as with the code that I posted.
I’ll be very happy if this problem can be resolved.