wallace morrison
Forum Replies Created
-
Hi, all I had to do was refresh the providers which I just saw, but the problem that I am running into now is that I get the error “Unable to load the mobile site since the internet site : http://greenevillemobile.com/wp-admin/admin-ajax.php is currently not available. It works fine on my other mobile site http://m.mobileico.com, but not on http://m.greenevillemobile.com. I wonder what the problem is?
Forum: Fixing WordPress
In reply to: I'm getting errors and I don't know whycrud, I used the first code and didn’t use the code below. I saved the code I had in notepad. Do I need to replace my original code and use the edited code you sent, or can I use what I have now and also use the edited code?
Forum: Fixing WordPress
In reply to: I'm getting errors and I don't know whyparker,
What I am trying to do is get this ‘Feast’ theme from http://themeforest.net/item/feast-facebook-fanpage-wordpress-theme/461906
to work with my Facebook page. It’s asking for me to develop an application but I am getting those errors. Is there any other information that I can give you to assist more?Forum: Fixing WordPress
In reply to: I'm getting errors and I don't know whydidn’t fix the issue. I get this now.
Fatal error: Cannot redeclare class FacebookApiException in /home4/iconicb1/public_html/wp-content/themes/feast/facebook.php on line 101
here is the code to what I have now
line starts at 94public function __toString() {
$str = $this->getType() . ‘: ‘;
if ($this->code != 0) {
$str .= $this->code . ‘: ‘;
}
return $str . $this->message;
}
}/**
* Provides access to the Facebook Platform.
*
* @author Naitik Shah <naitik@facebook.com>
*/
class FacebookForum: Fixing WordPress
In reply to: I'm getting errors and I don't know whyHi parkerj,
Thanks for the reply.Here is code from my ‘Facebook PHP’ area in editor. It’s really baffling to me as to what the problem is. I want to kick it. The coding below starts at line 96 and show { at line 107
* To make debugging easier.
*
* @returns String the string representation of the error
*/
public function __toString() {
$str = $this->getType() . ‘: ‘;
if ($this->code != 0) {
$str .= $this->code . ‘: ‘;
}
return $str . $this->message;
}
}/**
* Provides access to the Facebook Platform.
*
* @author Naitik Shah <naitik@facebook.com>
*/