[TH] Library [Deleted]

Just installed fresh, no previous copies, and cannot access Library at all. Continually get a 500 Internal Server Error, and when trying to Uninstall, get the same thing.
 
Just installed fresh, no previous copies, and cannot access Library at all. Continually get a 500 Internal Server Error, and when trying to Uninstall, get the same thing.
I think there is an issue with PHP 5.2 if you don't have Nodes As Tabs installed. The solution is to upgrade your PHP or to install Nodes As Tabs. I am working on a better fix.
 
Seeing a lot of the same errors in my server error log


ErrorException: Argument 1 passed to Waindigo_Library_ControllerPublic_ArticlePage::_assertCanEditArticlePage() must be an array, boolean given, called in /home/z22se/public_html/forum/library/Waindigo/Library/ControllerPublic/ArticlePage.php on line 87 and defined - library/Waindigo/Library/ControllerPublic/ArticlePage.php:306
Generated By: Unknown Account, Today at 7:42 PM


#0 /home/z22se/public_html/forum/library/Waindigo/Library/ControllerPublic/ArticlePage.php(306): XenForo_Application::handlePhpError(4096, 'Argument 1 pass...', '/home/z22se/pub...', 306, Array)
#1 /home/z22se/public_html/forum/library/Waindigo/Library/ControllerPublic/ArticlePage.php(87): Waindigo_Library_ControllerPublic_ArticlePage->_assertCanEditArticlePage(false, false, false)
#2 /home/z22se/public_html/forum/library/XenForo/FrontController.php(310): Waindigo_Library_ControllerPublic_ArticlePage->actionEdit()
#3 /home/z22se/public_html/forum/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/z22se/public_html/forum/index.php(13): XenForo_FrontController->run()
#5 {main}


array(3) {
["url"] => string(50) "http://www.z22se.co.uk/forum/article-pages/25/edit"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}




Article 25 doesn't exist (that was the one I had issues with in the previous version). Only I have edit permissions, so not sure who or why this is trying to be edited??
 
Found it's google trying to access the page, but if you add the URL, you just get a page displaying the full error.


z22se@z22se.co.uk [~/access-logs]# grep "/article-pages/25/edit" z22se.co.uk
66.249.71.15 - - [25/Jun/2012:19:42:28 +0100] "GET /forum/article-pages/25/edit HTTP/1.1" 500 6867
"-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
z22se@z22se.co.uk [~/access-logs]#
Thanks. I'll set up a proper error/redirect for this in the next update.
 
Hi Waindigo,

Was just wondering whether you managed to get your thumbnail mod to work with this, so when you create a library and add different articles, you can choose a thumbnail rather then having to use your avatar.

Dave
 
Hi Waindigo,

Was just wondering whether you managed to get your thumbnail mod to work with this, so when you create a library and add different articles, you can choose a thumbnail rather then having to use your avatar.

Dave
Not yet. Been too busy, sorry. Hopefully in the next few weeks...
 
Also noticed in the latest version, that the "Summary" isn't being saved with the rest of the article on creation.

I'm currently having to go back into the article once it's been created, edit article, and then it saves the Summary

Summary also does not show up on article creation and edit article does nothing when clicked. Also the post edit/more options = unspecified error.

And..
ErrorException: Argument 1 passed to Waindigo_Library_ControllerPublic_ArticlePage::_assertCanEditArticlePage() must be an array, boolean given, called in /public_html/library/Waindigo/Library/ControllerPublic/ArticlePage.php on line 87 and defined - library/Waindigo/Library/ControllerPublic/ArticlePage.php:306
 
Getting an error when setting to view in "descending order".
11.webp

Also, I created a 4 page article, and it shows 6 page options.
22.webp
After selecting page 6:
33.webp
 
Waindigo updated Library by Waindigo with a new update entry:

Version 1.2.6 released

Bug fixes:
  • Fixed error with summary field not being saved on initial article creation.
  • Fixed error with page count increasing twice when new page is created.
  • Fixed error that cache rebuilder counts one less than the actual number of pages.
  • Removed hard-coded phrases for the "article" and "discussion" tabs, and removed one no longer used phrase.
  • Replaced non-descriptive error message on missing pages with clean error message.
  • Fixed styling error when using the...

Read the rest of this update entry...
 
Thanks for the update! When can we expect the move feature to be available? Can the move be done manually via DB at the moment?
 
Thanks for the update! When can we expect the move feature to be available? Can the move be done manually via DB at the moment?
Should be able to do it in the database, then rebuild the cache after to fix the article counts.

Hoping to release version 1.3 with lots of new features in the next few weeks...
 
Code:
UPDATE xf_article SET node_id = XXX WHERE article_id = YYY

Then go to ACP > Tools > Rebuild Caches > Rebuild Library Cache
 
I have two errors to report.

1. Users can't seem to edit their own article. Users have all posting permissions enabled (except the one that allows them to create pages on other people's articles), but they don't have the ability to edit their own after posting them/adding a page.

2. A thread was linked to an article, but the article was deleted in an attempt to fix the error reported in number one, which didn't work. Now I'd like to relink the thread to the new article, but it gives me the error that the thread is already linked to an article, even though the old one no longer exists.

Thanks!
 
Hey,

In the Admin Panel I do see an option to Move the Article, but I don't seem to sight any on the front-end. All permissions are on, FYI.
 
Yes, the author has said that the permissions have been implemented, but the functionality is yet to be implemented.
 
Top Bottom