Killiana
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] BordersThanks a lot Tobias.
For centering the countdown I added
display: block;Great Plugin again.
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] Fatal errorThanks Kag.
I added this code at the top of the Kpg.class.php file and it’s working great now.
ini_set ('zend.ze1_compatibility_mode', 0);Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] Fatal errorThank you Kag.
Author of the theme or webhosting?
Forum: Fixing WordPress
In reply to: Fatal ErrorOMG I can’t pick a single answer, a lot of answers from you guys.
THANKS !
Forum: Fixing WordPress
In reply to: Fatal ErrorMy site is down since forever..any help is appreciated.
Forum: Fixing WordPress
In reply to: Fatal ErrorAny update on that issue? it’s critical..
Forum: Fixing WordPress
In reply to: Fatal ErrorAny help please?
The code in that line is
/** * Checks whether the given username exists. * * @since 2.0.0 * * @param string $username Username. * @return null|int The user's ID on success, and null on failure. */ function username_exists( $username ) { if ( $user = get_userdatabylogin( $username ) ) { return $user->ID; } else { return null; } }
Viewing 7 replies - 1 through 7 (of 7 total)