Hi, I've installed the app successfully, but in the admin space, I face thisd error :
Fatal error: Failed opening required 'config_system.inc.php' (include_path='.;C:\Program Files\EasyPHP\php\pear\') in c:\program files\easyphp\www\phpay\config.inc.php on line 37
I found nowhere this "config_system.inc.php" file. Someone can help (in english please)?? Thank
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) You create a file config_system.inc.php like required. There must be nothing in it. That's why this file is deleted ... but I forgot to remove require() command :-(
2) You remove the require() command from file config.inc.php by hand. Would be a good idea to look into admin/apply*, if there is a new require is written together with new configuration. You should remove this write command too, if exists. Otherwise you get the same problem everytime you change configuration ...
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I've installed the app successfully, but in the admin space, I face thisd error :
Fatal error: Failed opening required 'config_system.inc.php' (include_path='.;C:\Program Files\EasyPHP\php\pear\') in c:\program files\easyphp\www\phpay\config.inc.php on line 37
I found nowhere this "config_system.inc.php" file. Someone can help (in english please)?? Thank
http://sourceforge.net/forum/forum.php?thread_id=871621&forum_id=121974
Helpfull?
Greetings,
Andreas.
To possibilities to solve:
1) You create a file config_system.inc.php like required. There must be nothing in it. That's why this file is deleted ... but I forgot to remove require() command :-(
2) You remove the require() command from file config.inc.php by hand. Would be a good idea to look into admin/apply*, if there is a new require is written together with new configuration. You should remove this write command too, if exists. Otherwise you get the same problem everytime you change configuration ...
Greetings,
Andreas.