RyGanley
Forum Replies Created
-
Kerfred, the FAQ says:
“I get the message: “Fatal error: Class ‘PDO’ not found”
PDO and PDO_MySQL libraries are needed. You must enable them in php.ini on the WordPress host.
Or on Ubuntu:
sudo php5enmod pdo
sudo service apache2 reload”However, it does not show the error: “[fgj2wp] PDO is required. Please enable it.”
I have added:
“sudo php5enmod pdo
sudo service apache2 reload”
to my php.ini file under my WP install and I get the same error. Perhaps I did this wrong? Confused!Forum: Plugins
In reply to: [Publish View] "Preview Changes" button not opening new tab anymoreAgreed! NOT GOOD! The preview button should be completely separate to this new button. Now I got to turn off this plugin till you guys make this update. Please tell me when that will be.
Forum: Plugins
In reply to: [Jazzy Forms] Style Reset buttonthat did work for the reset button but what about the update? Nice option by the way.
Having the same issue, the slideshow won’t work at full size. Super annoying.
Forum: Fixing WordPress
In reply to: Adobe Muse and WordPressI was able to get it in using a iframe, but it’s got 2 scroll bars #bad. Need a better solution!
Forum: Fixing WordPress
In reply to: Why is my WP Website SO SLOW?Let’s say it was not the host, what would you do to rule it out. I am kinda freaking out a little.
Forum: Fixing WordPress
In reply to: Why is my WP Website SO SLOW?unfortunately changing hosts is not an option. I need a technical solution to get my website back up and running.. It’s now crashed.
Forum: Fixing WordPress
In reply to: Why is my WP Website SO SLOW?I think it’s more then that. They host thousands of websites. I believe its something to do with my files.
Forum: Themes and Templates
In reply to: Error display from TemplateLines 1-21
`<?php get_header(); ?>
<!– Start: Right Panel –>
<?php if (have_posts()) : while (have_posts()) : the_post();
//– GET page_nmae custom value
$mykey_values = get_post_custom_values(‘page_name’);
foreach ( $mykey_values as $key => $value ) {
$page_name = $value;
}
?>