Page 1 of 1

appears to be PEAR problem

PostPosted: 02. July 2016 20:52
by tcloud
(I am not convinced this is a PEAR or even an XAMPP problem, but I'm working with the error messages as I have no other clues)

I'm trying a new piece of PHP software and I get this error, where "..." is the path to my file:
Code: Select all
Warning: Unknown: failed to open stream: Invalid argument in Unknown on line 0
Fatal error: Unknown: Failed opening required 'C:/.../index.php' (include_path='C:\xampp\php\pear') in Unknown on line 0


running "pear" from command line works -- returns list of available commands

I am running XAMPP for Windows 5.6.19
path: c:\xampp\

I have tried:
- added c:\xampp\php to Windows PATH variable
- modified c:\xampp\php\php.ini include_path to set PEAR to lowercase pear
- modified c:\xampp\php\php.ini to use the Windows-style include_path

Re: appears to be PEAR problem

PostPosted: 02. July 2016 20:55
by Nobbie
tcloud wrote:I'm trying a new piece of PHP software


Which one and what does the developer answer to your questions?

Re: appears to be PEAR problem

PostPosted: 02. July 2016 21:06
by tcloud
it is a nested set type of hierarchical tree structure program based on Zebra_Mptt
it is:
http://codecanyon.net/item/advanced-men ... tem/637633
and the author stopped responding to help four years ago.

Re: appears to be PEAR problem

PostPosted: 02. July 2016 21:30
by tcloud
Never mind -- it 's working now. It was a path-to-the-application problem. Not sure why, but I moved the app folder and it works now.
thanks