Hey DM.. Errrr I mean Hey Synchronet SysOps.....
I just updated Havens BBS following MarisaG instructions line by line. Here they are:
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src
./cleanall.sh RELEASE=1
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
I then ran the command chown -R bbsowner:bbsowner /sbbs and reboot
Now when I try to post a message with Fseditor or Syedit I get this:
!JavaScript /sbbs/exec/SlyEdit.js line 1: SyntaxError: illegal XML character
!JavaScript /sbbs/exec/fseditor.js line 2: SyntaxError: illegal XML character
Now when I try to post a message with Fseditor or Syedit I get this:
!JavaScript /sbbs/exec/SlyEdit.js line 1: SyntaxError: illegal XML characterMy guess is you have a merge conflict in that file. Run "cvs status" on the file and "cvs diff" check the status and see the differences between your local file and the matching revision in of that file in CVS. If you don't care about your local changes to the file, then use "cvs update -C SlyEdit.js" to get a clean copy.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 86:10:30 |
Calls: | 7,895 |
Calls today: | 1 |
Files: | 12,968 |
Messages: | 5,792,006 |