wrathchild
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error: taxonomy.php line 838I added and changed PHP.ini to a 64M limit, and the error has gone away.
Thanks for the help.
Forum: Fixing WordPress
In reply to: error: taxonomy.php line 838It’s not a particularly lengthy post, no. Probably not even a hundred words, minimal formatting and one image link. Nothing exotic about it at all, except perhaps I (originally) used more tags than usual.
I did use the search function and came up empty, otherwise I wouldn’t have posted. A web search for “taxonomy.php on line 838” did find a bunch of sites that apparently are having the same problem.
I will, however, look to implement your suggestions.
Forum: Plugins
In reply to: [Plugin: Theme Test Drive] Fatal error on activationI’m getting this error with Theme Test Drive 2.7.2 and WordPress 2.7.1.
And the plugin’s homepage is giving a 403 error.
Forum: Plugins
In reply to: Switch Font Within a PostEdit your HTML.
<p>This is in my normal font.</p>
<p style="font:'Times New Roman', Times, serif">This is in Times New Roman.</p>
<p>This is again in my normal font.</p>Forum: Fixing WordPress
In reply to: Link web address wrongYou need to fix your link text. Because you didn’t include the “https://” part, web browsers assume that the links is for a subpage on the current site.
Simply change “www.howardchui.com” to “https://www.howardchui.com” and you should be good to go.
Forum: Requests and Feedback
In reply to: wp-plugins.org hijackedYes, I found it now. For the benefit of future readers, it’s here:
Forum: Requests and Feedback
In reply to: wp-plugins.org hijackedI did, thanks, and it timed out.
Thanks for the welcome!
Forum: Fixing WordPress
In reply to: Not able to delete link(s)I’ve seen the same bug. I believe it is linked to having an apostrophe in the link name.
I see the following JS error:
Error: missing ) after argument list
Source File: https://hop-talk.com/wp-admin/link-manager.php?link_id=25&action=delete&_wpnonce=99f7c49414
Line: 1, Column: 72
Source Code:
return deleteSomething( ‘link’, 70 , ‘You are about to delete the “Alek’s blog” bookmark to https://alekkomar.blogspot.com.\n”Cancel” to stop, “OK” to delete.’ );Editing the apostrophe out of the name and then deleting worked for me.