Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Strange Errors and Timeouts with PDO
Sometimes PHP errors don't show up on the page, but are outputted through the Apache logs. You aren't sure what kind of problem it is yet, so MySQL and Apache error logs shouldn't be ruled out right … (View Post)1 -
Re: Strange Errors and Timeouts with PDO
So, that's what Vanilla's gray screen of death looks like! I would also turn on display_errors and set error_reporting to E_ALL in php.ini config temporarily if it isn't already and see if anything s… (View Post)1 -
Re: Official Basic Pages Feedback Thread
@phreak: Thank you for your comment! :) Version 1.1 of Basic Pages has been released. Notable changes include: * Options fly-out menu with a link to edit the page is now shown when viewing a page. * … (View Post)1 -
Re: Integration With Wordpress Not Working
It's probably a WP problem because it doesn't let you put JavaScript in the page editor. Try putting the code into the HTML editor and not the visual editor. Search up ways on how to put in JavaScrip… (View Post)2 -
Re: How to remove a category from the category sidebar?
Here's another way to do it. Didn't know about the Result() function before. If anyone is going to copy and paste this into a file to share, make sure the spacing stays intact for legibility. public … (View Post)2