error code
Posted by: curioustoknow (---.global.frontbridge.com)
Date: August 15, 2011 07:21PM

I think there is some issues with wampserver >php version or apache> i tried few versions for both to elimante the issue I am getting but still no success:

first I installed wampserver 2.0i and was getting some missing install.php file, after doing research I load a previous version wich is 2.0h.

Now I am getting this error:

Notice: Undefined variable: setimagearray in C:\wamp\www\joomla\modules\mod_jaslideshow2\mod_jaslideshow2.php on line 85

Notice: Undefined variable: orderby in C:\wamp\www\joomla\modules\mod_jaslideshow2\mod_jaslideshow2.php on line 86

Notice: Undefined variable: sort in C:\wamp\www\joomla\modules\mod_jaslideshow2\mod_jaslideshow2.php on line 86

Options: ReplyQuote
Re: error code
Posted by: stevenmartin99 (---.b-ras1.srl.dublin.eircom.net)
Date: August 15, 2011 07:25PM

did you not think the error is in your code? cos it is


you need to define a variable before you use it.


Just cos its Joomla doesnt mean its not full of bad coding.



you can hide these errors if you like in the php.ini file by setting only ERRORS to show and not NOTICES

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: error code
Posted by: curioustoknow (---.global.frontbridge.com)
Date: August 15, 2011 07:28PM

can you be more specific on how to hide the errors please?

Options: ReplyQuote
Re: error code
Posted by: yfastud (Moderator)
Date: August 16, 2011 01:44AM

Through Wamp tray icon, open file php.ini and find
error_reporting = E_ALL
Replace w/
error_reporting = E_ALL & ~E_NOTICE
Then save file and restart wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: error code
Posted by: curioustoknow (---.global.frontbridge.com)
Date: August 16, 2011 04:59PM

do I replace all error_reporting = E_ALL & ~E_NOTICE because I see so many error_reporting

Options: ReplyQuote
Re: error code
Posted by: yfastud (Moderator)
Date: August 18, 2011 01:40AM


Options: ReplyQuote


Sorry, only registered users may post in this forum.