[pLog-svn] r1744 - plog/branches/plog-1.1-ben

Oscar Renalias oscar at renalias.net
Tue Apr 5 18:50:11 GMT 2005


I wanted to test this branch in devel.plogworld.net so you'll find it 
here:

http://devel.plogworld.net/plog-ben/

(user=user, pass=test)

I will be updating the code regularly, as i've done with 
http://devel.plogworld.net which is now pointing to the 1.0.1 branch.

But about the branch, it doesn't work :D I know what the problem is:

	$blogInfo = $this->_cache->getData( $blogId, CACHE_BLOGINFOS );

but $this->_cache at the Model level is never defined... Is that right?

Oscar

On 5 Apr 2005, at 21:37, oscar at devel.plogworld.net wrote:

> Author: oscar
> Date: 2005-04-05 18:37:16 +0000 (Tue, 05 Apr 2005)
> New Revision: 1744
>
> Modified:
>    plog/branches/plog-1.1-ben/wizard.php
> Log:
> a few missing includes, otherwise the wizard wouldn't even run!
>
>
> Modified: plog/branches/plog-1.1-ben/wizard.php
> ===================================================================
> --- plog/branches/plog-1.1-ben/wizard.php	2005-04-05 18:15:39 UTC (rev 
> 1743)
> +++ plog/branches/plog-1.1-ben/wizard.php	2005-04-05 18:37:16 UTC (rev 
> 1744)
> @@ -27,6 +27,7 @@
>      include_once( 
> PLOG_CLASS_PATH."class/controller/controller.class.php" );
>      include_once( 
> PLOG_CLASS_PATH."class/template/templateservice.class.php" );
>      include_once( PLOG_CLASS_PATH."class/action/action.class.php" );
> +    include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
>      include_once( PLOG_CLASS_PATH."class/template/template.class.php" 
> );
>      include_once( PLOG_CLASS_PATH."class/view/view.class.php" );
>      include_once( 
> PLOG_CLASS_PATH."class/database/adodb/adodb.inc.php" );
> @@ -47,6 +48,9 @@
>      include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
>      include_once( PLOG_CLASS_PATH."class/locale/locales.class.php" );
>      include_once( 
> PLOG_CLASS_PATH."class/locale/localefinder.class.php" );
> +    include_once( 
> PLOG_CLASS_PATH."class/template/templatesets/templatesets.class.php" 
> );
> +    include_once( PLOG_CLASS_PATH."class/dao/bloginfo.class.php" );
> +    include_once( PLOG_CLASS_PATH."class/dao/article.class.php" );
>
>      define( "TEMP_FOLDER", "./tmp" );
>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>




More information about the pLog-svn mailing list