tformosus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Incorrectly displaying themes and plugins hanging siteCould php safe_mode set to ON be the source of this odd behaviour?
Its set to OFF with my working personal blog, but it’s set to ON with the one Im experiencing these odd problems with.
Thanks.
Forum: Fixing WordPress
In reply to: Incorrectly displaying themes and plugins hanging siteThe theme is available via the Theme Viewer. Though Im using the latest version from the author, this problem effects both versions.
And again thank you for the help. 🙂
Forum: Fixing WordPress
In reply to: Incorrectly displaying themes and plugins hanging siteI have no idea, Im not the author. The theme does have an options page, would it need access to the db via the details in wp-config.php to store its preferences?
Though I kind of like the theme (when it works), if it wasnt for the other problems (enabling OpenID resulting in a completely blank unreachable blog) and Register Plus (displaying only have of its fields on the settings page) Id just move on. But my main concern was that I’d somehow made a stupid mistake setting up the blog and all these symptoms where the result, especially as Ive used this theme and plugins on my personal blog on another host without issue.
And thanks!
Forum: Fixing WordPress
In reply to: Incorrectly displaying themes and plugins hanging siteThanks and a good point.
I’ve renamed the directory and checked that there are no references to the old name in the php files of the theme. Unfortunately it has no effect on how the theme is incorrectly displayed.
There’s still the error such as this popping up in the error log.
[client 195.189.181.72] PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/vhosts/volunteerabroad.ie/httpdocs/blog/wp-content/themes/web2../../../../wp-config.php' (include_path='.:') in /var/www/vhosts/volunteerabroad.ie/httpdocs/blog/wp-content/themes/web2/style.php on line 2, referer: http://www.volunteerabroad.ie/blog/Line 2 of style.php is:
require_once(dirname(__FILE__) . '../../../../wp-config.php');Is it actually looking in the right directory for wp-config?
Again thanks.
Forum: Fixing WordPress
In reply to: Incorrectly displaying themes and plugins hanging siteThe problematic blog is running on MySQL 4.1.20, while the one Im having no issues with is 5.0.37, could that explain the issues Im having?