Cyril W
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'Thanks you all for the reply!
Nothing worked so I have taken little extra pain and took the following steps after taking the back up
1. Removed all folders except wp-content
2. Downloaded a fresh version of wordpress
3. Uploaded all files except wp-content
4. Updated wp-config fileAnd its back. Blog is working fine now.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'It is in bold above still posting it again
<?php endwhile; ?>Forum: Installing WordPress
In reply to: Fatal Error, include_path='.;C:\php5\pear'-Need HelpThanks for the help esmi.
After following what you suggested I did this additional changes and my blog is back
-Did some changes in wp-config file. Just added the database details and it started working properly.
Forum: Installing WordPress
In reply to: Fatal Error, include_path='.;C:\php5\pear'-Need HelpI tried upgrading through ftp://blog.myblogname.com/wp-admin/upgrade.php
I got this message- No idea what it means?db_version(); $php_compat = version_compare( $php_version, $required_php_version, ‘>=’ ); if ( file_exists( WP_CONTENT_DIR . ‘/db.php’ ) && empty( $wpdb->is_mysql ) ) $mysql_compat = true; else $mysql_compat = version_compare( $mysql_version, $required_mysql_version, ‘>=’ ); @header( ‘Content-Type: ‘ . get_option( ‘html_type’ ) . ‘; charset=’ . get_option( ‘blog_charset’ ) ); ?> >
WordPressWordPress %1$s requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.’), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version ); elseif ( !$php_compat ) printf( __(‘You cannot update because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.’), $wp_version, $required_php_version, $php_version ); elseif ( !$mysql_compat ) printf( __(‘You cannot update because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.’), $wp_version, $required_mysql_version, $mysql_version ); ?>
Forum: Installing WordPress
In reply to: Fatal Error, include_path='.;C:\php5\pear'-Need Helpi also see the php.ini file in wp-admin contains no code
just this memory=20MB
not sure if this has something to do with this error.Forum: Installing WordPress
In reply to: Fatal Error, include_path='.;C:\php5\pear'-Need HelpStill we see 500 internal server error.
Have done all as suggested.Steps taken
Disabled Plugin
Downloaded wordpress latest version
Uploaded it using FTP
Replaced all files except wp-content
Disabled plugin-Not sure of the last step mentioned here..how to do it?
“running the upgrade manually via wp-admin/upgrade.php”