error message in Album Module

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
newvision
Forum Members
Forum Members
Posts: 77
Joined: Wed Jun 10, 2009 11:57 am

error message in Album Module

Post by newvision »

I am running CMS Made Simple 1.11.8. I installed the album module. I've attached the CSS to the tempalt on the page that I want it to appear. I am getting the following error message:

( ! ) Notice: Undefined variable: categories in C:\wamp64-2\www\drkyre\modules\Album\action.default.php on line 115

See attached image. :)
Attachments
album-error.gif
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: error message in Album Module

Post by Jo Morg »

newvision wrote:I am getting the following error message:

( ! ) Notice: Undefined variable: categories in C:\wamp64-2\www\drkyre\modules\Album\action.default.php on line 115
A notice is not exactly an error, you can disregard that. You should disable error reporting on a production site, leaving it only logging errors.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
newvision
Forum Members
Forum Members
Posts: 77
Joined: Wed Jun 10, 2009 11:57 am

Re: error message in Album Module

Post by newvision »

Thanks. I'll disable it. that doesn;t change the problem, though.
newvision
Forum Members
Forum Members
Posts: 77
Joined: Wed Jun 10, 2009 11:57 am

Re: error message in Album Module

Post by newvision »

I don't know how to turn that off. Can you please tell me? Thanks! :)
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: error message in Album Module

Post by Jo Morg »

newvision wrote:I don't know how to turn that off. Can you please tell me? Thanks! :)
There are several possibilities, one of them being in php.ini: http://pt1.php.net/manual/en/errorfunc. ... -reporting.
Note that if the module misbehaves, then posting this notice may help the developer or anyone trying to help in troubleshooting. However it is usually safe to dismiss these notices.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: error message in Album Module

Post by Rolf »

Use the default .htaccess file, there are a few lines there you need to remove the # in front to disable the error messages

http://docs.cmsmadesimple.org/troublesh ... d-function
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “Layout and Design (CSS & HTML)”