Contegi66
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Critical issue and white deathnever mind I solved it by leaving WPLANG empty in config.php :))
Forum: Fixing WordPress
In reply to: Critical issue and white deathAnyway I was thinking that from 4.0 WPLANG was deprecated. anyway even adding in wp-config.php, i still got the msg in wp-admin which is:
Notice: Use of undefined constant WPLANG – assumed ‘WPLANG’ in /srv/data/web/vhosts/www.siua.eu/htdocs/wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php on line 74
Now if I go to that file at line 74 I see this:
72 ‘option’ => strtolower(basename(dirname($config[‘root’]))) . ‘_update_info’,
73 ‘locale’ => WPLANG
74 ));
75 }I do not know what’s wrong with line 74
Forum: Fixing WordPress
In reply to: Critical issue and white deathYes yes I was on it ?? Thank you again !
Forum: Fixing WordPress
In reply to: Critical issue and white deathBack on track again. well this hosting will kill me.. ??
Forum: Fixing WordPress
In reply to: Critical issue and white deathI installed 4.1and it gives me automatic update to 4.2.2 which runs great for 10 minutes as now I got this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Forum: Fixing WordPress
In reply to: Critical issue and white deathDear wslade,
Thank you very very much for your help. I followed everything by the book and I got back all my work.
I owe a belgian beer if you come by Brussels ??
Thank you again
Cheers
Forum: Fixing WordPress
In reply to: Critical issue and white deathThank you very much ! I will do it tomorrow and be sure let you know.
with my kind regards,
GForum: Fixing WordPress
In reply to: Critical issue and white deathHi wslade,
thank you for your concern. indeed hosting should do more and I am not at all happy w/them (Gandi.net) as I am not a tech geek therefore I do not know what to do….
note quite sure to catch what you meant on related code in the config.php. This is what I got on server side:
88 define( ‘WP_DEBUG’, true );
89
90 /* That’s all, stop editing! Happy blogging. */
91 $pageURL = ‘http’;
92 if ($_SERVER[“HTTPS”] == “on”) {$pageURL .= “s”;}
93 $pageURL .= “://”;
94 if ($_SERVER[“SERVER_PORT”] != “80”) {
95 $pageURL .= $_SERVER[“SERVER_NAME”].”:”.$_SERVER[“SERVER_PORT”];
96 } else {
97 $pageURL .= $_SERVER[“SERVER_NAME”];
98 }
99
100 $virtual_host_file = file_get_contents(“/etc/httpd/sites-enabled-user/httpd-vhost.conf-user”);
101 if (preg_match(‘/ServerName ‘.$_SERVER[“SERVER_NAME”].’/’, $virtual_host_file)) {
102 define(‘WP_SITEURL’, $pageURL);
103 } else {
104 define(‘WP_SITEURL’, $pageURL.’/’);
105 }
106
107 if (!defined(‘SYNOWORDPRESS’))
108 define(‘SYNOWORDPRESS’, ‘Synology Inc.’);
109
110 /** Absolute path to the WordPress directory. */
111 if ( !defined(‘ABSPATH’) )
112 define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
113
114 /** Sets up WordPress vars and included files. */
115 require_once(ABSPATH . ‘wp-settings.php’);
116 require_once(ABSPATH . ‘syno-misc.php’);that’s it.
Related to load.php, i got this:
828 }
829 ‘WP_SETUP_CONFIG’ ) && file_exists( $location . ‘/admin-‘ . $locale . ‘.mo’ ) )
830 load_textdomain( ‘default’, $location . ‘/admin-‘ . $locale . ‘.mo’ );
break 2;
}
}
}Thank you in advance for any suggestion/help
G
Forum: Fixing WordPress
In reply to: need to replicate this pageHi thecodeisclear,
Bepro seems what i am looking for.It is in fact a list of members in the different regions of italy ??
Many thanks !
G
Forum: Fixing WordPress
In reply to: need to replicate this pageHi Portlight,
yes it is what i am looking for.
Many thanks !
G
Solved. ADBlock causing troubles