Page 1 of 1

Joomla template issue (PHP)

PostPosted: 08. March 2012 12:07
by spidersweb
I have a template issue, I have uploaded a new Joomla template and slideshow, and this is the coding i get showing above the slideshow.

Notice: Undefined variable: cacheTime in C:\xampp\htdocs\Joomla\modules\mod_nanopiecemaker2\mod_nanopiecemaker2.php on line 84

Notice: Undefined variable: xml2 in C:\xampp\htdocs\Joomla\modules\mod_nanopiecemaker2\mod_nanopiecemaker2.php on line 103

Notice: Undefined variable: xml3 in C:\xampp\htdocs\Joomla\modules\mod_nanopiecemaker2\mod_nanopiecemaker2.php on line 151

Notice: Undefined variable: xml4 in C:\xampp\htdocs\Joomla\modules\mod_nanopiecemaker2\mod_nanopiecemaker2.php on line 156

Notice: Undefined variable: xml5 in C:\xampp\htdocs\Joomla\modules\mod_nanopiecemaker2\mod_nanopiecemaker2.php on line 160

This is on 2.5.2 and hosted locally, xammp v 1.7.7 can anyone help please.

Re: Joomla template issue (PHP)

PostPosted: 08. March 2012 22:16
by Altrea
mod_nanopiecemaker2 has sloppy programming styles. Some variables are not initialized correctly. Thats why they produce such warnings.
Ask the author to fix that or do it on your own.

best wishes,
Altrea

Re: Joomla template issue (PHP)

PostPosted: 09. March 2012 09:38
by spidersweb
I have fixed it now thanks and it works fine

Re: Joomla template issue (PHP)

PostPosted: 04. September 2012 10:10
by krodde
I'm having the same problem.
I'm all new to this, so how/where can I fix this?

Re: Joomla template issue (PHP)

PostPosted: 14. September 2012 09:36
by klausveliu
Goto C:\xampp\php
Open php.ini
Set error reporting
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
Restart Apache(This is inportant)