HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/panomity.de/public_html/wp-content/plugins/osm/osm-error-msg.php
<?php
/*
  OSM Error Msg for OSM wordpress plugin
  MiKa * created: april 2009
  plugin: http://wp-osm-plugin.Hanblog.net
  blog:   http://www.HanBlog.net
*/
?>
<?php  
    // these messages are related to the gcStats plugin
    self::$OSM_ErrorMsg->add('e_missing_gcStats', __('gcStats plugin is not activated!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_version_gcStats', __('gcStats plugin has to be updated (If-Version)!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_no_entry_gcStats', __('gcStats plugin do not have any entries for this user!', 'OSM'));
    // these messages are related to the extra comment field plugin
    self::$OSM_ErrorMsg->add('e_missing_ecf',  __('Extra Comment Field plugin is not activated!', 'OSM'));
    // these messages are related to the option page and map creation
    self::$OSM_ErrorMsg->add('e_options_not_updated',  __('Not all options updated!', 'OSM'));
    self::$OSM_ErrorMsg->add('i_options_updated',  __('Options updated!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_zoomlevel_range',  __('Map Zoomlevel out of range or invalid! (using defaultvalue)', 'OSM'));
    self::$OSM_ErrorMsg->add('e_lat_lon_range',  __('Lat or Lon is out of range or invalid (using defaultvalue)!', 'OSM'));    
    self::$OSM_ErrorMsg->add('e_map_size',  __('Map width or height is out of range or invalid (using defaultsize)!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_php_getlat_missing_arg',  __('Did not get latitude [missing argument @ OSM_getCoordinateLat]', 'OSM'));
    self::$OSM_ErrorMsg->add('e_php_getlon_missing_arg',  __('Did not get longitude [missing argument @ OSM_getCoordinateLong]', 'OSM'));    
    self::$OSM_ErrorMsg->add('e_marker_size',  __('If you define a marker, the width and height has to be defined as well!', 'OSM'));    
    self::$OSM_ErrorMsg->add('e_use_marker_all_posts',  __('Use the argument import instead of marker_all_posts!', 'OSM'));    
    self::$OSM_ErrorMsg->add('e_import_unknwon',  __('Import type is unknown!', 'OSM'));  
    self::$OSM_ErrorMsg->add('e_unknown_icon',  __('Invalid marker_name!', 'OSM'));  
	// these messages are related to the config file
    self::$OSM_ErrorMsg->add('e_library_config',  __('Could not load OSM library, check LoadLibraryMode @ wp-content/plugins/osm/osm-config.php!', 'OSM'));  
    self::$OSM_ErrorMsg->add('e_invalid_control',  __('Invalid usage of control tag!', 'OSM'));  
    self::$OSM_ErrorMsg->add('e_gpx_list_error',  __('Num of Gpx files does not match to num of Gpx colours!', 'OSM'));  
    self::$OSM_ErrorMsg->add('e_missing_rs_error',  __('Missing the routingservice at marker_routing argument!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_not_osm_icon',  __('Not valid WP OSM Plugin icon!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_not_osm_icon',  __('You have to add a marker to the post at [Add marker] tab!', 'OSM'));
    // others
    self::$OSM_ErrorMsg->add('e_mww_error_arg',  __('Error at argument mwz (true|false)!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_filelist_mismatch',  __('file_color_list does not match to file_list!', 'OSM'));
    self::$OSM_ErrorMsg->add('e_add_marker',  __('You have to add a marker to the post at [Add marker] tab!', 'OSM'));
?>