myattitude
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Edit] Ability to change width/margins?That’s ok Josh, I resolved it with another plugin, but thanks anyway! ??
Forum: Plugins
In reply to: [WP Edit] No table borders or mobile responsivenessSent a message. Thanks for your efforts.
Forum: Plugins
In reply to: [WP Edit] No table borders or mobile responsivenessCan I send it to you privately? I don’t want my links to be public…
Forum: Plugins
In reply to: [WP Edit] Illegal string offsetYes version 1 ??
Forum: Plugins
In reply to: [WP Edit] Illegal string offsetAh, that must be it.
Josh sorry I haven’t got back to you, it’s been very busy at my end.
If you can include the fix here for the rest of us to see then we can all benefit from the solution.
Regards
Forum: Plugins
In reply to: [WP Edit] Illegal string offset5.5.24
Forum: Plugins
In reply to: [WP Edit] Illegal string offsetThanks Josh, look forward to it.
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetWoops, I was wrong, the number does NOT refer to MySQL. But I did look up the dwpc.php file on an html editor and searhced within it “mysql_real_escape_string“
I found this part of code:
;$ip_address = mysql_real_escape_string($_SERVER[‘REMOTE_ADDR’]); $user_agent = mysql_real_escape_string($_SERVER[‘HTTP_USER_AGENT’]);
What should I do to to make sure it works?
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetI have new information:
It turns out the line:
Warning: mysql_real_escape_string(): No such file or directory in /homepages/16/d798623345/htdocs/clickandbuilds/MyWebsite/wp-content/plugins/opt/includes/dwpc.php on line 1
is referring to a MySQL (see d798623345) of another domain I have the plugin uploaded to. So when I upload the plugin to new domain with a different MySQL, it isn’t finding the directory.
So what can I do to make it find the MySQL directory it IS uploaded to?
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetOr, is there at least anyway to HIDE the error from showing when visitors come to the site?
https://i.gyazo.com/7dc256b73b37c50419fcd37eb3dcf308.png
Because the plugin actually functions just fine. It’s just the error being displayed that spoils the website for the visitors.
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetNo I don’t know what var_dump $initArray is. How can I do var_dump $initArray and what should I look for?
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetThey’re long gone. Isn’t there something I can do from here?
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetNot at all but I can learn…
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetHmm, I speak with other people who use the exact plugin and have no troubles. I think it’s something to do with WP on my end. What could it be?
Forum: Fixing WordPress
In reply to: Warning: Illegal string offsetDeleting the plugin isn’t an option as I want to keep it. I was hoping there was a way to FIX the error rather than delete it?