avifb
Forum Replies Created
-
Sorry to inform that I still get the “Invalid/missing request nonce.” error when trying to connect to instagram.
Yes it is:
https://vgfreak.com/wpOK, I edited the .htaccess file and now https://vgfreak.com/xmlrpc.php is available.
However, I still get “Invalid/missing request nonce.” when trying to connect to Instagram.Update: editing the .htaccess file broke my site (the was 404 when trying to access any post).
I reinstated the old one…- This reply was modified 4 years ago by avifb.
Thank you for the reply!
The file DOES exists here:
https://www.vgfreak.com/wp/xmlrpc.php
(under the wordpress installation folder “wp”.For some reason it cannot be accessed in the regular way.
Also, my hosting provider offers PHP version (up-to) 7.2 Could that be the problem?- This reply was modified 4 years ago by avifb.
OK, got it.
Can you point me maybe to a place where I may find a solution?Forum: Themes and Templates
In reply to: [Twenty Twelve] Tag CloudNot true, the problem appears also in microsoft edge
I have the same issue.
It has began just recently.I have the same problem.
How do you roll back to 4.7.5?Forum: Fixing WordPress
In reply to: SQL Query to extract all posts and pages to txt fileSELECT wp_posts.post_title as Title, wp_posts.post_date as DATE,
GROUP_CONCAT(wp_terms.name) AS TAGS, wp_posts.post_content as CONTENT FROM wp_terms
INNER JOIN wp_term_taxonomy ON wp_terms.term_id = wp_term_taxonomy.term_id
INNER JOIN wp_term_relationships ON wp_term_taxonomy.term_taxonomy_id = wp_term_relationships.term_taxonomy_id
INNER JOIN wp_posts ON wp_posts.ID = wp_term_relationships.object_id
WHERE post_author = 1 AND post_type LIKE ‘post’ AND post_status LIKE ‘publish’ GROUP BY wp_posts.ID order by post_dateForum: Plugins
In reply to: Making featured images clickableup
Forum: Plugins
In reply to: Making featured images clickableuhmm.. help?