javawpscript
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'Not anymore, The first time I did it it did but I ignored it and did not bother about what was happening.
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'I don’t know what to do to my .htaccess
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'I have found the file anyways.
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'How can I set it to do that?
FTP: FileZilla
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'I have tried. Also, I can’t find a .htaccess file in my dir via FTP.
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'All the pages except home. I think it is an Apache problem possibly.
Forum: Fixing WordPress
In reply to: When loading pages '404 Not Found'Nope, never worked.
Forum: Installing WordPress
In reply to: CentOS Install not happy with PHPYeah, I fixed the issue
Forum: Installing WordPress
In reply to: CentOS Install not happy with PHPBut it shows all of this:
WordPressError: PHP is not running
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
>
prepare( “SHOW TABLES LIKE %s”, $wpdb->esc_like( $wpdb->users ) ); $user_table = ( $wpdb->get_var( $sql ) != null ); // Ensure that Blogs appear in search engines by default. $blog_public = 1; if ( isset( $_POST[‘weblog_title’] ) ) { $blog_public = isset( $_POST[‘blog_public’] ); } $weblog_title = isset( $_POST[‘weblog_title’] ) ? trim( wp_unslash( $_POST[‘weblog_title’] ) ) : ”; $user_name = isset($_POST[‘user_name’]) ? trim( wp_unslash( $_POST[‘user_name’] ) ) : ”; $admin_email = isset( $_POST[‘admin_email’] ) ? trim( wp_unslash( $_POST[‘admin_email’] ) ) : ”; if ( ! is_null( $error ) ) { ?>
And that sort of stuff all the way down.
Forum: Fixing WordPress
In reply to: HTTP Error. when uploading imagesThrough FTP. In like a client such as FileZilla or even use one that is online.
Forum: Fixing WordPress
In reply to: Internal error 500 JetPackYou could try editing some stuff in MySQL
Forum: Networking WordPress
In reply to: Multisite Plugin ConfigurationsAlso, I want to lock down parts of the dashboard
Forum: Fixing WordPress
In reply to: WordPress Admin login page goes to different siteTry looking in your ‘wp-config.php’ file and look in your MySQL database and change all domain information to the correct information.
Use the WordPress tutorial.
Forum: Fixing WordPress
In reply to: WordPress Admin login page goes to different siteAre they using any code linked to each other?