[mambo] New template missing index.html
DeWitt, Michael
mjdewitt at alexcommgrp.com
Tue Mar 1 16:33:10 EST 2005
Mitch,
It now works!!!
I had to fix the following simple little bugs in the 4.5.x CVS version which
I am sure are already addressed, but in case it helps:
contact manager
admin.contact.php
line 264
echo "<script> alert('". $_LANG->_( 'Select a record to' ); ." ". $action
."'); window.history.go(-1);</script>\n";
S/b (delete extra semi-colon)
echo "<script> alert('". $_LANG->_( 'Select a record to' ) ." ". $action
."'); window.history.go(-1);</script>\n";
template installer
installer.class.php (missing proper concatenation ".")
104 $this->setError( 1, $_LANG->_( 'Unrecoverable error' )'
"'.$zipfile->errorName(true).'"' );
s/b
104 $this->setError( 1, $_LANG->_( 'Unrecoverable error' ).'
"'.$zipfile->errorName(true).'"' );
184 $this->setError( 1, $_LANG->_( 'CCC' )'No filename specified' );
s/b
184 $this->setError( 1, $_LANG->_( 'CCC' ).'No filena me specified'
);
243 $this->setError( 1, $_LANG->_( 'Installation file not found' )':<br />'
. $this->installDir() );
s/b
243 $this->setError( 1, $_LANG->_( 'Installation file not found' ).':<br />'
. $this->installDir() );
Now to load up dem templates!!
Mike
> -----Original Message-----
> From: Mitch Pirtle [SMTP:mitch.pirtle at gmail.com]
> Sent: Tuesday, March 01, 2005 2:55 PM
> To: NYPHP SIG: Mambo
> Subject: Re: [mambo] New template missing index.html
>
> On Tue, 1 Mar 2005 14:17:10 -0500, DeWitt, Michael
> <mjdewitt at alexcommgrp.com> wrote:
> > Mitch,
> >
> > I got the CVS instructions from
> >
> > http://mamboserver.com/cat/Download_Mambo/
> >
> > and ran this on my Linux box
> >
> > cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5
>
> You are checking out the old (discontinued) 4.5 version from cvs. Try
> this:
>
> cvs -z5 -d:pserver:anonymous at cvs.mamboforge.net:/cvsroot/mambo co 4.5.x
>
> And you will be looking at the current development version of Mambo
> (4.5.3 development, yes some things are broken and under progress like
> ADOdb)...
>
> Sorry for the confusion, I will make sure that page gets corrected :-(
>
> -- Mitch
> _______________________________________________
> New to Mambo? Get a great start here:
> http://forum.mamboserver.com/showthread.php?t=26144
>
> New York PHP SIG: Mambo Mailing List
> AMP Technology
> Supporting Apache, MySQL, PHP & Mambo!
> http://lists.nyphp.org/mailman/listinfo/mambo
> http://www.nyphp.org
More information about the Joomla
mailing list