Dion
@diondesigns on WordPress.org
- Member Since: February 16th, 2014
Contribution History
Dion’s badges:- Plugin Developer
-
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… -
Posted a reply to Best way to remove widgets from the dashboard, on the site WordPress.org Forums:
The bloated code is in wp-admin/includes/cashboard.php. Your code is fine; it's the safe way to… -
Posted a reply to Best way to remove widgets from the dashboard, on the site WordPress.org Forums:
The only way to keep the default dashboard widgets from being registered is to hack… -
Posted a reply to I Provide downloads on my site – is WP as a CMS good for it?, on the site WordPress.org Forums:
Board software supports uploads/downloads by default. I believe all will also track the number of… -
Posted a reply to PCLZIP_ERR_BAD_FORMAT error, on the site WordPress.org Forums:
PCLZip is the fallback archive processor in WordPress. Unlike the PHP Zip extension (which is… -
Posted a reply to I Provide downloads on my site – is WP as a CMS good for it?, on the site WordPress.org Forums:
WordPress is a good solution for many things...but not everything. Your use case is perfectly… -
Posted a reply to How may a date difference be calculated in Google Cloud SQL?, on the site WordPress.org Forums:
You should be asking this question on dba.stackexchange.com or a Google Cloud support site. It… -
Posted a reply to Error Messages after server database upgrade, on the site WordPress.org Forums:
You gave an error in your wp-config.php file. You currently have this: define ('WP_DEBUG', 'false');… -
Posted a reply to exif_read_data(): File too small (0), on the site WordPress.org Forums:
If you have access to SSH, you can go to the base WP images directory… -
Posted a reply to exif_read_data(): File too small (0), on the site WordPress.org Forums:
The warning is telling you that Exif encountered a zero-byte image file. So check your… -
Posted a reply to cURL error 77 (Failed Installation), on the site WordPress.org Forums:
The problem isn't in WordPress. Curl error 77 is caused by a bad CA certificate…