April,
I agree that Search Regex is a great plugin but unfortunately there has been no responses to support questions for some time.
The good news is that it is easily “fixed”.
The first line of the error message on my system is:
==========================================================================
An error of type E_ERROR was caused in line 26 of the file /………../wp-content/plugins/search-regex/view/results.php.
Error message: Uncaught Error: Call to undefined method SearchRegex::base_url() in /………../wp-content/plugins/search-regex/view/results.php:26
=========================================================================
Use an FTP program to download the file results.php
Remove line 26 which is attempting to create an
tag.
Save the results.php
Use the FTP program to upload the new results.php
Do not forget to keep a backup of the old results.php
I have no idea of what image is not displayed but it has never been displayed.
Does this make sense?
Richard
Hi guys! Just one question since you’ve been recently active..
Under sources, there’s “posts” and “comments” basically. Does “posts” include pages, since my site is built using pages rather than posts..
Joh,
Pages are a type of posts. They are both stored in the wp-posts table.
https://codex.ww.wp.xz.cn/Database_Description
If regex is not returning your pages then it could be because you need to “surround your regex with a delimiter!”
Richard