davidp378
Forum Replies Created
-
Forum: Reviews
In reply to: [W3 Total Cache] Good plugin to slow down your wesbite+1 for that
Wow, seriously?
You all at “Team Yoast” have sunk to a new low!
I agree with @redsand…this is corrupt as hell!
This is disgusting. Disgusting.
Forum: Plugins
In reply to: [RS Nofollow Blogroll] Any plans for new options?Gotcha…will do.
Forum: Plugins
In reply to: [RS System Diagnostic] Any plans to add…You got it.
Forum: Plugins
In reply to: [WangGuard] Plugin assumes fixed directory of ‘wangguard’, 404 errorsPlugins use plugins_url() to avoid needing to provide the Plugin directory name as well as dependence on the PLUGINDIR Constant within asset links.
Yeah, I’m not exactly a newbie coder, but thanks for the 101 anyway.
The
plugins_url()function without the$pathparameter will get you the URL of your plugins directory, such ashttp://www.example.com/wp-content/plugins— With the$pathand$pluginparameter it will get you the full URL of a specific file.There’s also constants that are set in WP Core, such as:
WP_PLUGIN_URLandWP_PLUGIN_DIRI could understand more if you were complaining about the author using a hard-coded full path causing your issue, but I don’t see how it’s his issue if you rename the individual plugin’s directory name. Just my take though.
Honestly, even using the
plugins_url()function and other functions and constants, I’d recommend not letting users change the name of the actual individual plugin directory. That’s kind of a code integrity issue right there, and in general, not a good coding practice. Just sayin.Just for my curiosity:
- Why not just name the directory back to its original name?
- Did you run WP_DEBUG to see the exact reason for the 500 error? (I’m guessing a timeout?)
- What version of PHP are you running?
- What version of MySQL are you running?
If you have 100,000 users, you absolutely need to be using PHP 7 and the latest version of MySQL. Running a site with that many users, not being on PHP 7 is suicide.
You’re also going to need to be doing some major database optimization, and possibly server upgrade.
Forum: Plugins
In reply to: [WangGuard] Plugin assumes fixed directory of ‘wangguard’, 404 errorsCall me a curious bystander, but why would you rename the directory to ‘_wangguard’? WordPress names the directory after what’s in the zip file…
- This reply was modified 9 years, 5 months ago by davidp378.
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error in Generic_AdminActions_Flush.php+1
Same issue here.
You’re welcome! Keep rockin!
Man, you just can’t let someone have a compliment, can you? I guess someone always has to crap in the pool. :/
Last update according to the plugin page says over 6 months! That’s not good.
No, that is perfectly fine. As long as things are still working perfectly, 6 months is nothing to worry about. When it gets to a year without an update, I would be concerned. This is my review. Keep your opinions to your own review.
Ah ok, thanks. Maybe explain that in the changelog next time.