Okay! I uninstalled, deleted the old Armorysync. then downloaded from the webset the 437, installed via the Addon Management.
I am able to sync up the guild list, but get
When I try to use the Character Sync.
- Code: Select all
Fatal error: ArmorySync::require() [function.require]: Failed opening required '/opt/e107/roster/addons/armorysync/inc/talenticons_.php' (include_path='.:/usr/share/pear:/usr/share/php') in /opt/e107/roster/addons/armorysync/inc/armorysync.class.php on line 754
Line 754 and 755 show
- Code: Select all
require ($addon['dir'] . 'inc/talenticons_'.$clas.'.php');
require ($addon['dir'] . 'inc/'.$clas. '_talents.php');
should .$clas be .$class. ?
I have WowRoster 2.0.2.
Php 5.2.8
Mysql 5.0.45
Apache 2.2.6
my include directory for php is actually,
/usr/local/include/php, not /usr/share/php. there is a directory at /usr/share/php, but it is empty.
and /usr/share/pear shows....
drwxr-xr-x 2 root root 4096 2008-01-29 10:53 Archive
drwxr-xr-x 2 root root 4096 2008-01-29 10:53 Console
drwxr-xr-x 4 root root 4096 2008-01-29 10:53 data
drwxr-xr-x 6 root root 4096 2008-01-29 10:54 doc
drwxr-xr-x 3 root root 4096 2008-01-29 10:54 HTML
drwxr-xr-x 2 root root 4096 2008-01-29 10:53 OS
drwxr-xr-x 11 root root 4096 2008-01-29 10:53 PEAR
-rw-r--r-- 1 root root 15404 2007-10-04 07:10 pearcmd.php
-rw-r--r-- 1 root root 34557 2007-10-04 07:10 PEAR.php
-rw-r--r-- 1 root root 1800 2007-10-04 07:10 peclcmd.php
drwxr-xr-x 3 root root 4096 2008-01-29 10:53 Structures
-rw-r--r-- 1 root root 19658 2007-10-04 07:10 System.php
drwxr-xr-x 5 root root 4096 2008-01-29 10:54 test
drwxr-xr-x 3 root root 4096 2008-01-29 10:53 XML
However.. I might have found it.. it is referring to /opt/e107/roster/addons/armorysync/inc/talenticons_.php, in inc.. but I do not see that file, only individual files for each class... i.e. talenticons_deathknight.php, talenticons_druid.php... etc.. but no talenticons_.php...
Anything I should do?
This is from a fresh download and install of 437, I also cleared the cache folder out. JIC.