Gaston_Phone
16/12/2014, 18h45

Pour ton cas "Redefining already defined constructor" --> il s'agit certainement d'un doublon : une même commande est utilisée 2 fois.
define( 'WP_DEBUG', false );
Strict Standards: Non-static method Sociable_Globals::sociable_get_post_types() should not be called statically in /homez.565/aestheti/www/wp-content/plugins/sociable/sociable.php on line 251
Strict Standards: Non-static method Sociable_Globals::sociable_get_taxonomies() should not be called statically in /homez.565/aestheti/www/wp-content/plugins/sociable/sociable.php on line 259
Notice: has_cap est appelé avec un argument qui est déprécié depuis la version 2.0 ! L’utilisation des niveaux d’utilisateur par les extensions et thèmes est désormais interdite. Utiliser les rôles et capacités à la place. in /homez.565/aestheti/www/wp-includes/functions.php on line 3006
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sociable_Admin_Options::add_menu_pages() should not be called statically in /homez.565/aestheti/www/wp-includes/plugin.php on line 429
Strict Standards: Non-static method sociable_Admin_Options::add_meta_box() should not be called statically in /homez.565/aestheti/www/wp-content/plugins/sociable/includes/class-sociable_Admin_Options.php on line 993
Strict Standards: Non-static method sociable_Admin_Options::add_meta_box() should not be called statically in /homez.565/aestheti/www/wp-content/plugins/sociable/includes/class-sociable_Admin_Options.php on line 994
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sociable_Admin_Options::init() should not be called statically in /homez.565/aestheti/www/wp-includes/plugin.php on line 429
trict Standards: Non-static method Sociable_Globals::sociable_get_post_types() should not be called statically in /homez.565/aestheti/www/wp-content/plugins/sociable/sociable.php on line 251
Strict Standards: Non-static method Sociable_Globals::sociable_get_taxonomies() should not be called statically in /homez.565/aestheti/www/wp-content/plugins/sociable/sociable.php on line 259
Aesthetic-lifestyle
define('WP_CACHE', true); //Added by WP-Cache Manage
//define('WP_CACHE', true); //Added by WP-Cache Manage
Parse error: syntax error, unexpected 'define' (T_STRING) in /homez.565/aestheti/www/wp-content/db.php on line 1
http://www.ivankristianto.com/web-devel … scription: Database Caching Module provided by DB Cache Reloaded plugin With WordPress 3.1 compatibility.Author: Ivan KristiantoVersion: 1.7 (bundled with DB Cache Reloaded 2.3)Author URI: http://www.ivankristianto.comText Domain: db-cache-reloaded-fix*//** * WordPress DB Class * * Original code from {@link http://www.poradnik-webmastera.com/ Daniel Fruzynski (daniel@poradnik-webmastera.com)} * Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)} * * @package WordPress * @subpackage Database * @since 0.71 *//* Modifications Copyright 2011 Ivan Kristianto (email : ivan@ivankristianto.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*//** * @since 0.71 */define( 'EZSQL_VERSION', 'WP1.25' );/** * @since 0.71 */define( 'OBJECT', 'OBJECT', true );/** * @since 2.5.0 */define( 'OBJECT_K', 'OBJECT_K' );/** * @since 0.71 */define( 'ARRAY_A', 'ARRAY_A' );/** * @since 0.71 */define( 'ARRAY_N', 'ARRAY_N' );// --- DB Cache Start ---// wp-settings.php defines this after loading this file, so have to add it here tooif ( !defined( 'WP_PLUGIN_DIR' ) ) { define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR.'/plugins' ); // full path, no trailing slash}// Path to pluginif ( !defined( 'DBCR_PATH' ) ) { define( 'DBCR_PATH', WP_PLUGIN_DIR.'/db-cache-reloaded-fix' );}// Cache directoryif ( !defined( 'DBCR_CACHE_DIR' ) ) { define( 'DBCR_CACHE_DIR', DBCR_PATH.'/cache' );}// DB Module version (one or more digits for major, two digits for minor and revision numbers)if ( !defined( 'DBCR_DB_MODULE_VER' ) ) { define( 'DBCR_DB_MODULE_VER', 10600 );}// Check if we have required functionsif ( !function_exists( 'is_multisite' ) ) { // Added in WP 3.0 function is_multisite() { return false; }}// --- DB Cache End --- //require_once DBCR_PATH . '/db-module.php';//$GLOBALS['wpdb'] = new dbrc_wpdb( DB_USER, DB_PASSWORD, DB_NAME, DB_HOST );
Warning: include_once(/homez.565/aestheti/www//wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /homez.565/aestheti/www/wp-content/advanced-cache.php on line 10
Warning: include_once(): Failed opening '/homez.565/aestheti/www//wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:/usr/local/php5.4/lib/php') in /homez.565/aestheti/www/wp-content/advanced-cache.php on line 10
Parse error: syntax error, unexpected 'define' (T_STRING) in /homez.565/aestheti/www/wp-content/db.php on line 1
http://www.ivankristianto.com/web-de...4/Description: Database Caching Module provided by DB Cache Reloaded plugin With WordPress 3.1 compatibility.Author: Ivan KristiantoVersion: 1.7 (bundled with DB Cache Reloaded 2.3)Author URI: http://www.ivankristianto.comText Domain: db-cache-reloaded-fix*//** * WordPress DB Class * * Original code from {@link http://www.poradnik-webmastera.com/ Daniel Fruzynski (daniel@poradnik-webmastera.com)} * Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)} * * @package WordPress * @subpackage Database * @since 0.71 *//* Modifications Copyright 2011 Ivan Kristianto (email : ivan@ivankristianto.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA*//** * @since 0.71 */define( 'EZSQL_VERSION', 'WP1.25' );/** * @since 0.71 */define( 'OBJECT', 'OBJECT', true );/** * @since 2.5.0 */define( 'OBJECT_K', 'OBJECT_K' );/** * @since 0.71 */define( 'ARRAY_A', 'ARRAY_A' );/** * @since 0.71 */define( 'ARRAY_N', 'ARRAY_N' );// --- DB Cache Start ---// wp-settings.php defines this after loading this file, so have to add it here tooif ( !defined( 'WP_PLUGIN_DIR' ) ) { define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR.'/plugins' ); // full path, no trailing slash}// Path to pluginif ( !defined( 'DBCR_PATH' ) ) { define( 'DBCR_PATH', WP_PLUGIN_DIR.'/db-cache-reloaded-fix' );}// Cache directoryif ( !defined( 'DBCR_CACHE_DIR' ) ) { define( 'DBCR_CACHE_DIR', DBCR_PATH.'/cache' );}// DB Module version (one or more digits for major, two digits for minor and revision numbers)if ( !defined( 'DBCR_DB_MODULE_VER' ) ) { define( 'DBCR_DB_MODULE_VER', 10600 );}// Check if we have required functionsif ( !function_exists( 'is_multisite' ) ) { // Added in WP 3.0 function is_multisite() { return false; }}// --- DB Cache End --- //require_once DBCR_PATH . '/db-module.php';$GLOBALS['wpdb'] = new dbrc_wpdb( DB_USER, DB_PASSWORD, DB_NAME, DB_HOST );
//require_once DBCR_PATH . '/db-module.php';
Warning: include_once(/homez.565/aestheti/www//wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /homez.565/aestheti/www/wp-content/advanced-cache.php on line 10
Warning: include_once(): Failed opening '/homez.565/aestheti/www//wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:/usr/local/php5.4/lib/php') in /homez.565/aestheti/www/wp-content/advanced-cache.php on line 10
Notice: Constant EZSQL_VERSION already defined in /homez.565/aestheti/www/wp-content/db.php on line 43
Notice: Constant object already defined in /homez.565/aestheti/www/wp-content/db.php on line 48
Notice: Constant OBJECT_K already defined in /homez.565/aestheti/www/wp-content/db.php on line 53
Notice: Constant ARRAY_A already defined in /homez.565/aestheti/www/wp-content/db.php on line 58
Notice: Constant ARRAY_N already defined in /homez.565/aestheti/www/wp-content/db.php on line 63
Warning: require_once(/homez.565/aestheti/www/wp-content/plugins/db-cache-reloaded-fix/db-module.php): failed to open stream: No such file or directory in /homez.565/aestheti/www/wp-content/db.php on line 94
Fatal error: require_once(): Failed opening required '/homez.565/aestheti/www/wp-content/plugins/db-cache-reloaded-fix/db-module.php' (include_path='.:/usr/local/php5.4/lib/php') in /homez.565/aestheti/www/wp-content/db.php on line 94
/*
Plugin URI: http://www.ivankristianto.com/web-de...ress-3-1/1784/
Description: Database Caching Module provided by DB Cache Reloaded plugin With WordPress 3.1 compatibility.
Author: Ivan Kristianto
Version: 1.7 (bundled with DB Cache Reloaded 2.3)
Author URI: http://www.ivankristianto.com
Text Domain: db-cache-reloaded-fix
*/
/**
* WordPress DB Class
*
* Original code from {@link http://www.poradnik-webmastera.com/ Daniel Fruzynski (daniel@poradnik-webmastera.com)}
* Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)}
*
* @package WordPress
* @subpackage Database
* @since 0.71
*/
/* Modifications Copyright 2011 Ivan Kristianto (email : ivan@ivankristianto.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @since 0.71
*/
define( 'EZSQL_VERSION', 'WP1.25' );
/**
* @since 0.71
*/
define( 'OBJECT', 'OBJECT', true );
/**
* @since 2.5.0
*/
define( 'OBJECT_K', 'OBJECT_K' );
/**
* @since 0.71
*/
define( 'ARRAY_A', 'ARRAY_A' );
/**
* @since 0.71
*/
define( 'ARRAY_N', 'ARRAY_N' );
// --- DB Cache Start ---
// wp-settings.php defines this after loading this file, so have to add it here too
if ( !defined( 'WP_PLUGIN_DIR' ) ) {
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR.'/plugins' ); // full path, no trailing slash
}
// Path to plugin
if ( !defined( 'DBCR_PATH' ) ) {
define( 'DBCR_PATH', WP_PLUGIN_DIR.'/db-cache-reloaded-fix' );
}
// Cache directory
if ( !defined( 'DBCR_CACHE_DIR' ) ) {
define( 'DBCR_CACHE_DIR', DBCR_PATH.'/cache' );
}
// DB Module version (one or more digits for major, two digits for minor and revision numbers)
if ( !defined( 'DBCR_DB_MODULE_VER' ) ) {
define( 'DBCR_DB_MODULE_VER', 10600 );
}
// Check if we have required functions
if ( !function_exists( 'is_multisite' ) ) { // Added in WP 3.0
function is_multisite() {
return false;
}
}
// --- DB Cache End ---
require_once DBCR_PATH . '/db-module.php';
$GLOBALS['wpdb'] = new dbrc_wpdb( DB_USER, DB_PASSWORD, DB_NAME, DB_HOST );
// Silence is golden.
/*
WP-Cache Config Sample File
See wp-cache.php for author details.
*/
$wp_cache_mobile_groups = ''; //Added by WP-Cache Manager
$wp_cache_mobile_prefixes = 'w3c , w3c-, acs-, alav, alca, amoi, audi, avan, benq, bird, blac, blaz, brew, cell, cldc, cmd-, dang, doco, eric, hipt, htc_, inno, ipaq, ipod, jigs, kddi, keji, leno, lg-c, lg-d, lg-g, lge-, lg/u, maui, maxo, midp, mits, mmef, mobi, mot-, moto, mwbp, nec-, newt, noki, palm, pana, pant, phil, play, port, prox, qwap, sage, sams, sany, sch-, sec-, send, seri, sgh-, shar, sie-, siem, smal, smar, sony, sph-, symb, t-mo, teli, tim-, tosh, tsm-, upg1, upsi, vk-v, voda, wap-, wapa, wapi, wapp, wapr, webc, winw, winw, xda , xda-'; //Added by WP-Cache Manager
$wp_cache_mobile_browsers = '2.0 MMP, 240x320, 400X240, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, Googlebot-Mobile, hiptop, IEMobile, KYOCERA/WX310K, LG/U990, MIDP-2., MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, PlayStation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, SHG-i900, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, webOS, Windows CE, WinWAP, YahooSeeker/M1A1-R2D2, iPhone, iPod, Android, BlackBerry9530, LG-TU915 Obigo, LGE VX, webOS, Nokia5800'; //Added by WP-Cache Manager
qwap, sage, sams, sany, sch-, sec-, send, seri, sgh-, shar, sie-, siem, smal, smar, sony, sph-, symb, t-mo, teli,
Nb de comptes emails :
Vous ne pouvez pas creer de comptes emails.
Nb de répondeurs :
Vous ne pouvez pas créer de répondeurs.
Nb d'alias/redirections :
Vous ne pouvez pas créer de redirections.
Nb de mailing-lists :
Vous ne pouvez pas créer de mailing-lists.
Accès aux sections
# BEGIN supercache
ForceType text/html
FileETag None
AddEncoding gzip .gz
AddType text/html .gz
SetEnvIfNoCase Request_URI \.gz$ no-gzip
Header set Vary "Accept-Encoding, Cookie"
Header set Cache-Control 'max-age=3, must-revalidate'
ExpiresActive On
ExpiresByType text/html A3
# END supercache