hi,
I need to use the Book Library Modules, I'm try to find it by google
I found the "PhpMyLibrary-1.0.4b"
I'm try to installed it on
PostNuke 0.750-
RC-2 by following installing instruction(PhpMyLibrary-1.0.4b\polerio\docs\INSTALL)
after I'm done with Initilised-->Activated and would call that
the error message appear : Quote:
Fatal error: Undefined class name 'polerio' in
PostNuke\modules\PhpMyLibrary\index.php on line 87
and that error line is :
line ...
82 include "modules/$ModName/polerio/lang/$lang/MARC.php";
83 include PHPMYLIBRARY_BASE.'config/conf.php';
84 include PHPMYLIBRARY_BASE.'content/HTML.php';
85 include PHPMYLIBRARY_BASE.'lib/Phpmylibrary.php';
86 include PHPMYLIBRARY_BASE.'lib/content.php';
87 Polerio::Init();
88
89 CloseTable();
90 include("footer.php");
91 ?>[/code]
anyone help me please!!! :?