03-21-2012, 02:05 AM
I have to say your endurance for pain is beyond my imagination. I would have given up long ago!
I'm not catching your meaning about "doubling up" or "referencing twice", the paths are /usr/lib/php and /usr/LOCAL/lib/php. I don't necessarily see that as a problem...
It appears that you've done a significant amount of hardcoding for require_once. I'm suspecting that the include_path is not aligned with the paths where the modules are actually installed.
When I hit a similar problem with require_once, I added the missing paths by editing include_path in inc/inc.Settings.php.
Since we already see the paths that include() is searching, can you tell us the paths where you have installed:
I'm not catching your meaning about "doubling up" or "referencing twice", the paths are /usr/lib/php and /usr/LOCAL/lib/php. I don't necessarily see that as a problem...
It appears that you've done a significant amount of hardcoding for require_once. I'm suspecting that the include_path is not aligned with the paths where the modules are actually installed.
When I hit a similar problem with require_once, I added the missing paths by editing include_path in inc/inc.Settings.php.
Since we already see the paths that include() is searching, can you tell us the paths where you have installed:
- letoDMS_3.3.0
- letoDMS_Core3.3.0
- letoDMS_Lucene3.3.0
- PEAR LOG
- ZEND
(03-20-2012, 04:46 PM)yerg Wrote:Code:Warning: include() [function.include]: Failed opening 'languages/English/lang.inc' for inclusion (include_path='[b]/home/brett/public_html/folder/adodb/:.:/usr/lib/php:/usr/local/lib/php[/b]') in /home/brett/public_html/folder/inc/inc.Language.php on line 41
path in the configuration.
languages/English/lang.inc is in the right place
The bit in bold I'm lost over.
It appears to be referencing things twice for some reason