What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[BuddyCon] Self Hosting

FYI the issue is related to version lower than 5.3. You are using inline functions, which were not supported until 5.3.

I spun up a vm and put 5.3 on it and it works flawlessly, awesome work.
Yeah i know, but thought that my "fix" could help. And yes anonymous functions was added in 5.3 ;)
 
So I installed this, created a user, generated api. Everything seemed fine and working ok at first.

Once I setup the client, set the api key there etc it now fails when I go to home:

I tried php54 as well.

include(DOMDocument.php): failed to open stream: No such file or directory
/var/www/html/bcon/yii/framework/yiilite.php(238)

226 {227 include($classFile);228 if(YII_DEBUG && basename(realpath($classFile))!==$className.'.php')229 throw new CException(Yii::t('yii','Class name "{class}" does not match class file "{file}".', array(230 '{class}'=>$className,231 '{file}'=>$classFile,232 )));233 break;234 }235 }236 }237 else238 include($className.'.php');239 }240 else // class name with namespace in PHP 5.3241 {242 $namespace=str_replace('\\','.',ltrim($className,'\\'));243 if(($path=self::getPathOfAlias($namespace))!==false)244 include($path.'.php');245 else246 return false;247 }248 return class_exists($className,false) || interface_exists($className,false);249 }250 return true;
 
Last edited:
So I installed this, created a user, generated api. Everything seemed fine and working ok at first.

Once I setup the client, set the api key there etc it now fails when I go to home:

I tried php54 as well.

include(DOMDocument.php): failed to open stream: No such file or directory
/var/www/html/bcon/yii/framework/yiilite.php(238)

226 {227 include($classFile);228 if(YII_DEBUG && basename(realpath($classFile))!==$className.'.php')229 throw new CException(Yii::t('yii','Class name "{class}" does not match class file "{file}".', array(230 '{class}'=>$className,231 '{file}'=>$classFile,232 )));233 break;234 }235 }236 }237 else238 include($className.'.php');239 }240 else // class name with namespace in PHP 5.3241 {242 $namespace=str_replace('\\','.',ltrim($className,'\\'));243 if(($path=self::getPathOfAlias($namespace))!==false)244 include($path.'.php');245 else246 return false;247 }248 return class_exists($className,false) || interface_exists($className,false);249 }250 return true;

I needed php54-xml installed, working great now, thanks!
 
ok dann mal hier r?ber
sry wegen dem anderen Thread :)

Was meinst du mit dem Adminer?
(phpMyAdmin den Root zugang? oder hat BoddyCon einen Admin Zugang?


Bots l?schen kann ich ?brigens auch nicht?
da kommt dieser Fehler
View attachment 63439



L?schen der Bilder via PhpMyAdmin is unschick aber geht :)
Gnah -.- muss mal sehen das ich ne kleine mysql ?nderung vornehme.
Kannst auch selber machen: in der screen tabelle -> struktur-> beziehungs?bersciht -> da steht was bei bot_id das feld neben on delete von no action auf CASCADE
 
I just wanted to post a error with solution to a problem I encountered while installing this.

I am across this just after installing it and created my user and got this.

Code:
date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MDT/-6.0/DST' instead

If your running on a public system this is probably already fixed for you, but on your own system this isn't set by default so you have to set it afterwards, most people don't. All you have to do is edit your php.ini and change the setting 'date.timezone' to your time zone, for a list of timezone's that they use go here

The setting should look like this:

Code:
date.timezone = America/Denver
 
I just wanted to post a error with solution to a problem I encountered while installing this.

I am across this just after installing it and created my user and got this.

Code:
date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MDT/-6.0/DST' instead

If your running on a public system this is probably already fixed for you, but on your own system this isn't set by default so you have to set it afterwards, most people don't. All you have to do is edit your php.ini and change the setting 'date.timezone' to your time zone, for a list of timezone's that they use go here

The setting should look like this:

Code:
date.timezone = America/Denver
Wow never heard of that error before
 
Hi thalord,

I?m using BC and it works very very well, but I?ve got a problem with prowl:

When I?m using my bot and I push the stop button and then again the start button, I got spammed from PROWL...I got about 4 or more messages from BuddyCon for one (Bot stopped) event.

KRVJVWXpNMFZHTnpjMFJUaEJRVU5HUkVFd01TMXVNaTR6TkdWTE1scGlOemhJUkdoYUxVazJhbTFyTW5Wb2FVTTFaR00kYzJ.jpg

Do you have any idea? Is this a prowl setting or is there something wrong with BC?

Cheers and thanks
 
Hi thalord,

I?m using BC and it works very very well, but I?ve got a problem with prowl:

When I?m using my bot and I push the stop button and then again the start button, I got spammed from PROWL...I got about 4 or more messages from BuddyCon for one (Bot stopped) event.

View attachment 64011

Do you have any idea? Is this a prowl setting or is there something wrong with BC?

Cheers and thanks
Plugin Version?
 
Sorry f?r die Noobfrage:
muss ich eine HP bauen k?nnen?
hab den faq teilwei?e nachgebaut. inkludiert deine datei die man hochl?dt ein homepage template??
THUMBS UP PLUGIN OF THE YEAR
 
Sorry f?r die Noobfrage:
muss ich eine HP bauen k?nnen?
hab den faq teilwei?e nachgebaut. inkludiert deine datei die man hochl?dt ein homepage template??
THUMBS UP PLUGIN OF THE YEAR
Wenn du es nicht kannst nimm doch einfach buddyc.eu
 
Works fine but there is an error on the "XP" line: "Error?! Please post this to the author: 6 - 18543998 -"
 
Back
Top