Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Error in markers
(1 viewing) 1 Guest
Go to bottom
TOPIC: Error in markers
#281
Rapunzl ()
User Offline
Error in markers 1 Year, 3 Months ago  
The module looks great, except that I get the following error:
Code:

Notice: Undefined variable: markers in /home/username/public_html/modules/mod_j15visitormap/mod_j15visitormap.php on line 114 


Since I'm here, one question about customization: Can I make width percentage instead of pixels? If so, how?

Thanks
 
Logged Logged  
 
Last Edit: 2008/11/29 17:10 By .
  The administrator has disabled public write access.
#286
DART ()
User Offline
Re:Error in markers 1 Year, 3 Months ago  
If you get "Notice: Undefined variable:" this means that your PHP installation is configured to show both Errors, Warnings and Notices.
You should configure your PHP installation to only show Errors and Warnings which is the default PHP installation.

This is done by editting your php.ini file.
Open your php.ini and locate the error_reporting setting. Edit this line to be as follows:
error_reporting(E_ALL ^ E_NOTICE);

Also, the percentage should work for the width.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!

Sponsors

Login Form






Lost Password?
No account yet? Register

Generated in 0.38337 Seconds