S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin page is blank, blog is blankwow thank you so much!! Been struggling with this all week and it finally works! The includes folder was never uploaded and also a wp-ecommerce plugin required more memory so i just deleted it. thanks again!!
Forum: Fixing WordPress
In reply to: Admin page is blank, blog is blankahh i see…ok now its after…..
Forum: Fixing WordPress
In reply to: Admin page is blank, blog is blankForum: Fixing WordPress
In reply to: Admin page is blank, blog is blankhmm…not sure if i am doing it right as i am not too familiar with coding. Now this shows up on the page:
error_reporting(E_ALL); ini_set(‘display_errors’, 1);
maybe I am doing it wrong? my wp-config file now looks like this:
error_reporting(E_ALL); ini_set(‘display_errors’, 1);<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information by
* visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
define( ‘WP_DEBUG’, true);
*/Forum: Fixing WordPress
In reply to: Removing a notice that shows up on "Add new post" pageThank you! figured it out!
Forum: Fixing WordPress
In reply to: Removing a notice that shows up on "Add new post" pageThanks for the reply! Tried the functions.php file and it is not in there.