Conficio
Forum Replies Created
-
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] ToC block and REST-APINever mind, I realized that the TOC block fills in the IDs on generating the page. They are just not persisted and become visible in the classic editor.
Sorry to hear you are sick. Hope you are feeling better soon. I’m just recovering from a stomach bug myself.
And sorry for not being more clear.
Yes I suggest to move it into a template out from the core file. So it becomes easier to overwrite in a theme. A future release is fine.
I use the HERMOSO5 theme and it has a template for the search form that has a few nice looks. Like the suggested text “Search”. Let me know if you’d like to see edits.
Forum: Fixing WordPress
In reply to: Registration EmailActually in my version (2.2) of WordPress the line looks liek this
"From: " . apply_filters('wp_mail_from', "wordpress@" . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME']))) . "\n" .
changing it to
"From: " . apply_filters('wp_mail_from', "wordpress@" . preg_replace('#^[a-z]\.#', '', strtolower($_SERVER['SERVER_NAME']))) . "\n" .
covers at least my case “blog.mydomain.com”Happy hacking.
K<o>
Forum: Installing WordPress
In reply to: Warning: Illegal offset type in wp-includes/cache.phpSolved! It seems to be a Zend optimizer version issue.
Upgrade to php 4.4.7 and zend optimizer 3.2.8 solved the issue described.
The old combination php 4.3.10 and Zend Optimizer 2.5.10. did not work.
Forum: Fixing WordPress
In reply to: the word ‘Array’ is appearing everywhere in the dashboardConfirmed and upgrade to php 4.4.7 and zend optimizer 3.2.8 solved the issue described.
The combination php 4.3.10 and Zend Optimizer 2.5.10. did not work.
Forum: Installing WordPress
In reply to: Can’t post after upgrade from 2.1.3 to 2.2Confirmed and upgrade to php 4.4.7 and zend optimizer 3.2.8 solved the issue described.
The combination php 4.3.10 and Zend Optimizer 2.5.10. did not work.
Forum: Installing WordPress
In reply to: Can’t post after upgrade from 2.1.3 to 2.2This seems to be an Zend Optimizer problem. Disabling Zend (my version is 2.5.10) did remove the issue for me (together with others). I’ll report if upgrading the Zend optimizer to the latest version will do the trick.
Forum: Fixing WordPress
In reply to: the word ‘Array’ is appearing everywhere in the dashboardThis seems to be an Zend Optimizer problem. Disabling Zend (my version is 2.5.10) did remove the issue for me (together with others). I’ll report if upgrading the Zend optimizer to the latest version will do the trick.
Forum: Installing WordPress
In reply to: Warning: Illegal offset type in wp-includes/cache.phpI do have the same error after upgrade from 2.1.2 to 2.2. The cause it that the $id is an empty array, that seems to come from the $GLOBALS[‘page’].
PHP 4.3.10 (cli) (built: Mar 9 2005 23:58:04) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.7, Copyright (c) 2003-2005, by Zend Technologies with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies
Here is my backtrace
[moderated info pasted here https://wordpress.pastebin.ca/523763 ]
I hope that helps someone to figure out what is happening.
Forum: Fixing WordPress
In reply to: Can I publish a static versionQuote:
I hate to ask, but is this asking for a way to publish WP without PHP or MySQL?
That is about what I wanted to do. As I understand it, Blogger.com allows you to ftp your blog to a static web-server (as part of your general website). I was looking for the same functionality. I could imagine, even a restricted version would be great. There are megabytes of unsued webspace on my broadband accounts ??
For example, I currently use a wiki as a substute for a diary, but wordpress with the option to ftp one (or more) category of posts to an external website would be great. That way I could keep all my unedited writing local, could even discuss it privately with friends and post it to be published when I want. I actually would not mind, if it ends up changing 7 files for each post.
Thanks for answering it for me.
K<o>
Conficio – publisher of Plan-B, the smart answer to frequently asked questions.