Quote:
Originally Posted by w-elbalad.com
Code:
Warning: include_once(./includes/functions_vbseo.php) [function.include-once]: failed to open stream: No such file or directory in [path]/cv_rss_feeds.php on line 214
Warning: include_once() [function.include]: Failed opening './includes/functions_vbseo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/cv_rss_feeds.php on line 214
|
ah why i dont see this before, all forums that get this error is using vbseo 3.5 above, since vbseo 3.5 above the folder is changed to /vbseo folder
so to fix it, open cv_rss_feeds.php file,
find this
Code:
include_once './includes/functions_vbseo.php';
replace with this
Code:
include_once './vbseo/includes/functions_vbseo.php';
done, it will fix the error