I have the file: blog.module.php -- installed in the path:
Code: Select all
/home/mywebsite/public_html/wcms/phpwcms_template/inc_script/frontend_render/blog.module.php
Code: Select all
Warning: main(include/inc_module/mod_blogs/inc_lib/functions.general.inc.php): failed to open stream: No such file or directory in /home/mywebsite/public_html/wcms/phpwcms_template/inc_script/frontend_render/blog.module.php on line 5
Code: Select all
Warning: main(): Failed opening 'include/inc_module/mod_blogs/inc_lib/functions.general.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mywebsite/public_html/wcms/phpwcms_template/inc_script/frontend_render/blog.module.php on line 5
Code: Select all
Fatal error: Call to undefined function: db_get_blogid() in /home/mywebsite/public_html/wcms/phpwcms_template/inc_script/frontend_render/blog.module.php on line 28
Also, I have made the blog title name change so I believe my replacement tag to be correct.