You are reading the Drake CMS Official Forums archive, available for historical purposes only.
Drake CMS has been rebranded into Lanius CMS, visit the new Lanius CMS Official Forums if you need support about Lanius CMS or Drake CMS -> Lanius CMS migration.
I have setup a
Drake test site at CSB. Could not fit it on Limbo Mimbo so had to
put on CSB instead.
Any error in
particular? I would like it to work almost anywhere...if you
could explain what went wrong I would be happy to fix it for the
next release.
Thank you for all your feedback &
support!
websith
Re : Limbo CMS Convert to Drake
01 June 2007 02:08
Anonymous
Hi Lego
I ftp'd it up to the server ok and even tried
the tar.gz veloce.php method.
Install was going ok
until I hit the last page. The database could not be written for
some reason, I tried setting the data folders to 0777 and 0755
but still failed to write. I guess it was something to do with
server permissions somewhere but I could not figure it out.
It installed ok on my desktop using easyphp and it
installed ok on my CSB website server no problemo.
Below is a pasted example of what the last page of the install
was showing. At every step until this I got green
"successful" messages.
It was really
wierd...
Warning: Wrong parameter count for
preg_match() in *****path/classes/gladius/gladius_create.php on
line 56
Warning: Wrong parameter count for
preg_match() in ******path/classes/gladius/gladius_create.php on line 58 SQL syntax error in command CREATE at offset 6 / TABLE dk_/
Warning: Wrong parameter count for preg_match() in
*****path/drake042/classes/gladius/gladius_create.php on line 56
(***path, Note I have deleted some of the path here.
but you get the idea right)
It goes on like this for
about 1000px or so.
Seen as its up and running on the
CSB website I put it down to something about my Limbo Server
setup.
I'm not much of a techie so I left at that
really did'nt or could'nt do anything more...
Hope
this helps Lego
thanx
regards websith
legolas558
Re : Limbo CMS Convert to Drake
01 June 2007 04:38
Anonymous
Oh, I understood!
Gladius DB requires at least PHP
4.3.3, which you do not have on that host (maybe it's the time to
update for them?).
Now I have fixed the code so that
it does not allow installation of Gladius DB for PHP versions
below 4.3.3 (previously it only checked for PHP v.4.3.0), and
that awful scenario might not happen again to users.