Can not log into wordpress from my host. I get this…How do I fix? Thanks so much
-
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in D:Hosting13970789htmlgdtwp-contentpluginswp-link-statuscorealive.php on line 36
Here’s the code:
/**
* Start the check
*/
public static function check() {
self::start(get_class());
}/**
* Check running crawler
*/
public static function start($source) {// Load util file first
require_once(WPLNST_PATH.’/core/util.php’);// Version components
THIS IS LINE 36… $source::start_version();// Load common plugin dependencies
wplnst_require(‘core’, ‘types’);// Load custom nonce system
wplnst_require(‘core’, ‘nonce/nonce’);// Check crawl request arguments
if (!(defined(‘DOING_AJAX’) && DOING_AJAX) || empty($_GET[‘wplnst_crawler’]) || empty($_GET[‘wplnst_nonce’]) || empty($_GET[‘wplnst_slug’])) {// Check notifications
if (!empty($_GET[‘wplnst_notify_email’]) && ‘on’ == $_GET[‘wplnst_notify_email’]) {// And finally check notify nonce
if (!empty($_GET[‘wplnst_notify_nonce’]) && self::verify_notify_nonce($_GET[‘wplnst_notify_nonce’]))
add_action(‘plugins_loaded’, array($source, ‘notify’)); -
Hello @nicolabandak,
Could you post again to let us know the name or URL of the website?
-
nicolabandak –
Based on the title of your post it sounds like you are using the WordPress installation rather than us at WordPress.com.
If that’s the case, check out https://wordpress.org/support/ for help with this site. We won’t have the access needed to assist much further.
- The topic ‘Can not log into wordpress from my host. I get this…How do I fix? Thanks so much’ is closed to new replies.