Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Notices are just that: notice. You don’t need to worry much about them.
But if you must, let the plugin authors know and ask them to fix it.
Admin
Make sure the “Enable threaded (nested) comments” option in WP Admin > Settings > Discussion is checked.
Admin
Do you have access to the server error log? More details regarding the specific error that caused the “500 Internal Server Error” response is usually available from the error log. Without that, we can’t do much.
Admin
In reply to: How to fix "Fatal Error" when selecting "Graphene Options"
September 2, 2012 at 4:47 am #32306Update your WordPress version. Graphene requires at least WordPress 3.1.
Admin
This is the culprit:
Fatal error: Call to undefined function update_options() in /var/www/vhosts/aspros.gr/httpdocs/wp-content/plugins/wordpress-seo/admin/class-admin.php on line 441AFAIK, there is no
update_options()function in WordPress, but there isupdate_option()function, so it might just be a typo in the plugin. Try renaming the plugin’s directory to any other name.Admin
On which area is the text not wrapping? Link to your site?
Admin
That’s part of the theme. Add this code to the Custom CSS feature to remove it:
#footer {
background: #175185;
padding-top: 20px;
}Admin
I just tried visiting your site again and it appears fine now. Have you resolved the issue?
Admin
Try setting
WP_DEBUGtotruein your wp-config.php file, and see if any error message comes up.Admin
@iramendra, don’t post the same issue multiple times, it wouldn’t get your questions answered any faster. Please read the forum rules.
As for your site (home page), it’s load time is about 7 seconds, which is not unusual for un-optimised sites. There are many factors involved when evaluating performance, but you should be most concerned with what is called the “Time to first byte“, as that is the measure of how long your server takes to process the request and return data to the browsers. Your site’s TTFB is about 2 seconds, which is again, not unusual for un-optimised sites.
