[TH] Library [Deleted]

After the update I'm having this error when posting articles:

Code:
Cannot load class using XFCP. Load the class using the correct loader first.
XenForo_Autoloader->autoload()
spl_autoload_call() in Waindigo/Library/DataWriter/Article.php at line 8
include() in XenForo/Autoloader.php at line 119
XenForo_Autoloader->autoload() in XenForo/Application.php at line 1000
XenForo_Application::autoload() in XenForo/Application.php at line 450
XenForo_Application::resolveDynamicClass() in XenForo/DataWriter.php at line 2012
XenForo_DataWriter::create() in Waindigo/Library/ControllerPublic/Library.php at line 315
Waindigo_Library_ControllerPublic_Library->actionAddArticle() in XenForo/FrontController.php at line 337
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134...
 
I get this error when i try to post an article.

Cannot load class using XFCP. Load the class using the correct loader first.
  1. XenForo_Autoloader->autoload()
  2. spl_autoload_call() in Waindigo/Library/DataWriter/Article.php at line 8
  3. include() in XenForo/Autoloader.php at line 119
  4. XenForo_Autoloader->autoload() in XenForo/Application.php at line 1000
  5. XenForo_Application::autoload() in XenForo/Application.php at line 450
  6. XenForo_Application::resolveDynamicClass() in XenForo/DataWriter.php at line 2012
  7. XenForo_DataWriter::create() in Waindigo/Library/ControllerPublic/Library.php at line 315
  8. Waindigo_Library_ControllerPublic_Library->actionAddArticle() in Waindigo/CustomFields/Extend/Waindigo/Library/ControllerPublic/Library.php at line 96
  9. Waindigo_CustomFields_Extend_Waindigo_Library_ControllerPublic_Library->actionAddArticle() in XenForo/FrontController.php at line 337
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /data/www/xen/index.php at line 13
 
Interesting, so its kind of like pages but you can do pagination with them, for multiple pages on an article?
 
Waindigo updated Library by Waindigo with a new update entry:
Still getting this error when creating notices, assuming it's the same problem, just in a different place:
Server Error
Cannot load class using XFCP. Load the class using the correct loader first.
  1. XenForo_Autoloader->autoload()
  2. spl_autoload_call() in Waindigo/SocialGroups/Model/SocialForum.php at line 7
  3. include() in XenForo/Autoloader.php at line 119
  4. XenForo_Autoloader->autoload() in XenForo/Application.php at line 1000
  5. XenForo_Application::autoload() in XenForo/Application.php at line 450
  6. XenForo_Application::resolveDynamicClass() in XenForo/Model.php at line 189
  7. XenForo_Model::create() in Waindigo/SocialNotices/Extend/XenForo/ControllerAdmin/Notice.php at line 16
  8. Waindigo_SocialNotices_Extend_XenForo_ControllerAdmin_Notice->_getNoticeAddEditResponse() in XenForo/ControllerAdmin/Notice.php at line 46
  9. XenForo_ControllerAdmin_Notice->actionAdd() in XenForo/FrontController.php at line 337
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/tvbrain/public_html/admin.php at line 13
 
ErrorException: Undefined offset: 7 - library/XfAddOns/Blogs/Model/BlogKey.php:44
Сгенерирована пользователем: Неизвестная учётная запись, Сегодня, в 09:54
Трассировка стэка
#0 /home/s/sm42/forum.***.su/public_html/library/XfAddOns/Blogs/Model/BlogKey.php(44): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/home/s/sm42/fo...', 44, Array)
#1 /home/s/sm42/forum.***.su/public_html/library/XfAddOns/Blogs/Cron/CreateBlogKeys.php(43): XfAddOns_Blogs_Model_BlogKey->getBlogKey(Array)
#2 /home/s/sm42/forum.***.su/public_html/library/XfAddOns/Blogs/Cron/CreateBlogKeys.php(17): XfAddOns_Blogs_Cron_CreateBlogKeys->processKeys()
#3 [internal function]: XfAddOns_Blogs_Cron_CreateBlogKeys::runBlogKeys(Array)
#4 /home/s/sm42/forum.***.su/public_html/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#5 /home/s/sm42/forum.***.su/public_html/library/XenForo/Deferred/Cron.php(22): XenForo_Model_Cron->runEntry(Array)
#6 /home/s/sm42/forum.***.su/public_html/library/XenForo/Model/Deferred.php(198): XenForo_Deferred_Cron->execute(Array, Array, 9.99999785423, '')
#7 /home/s/sm42/forum.***.su/public_html/library/XenForo/Model/Deferred.php(321): XenForo_Model_Deferred->runDeferred(Array, 9.99999785423, '', false)
#8 /home/s/sm42/forum.***.su/public_html/library/XenForo/Model/Deferred.php(274): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#9 /home/s/sm42/forum.***.su/public_html/deferred.php(18): XenForo_Model_Deferred->run(false)
#10 {main}
Содержимое запроса
array(3) {
["url"] => string(37) "http://forum.***.su/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(4) {
["_xfRequestUri"] => string(1) "/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}

I do not know who is guilty of this error.
 
Looks like a problem with the Blogs add-on. Nothing to do with this one.

Easiest way to check is to disable each add-on and see if the error still appears.
 
Hi got a slight problem ...

In my list of Libraries that I have I have set up, the last article info to the right does not pull through the avatar
Also, In my article list the creation date is not displayed
 
Hi got a slight problem ...

In my list of Libraries that I have I have set up, the last article info to the right does not pull through the avatar
Also, In my article list the creation date is not displayed
I think this is as designed. Can you post a screenshot?
 
Wow, this is a great addon! I'm wondering if there are any thoughts / plans to support:
  1. View counts of articles (and ability to sort by view-count on library list page)
  2. I see a lot of discussion about supporting comments on articles. I don't believe this is implemented, but I do see people suggesting that custom fields can be added so people can manually link to a discussion thread related to the article. Will in-article comments or discussion be eventually added?
Thanks for this great addon!
 
Is there a way to use this so it mimicks the Page node feature, but has pagination? I want to list these with nodes as tabs, but not have them listed like a forum node list.
 
Yes, but it does it in a really awful way so it was removed as a core feature. To add it back, you have to have Custom Fields installed and then you need to import the custom thread field that is included in the zip folder: field-waindigo_select_library.xml.

I don't see that xml file in the zip for either add-on.
 
That works pretty good for creating a thread. Can an option be added to the custom field so we can change the posted text on a per node basis? Such as, in a certain forum I would like the tab to say "Story" not "Article." The same for the first line posted in the thread.
 
Last edited:
Back
Top Bottom