sahilsaid, on 02 June 2011, 21:52, said:
Warning: require_once(includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/thechea6/public_html/includes/modules/ultimate_seo_urls5/main/usu5.php on line 22 Fatal error: require_once() [function.require]: Failed opening required 'includes/modules/ultimate_seo_urls5/includes/usu_general_functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thechea6/public_html/includes/modules/ultimate_seo_urls5/main/usu5.php on line 22
Looks like it is not finding the correct file required. I changed the path to a full path and didn't use the "DIR_WS_MODULES" to check but then it moves on to next similar error, so I can't keep using the full paths. for example I changed as below
from: require_once DIR_WS_MODULES . 'ultimate_seo_urls5/main/usu5.php';
to : require_once '/home/thechea6/public_html/includes/modules/ultimate_seo_urls5/main/usu5.php';
above solved the problem and moved on to next one which is asking me to use the full path in other files too. so looks like its got something to do with configure.php
can someone please help?
Thanks
Hi there i have exactly the same problem and done the same ie put in a complete route to find it request the next require, did you manage to find the fix, if so please post it here
thank you
david














