Thanks Douglas ? Grahamstown is too hot (32c) for comfort so it would be
nice to mix a bit of Prague and local weather, probably for both of us!
I downloaded the beta2.0 and had an issue during installation: I still
cannot register to enter a ticket through Trac, so maybe you want to log
this bug.
I got this message when I clicked next on the last install page ? the one
that offers to install the sample template and data.
I tried both options for installing the pre-built templates (yes and no)
etc. and fiddled with all sorts of options, not to much effect. (I had
created a new database user with rights only for the campsite table: I did
try letting the installer use my root usercode too.) So finally, I
sidestepped the problem by deleting the label out of the source ? so I had
to delete line 55 of install/templates/loaddemo.tpl that says something
like
After that, starting with a fresh install, it went very smoothly.
I have a second suggestion too: I was misled looking for this problem by
the fact that the title on the installer page says something like Campsite
3.0 [ undefined ] ?, and I suspected that the apparent error in the title
of the page might underly the problem I had. But some inspection of your
code base reveals that you explicitly put the string "undefined" into the
$m_codeName and the $m_releaseDate in
template_engine/classes/CampVersion.php. So maybe set those to something
nicer too?
Thanks for the bug report. I'm filing it in Trac and will cc: you on the
ticket. I'll also notify the Tracmaster that the site isn't accepting
tickets from outside users. We have had a lot of trouble with spam on the
server, so your login trouble is probably due to that.
The problem itself looks pretty easy to fix, so I'm hopeful it will even
get into the 3.0 beta 2 release, which might even happen today, if the
stars and earth and moon and sun are all properly aligned )))
Best regards, and wishes for a nice summery Christmas in Grahamstown,
douglas
p.s. please send my regards to the good folks at Rhodes!
=============================================
Media Development Loan Fund
=============================================
Douglas Arellanes
Head of Research and Development
Center for Advanced Media--Prague (CAMP)
Na vinicnich horach 24a/1834, 160 00 Prague 6
Czech Republic
Tel: + 420 2 3333 5356, Fax: +420 2 2431 5419
Mobile: +420 724 073 364
Skype and Yahoo IM: dougiegyro http://www.campware.org
============================================= http://www.mdlf.org
=============================================
"Peter Wentworth"
12/21/2007 09:05 AM ZE2
To:
cc:
bcc:
Subject:Campsite bug report
Hi
Herewith a bug report in campsite-3.0.0-beta1. I tried to register on
your bugs page, but that didn't work, so perhaps there are two bugs needing
to be logged:
No password store found. Please configure "account-manager.password_format"
in trac.ini.
My campsite bug (campsite-3.0.0-beta1)report that I was trying to open a
ticket for is as follows:
I create a new publication called VG News with English as the default
language, but when I list the table ?/admin/pub it shows 'VG News' as the
value of the field Default Language. The bug is at line 76 of
admin-files/pub/index.php where it presently reads
getProperty("Name"))); ?>
Instead of
$languageObj =& new Language($pub->getDefaultLanguageId());