Hide
                
                    Hi all,
 
i get this php error after the last svn update (revision 8483) :
PHP Fatal error: Call to undefined function external_exec() in /opt/observium/includes/definitions/version.inc.php on line 50
when i launch this php script :
sudo /opt/observium/html/weathermap/map-poller.php -d
Line 50 :
$svn = external_exec($config['svn'] . ' info ' . $config['install_dir']);
 
Thanks in advance.
 
 
 
                
             
            
                Show
                
                                            Hi all,
 
 
 
 
 
i get this php error after the last svn update (revision 8483) :
 
 
PHP Fatal error: Call to undefined function external_exec() in /opt/observium/includes/definitions/version.inc.php on line 50
 
 
when i launch this php script :
 
 
sudo /opt/observium/html/weathermap/map-poller.php -d
 
 
Line 50 :
 
 
$svn = external_exec($config['svn'] . ' info ' . $config['install_dir']);
 
 
 
 
 
Thanks in advance.