So I found Plugins for best CP´s and best runs, but my server returns this:
[PHP Warning] require_once(plugins/plugin.bestcps.php): failed to open stream: No such file or directory on line 680 in file /home/tmserver/servers/tmf_05525/xaseco1/aseco.php
The complete Line is this:
Code: Select all
// load and parse the plugins file
if ($plugins = $this->xml_parser->parseXml('plugins.xml')) {
if (!empty($plugins['ASECO_PLUGINS']['PLUGIN'])) {
// take each plugin tag
foreach ($plugins['ASECO_PLUGINS']['PLUGIN'] as $plugin) {
// log plugin message
$this->console_text('[XAseco] Load plugin [' . $plugin . ']');
// include the plugin
require_once('plugins/' . $plugin);
$this->plugins[] = $plugin;
Code: Select all
require_once('plugins/' . $plugin);
Can you help me?
I installed the files as mentioned and also added the lines to the plugins.xml
EDIT: FIXED