Viewing Mod: PFBlog System
|
| Description |
| Description: PFBlog System Integrated Blog System for PHP-Fusion. EDIT 02-06-2009: Updated to latest version. V7.4 1. Fixed e-notices 2. Added settings for view limits 3. Enhanced Tag Cloud function (It now checks the frequency and order the keywords based on set limit) 4. Added SEO optimization (Site title, description and keyword are now set based on the current blog contents) Features: V7.3 1. Fixed some more bugs 2. Enhanced Dash Board Panel 3. Added Most Popular Item 4. Added Tag Clouds 5. Added Blog Ads support (View the end file of your locale for details) V7.2 1. Fixes enormous bugs and enhanced functionality 2. Added pagenav for blog pages 3. Enhanced layout 4. More fix/enhancements to follow V7.1 1. Initial conversion to PHP-Fusion Core 7 2. Bugs fixed from older versions 3. Replaced calendar function with Digitanium's version 4. More simplified and enhanced user interface 5. Added share links |
| Copyright |
| aGPL |
| Approved By: | Diemux | Staff Rating: | |
| Comment: | |||
| Support Thread: | PFBlog System | ||
| Translations: | No Extra Translations | Submit : |
|
Ratings
| Awesome! | 0% | [No Votes] | |
| Very Good | 0% | [No Votes] | |
| Good | 0% | [No Votes] | |
| Average | 0% | [No Votes] | |
| Poor | 100% | [1 Vote] |
Post Comment
Please Login to Post a Comment.


Information
Resources
Submit








[1 Vote]



Hey im sure i installed everything correct. But i get this message when im trying to click on the Blog Panel link:
in /web/www/frac/users/f/fuzednotes/files/infusions/pfblog_panel/header.php on line 38
Warning: require_once() [function.require-once]: Unable to access ../../themes/templates/header_include.php in /web/www/frac/users/f/fuzednotes/files/infusions/pfblog_panel/header.php on line 38
Warning: require_once(../../themes/templates/header_include.php) [function.require-once]: failed to open stream: No such file or directory in /web/www/frac/users/f/fuzednotes/files/infusions/pfblog_panel/header.php on line 38
Fatal error: require_once() [function.require]: Failed opening required '../../themes/templates/header_include.php' (include_path='.:/usr/share/php:/usr/share/pear:/web/www/include'
same 4 me too
The same problem!!!
Same...
header.php change
this
echo "<script type='text/javascript' src='".INCLUDES."jquery.js'></script>\n";
require_once THEMES."templates/header_include.php";
echo "</head>\n<body>\n";
require_once INFUSIONS."pfblog_panel/panels.php";
ob_start();
?>
so
echo "<script type='text/javascript' src='".INCLUDES."jquery.js'></script>\n";
require_once INFUSIONS."pfblog_panel/panels.php";
echo "</head>\n<body>\n";
ob_start();
?>
Forget this system. Its VERY buggy and not working !!!!
If you dont have much php knowledge ... forget it.
If there is still support for this blog system I would like to point out an error message I receive in the admin listed below:
ELECT DISTINCT ent.nEntryId,ent.nUserAdded,ent.cTitle,ent.dAdded,usr.user_name,ent.cStatus,ent.nComments FROM v_blog_entries ent INNER JOIN v_users usr ON ent.nUserAdded=usr.user_id LEFT OUTER JOIN v_blog_entry_categories entcat ON ent.nEntryId=entcat.nEntryId ORDER BY ent.dAdded DESC LIMIT 0,"
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1Error
can someone explain thx