This topic is locked
[SOLVED]

 Function "pathinfo_local()" is declared twice

1/30/2014 2:41:18 PM
PHPRunner General questions
T
taumic author

Hello,
in a project, I have merged the EmailReader-template and the DocManager-template. Now I get the following error message because the function "pathinfo_local()" is declared twice (once in each template).
=======

Fatal error: Cannot redeclare pathinfo_local() (previously declared in D:\xampp\htdocs\PhprCRM\getmail.php:129) in D:\xampp\htdocs\PhprCRM\docman_functions.php on line 182

=======
What should I do?
Thanks in advance!
Michael

Sergey Kornilov admin 1/30/2014

You can delete pathinfo_local() function in getmail.php file in this case.