Dion
@diondesigns on WordPress.org
- Member Since: February 16th, 2014
Contribution History
Dion’s badges:- Plugin Developer
-
Committed [3200277] to Plugins SVN:
Update README to fix formatting bug -
Committed [3200276] to Plugins SVN:
Update with link to EOL announcement -
Committed [3176515] to Plugins SVN:
update README for 6.7 -
Committed [3171617] to Plugins SVN:
clean out TAGS directory for EOL -
Committed [3169457] to Plugins SVN:
update README for EOL -
Committed [3169443] to Plugins SVN:
Remove archives to complete EOL -
Committed [3168996] to Plugins SVN:
Update README for EOL -
Committed [3168993] to Plugins SVN:
Yet more cleanup of misc files for EOL -
Committed [3168992] to Plugins SVN:
Cleanup misc files for EOL -
Committed [3168988] to Plugins SVN:
Updating trunk for EOL -
Committed [3109701] to Plugins SVN:
pw reset -
Committed [3109700] to Plugins SVN:
pw reset -
Committed [3109516] to Plugins SVN:
update README for 6.6 -
Committed [3100274] to Plugins SVN:
del dir -
Committed [3100186] to Plugins SVN:
add dir -
Committed [3100185] to Plugins SVN:
del dir -
Committed [3100183] to Plugins SVN:
add dir -
Committed [3052328] to Plugins SVN:
update readme for 6.5 -
Posted a reply to didn’t work, on the site WordPress.org Forums:
I never thought I would log back into this site again, but your review compelled… -
Committed [2983376] to Plugins SVN:
update readme for wp6.4 -
Committed [2941594] to Plugins SVN:
update readme for 6.3 -
Committed [2882188] to Plugins SVN:
update readme for 6.2 -
Committed [2851153] to Plugins SVN:
Update to 2.1 -
Committed [2832096] to Plugins SVN:
remove some old files no longer needed -
Committed [2832095] to Plugins SVN:
update requirements plugin -
Committed [2820977] to Plugins SVN:
Fix a display bug in last README update -
Committed [2820974] to Plugins SVN:
Another overhaul of README -
Committed [2820971] to Plugins SVN:
More changes to README for upcoming announcement -
Committed [2820919] to Plugins SVN:
Clean up README for upcoming announcement -
Committed [2814696] to Plugins SVN:
updated README in preparation for deprecation -
Posted a reply to Is the persistent object cache warning necessary?, on the site WordPress.org Forums:
I'm well aware of how the WP internal cache system is set up and how… -
Posted a reply to DNS Records, on the site WordPress.org Forums:
Where did you obtain your octintz.com domain name? That's the place where you should be… -
Posted a reply to Is the persistent object cache warning necessary?, on the site WordPress.org Forums:
I noticed this "recommendation" when I was trying out 6.1RC1. Since many of my clients… -
Posted a reply to namespace not working correctly, on the site WordPress.org Forums:
I don't think you understand how namespaces work. I'll let you do some research to… -
Posted a reply to WP site using too much data and got suspended by host, on the site WordPress.org Forums:
It will be difficult, if not impossible, to perform a database update with such a… -
Posted a reply to How do I create an email address?, on the site WordPress.org Forums:
This can't be done from within WordPress. If you have hosting that includes a control… -
Committed [2802994] to Plugins SVN:
update for 6.1 -
Committed [2802993] to Plugins SVN:
update for 6.1 -
Posted a reply to Fatal Core Error when updating to PHP8, on the site WordPress.org Forums:
The error is being caused by a missing $_SERVER superglobal and is occurring before plugins… -
Posted a reply to removing old WP subdirectories from server, on the site WordPress.org Forums:
I'm sure you can remove the directories and databases through your hosting control panel. However,… -
Posted a reply to what better for WordPress websites, cPanel or WordPress hosting, on the site WordPress.org Forums:
What many (and I daresay most) hosts call "WordPress hosting" is little more than a… -
Posted a reply to Will creating plugin increase memory more than if put code in functions.php?, on the site WordPress.org Forums:
If the code you're describing is specific to the theme, and you're not creating a… -
Posted a reply to Will creating plugin increase memory more than if put code in functions.php?, on the site WordPress.org Forums:
Using a plugin will add some files to your filesystem, a hundred or so bytes… -
Posted a reply to Is it required to run install script after adding new server or PHP modules?, on the site WordPress.org Forums:
If a PHP extension is installed and shows up on the phpinfo() page, then WordPress… -
Posted a reply to An Active PHP Session was detected, on the site WordPress.org Forums:
Site Health contains subjective recommendations -- no more, no less. If you understand the ramifications,… -
Posted a reply to Detecting charcater encoding for wp-config.php file, on the site WordPress.org Forums:
This is a cPanel issue, so it's best to contact them: https://forums.cpanel.net/ If you have… -
Posted a reply to Switching to PHP 8.0 throws an error warning in preg_replace, on the site WordPress.org Forums:
Here's your problem: // search term exists, so... This is a false assumption! As written,… -
Posted a reply to PHP mailer Fatal Error message, on the site WordPress.org Forums:
You should check the output from phpinfo() and find the values for the disable_functions setting.… -
Posted a reply to PHP mailer Fatal Error message, on the site WordPress.org Forums:
That error will occur if the mail() function is disabled in PHP 8.0+. This is… -
Posted a reply to Fatal Error, on the site WordPress.org Forums:
FWIW, PHP warnings are serious and should be addressed. That's why they are always enabled…