pndsWeb
Forum Replies Created
-
Hi @imagely,
The information you requested is pasted below.
Thanks
Server Settings
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 39.98 MByte
MYSQL Version : 5.6.41-84.1
SQL Mode : NO_ENGINE_SUBSTITUTION
PHP Version : 7.0.31
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 256
PHP Max Upload Size : 50M
PHP Max Post Size : 50M
PCRE Backtracking Limit : 1000000
PHP Max Script Execute Time : 30s
PHP Exif support : Yes (V7.0.)
PHP IPTC support : Yes
PHP XML support : YesGraphic Library
GD Version : bundled (2.1.0 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
GIF Read Support : Yes
GIF Create Support : Yes
JPEG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : No
XBM Support : Yes
WebP Support : No
JIS-mapped Japanese Font Support : NoHi @imagely,
Thank you for looking into this. It definitely is strange behavior.
I would be happy to share information, but since I’m new to the forum, I don’t understand where “Gallery > Overview ? Site details” is located on the forum. 🙁
What information do you want? Links to relevant pages of the site? Access logs of the relevant pages by bots and users? List of files in the Comet Cache directory? Other?
Thanks,
– pndsWeb
Hi Tobias,
Thank you so much for your rapid response. Love your plugin and your continued dedicated support!
Sorry to hear you were sick. Right after I posted this, I noticed your rapid responses to other issues with the same message about your illness.
I’ll take a look at the DataTables library and see what I can do.
Thanks again,
ErrolWhen I installed WordPress 3.3.1, I got the same error. I deactivated my plugins and the error went away. I discovered, in my case, that the Thematic plugin was at fault.
I read the following in a blog for the Thematic support site:
To remove the notice, simply replace wp_enqueue_script(‘jquery’); with
function thematic_enqueue_scripts() {
wp_enqueue_script(‘jquery’);
}
add_action(‘wp_enqueue_scripts’, ‘thematic_enqueue_scripts’);To locate the correct file and line, search for “wp_enqueue_script(‘jquery’)” in the entire plugin folder for Google Custom Search.
This worked for me. Good luck!
PS, Of course, replace the word ‘thematic’ with your own function name.