Murray Wood
Murray Wood
2.x package: https://github.com/modxcms/Articles/pull/158 3.x package: https://github.com/modxcms/Articles/pull/157
Quip still needs some tweaks to work fully (it gives errors in the log about modAction when running on MODX3). @nsuomine if you're able to try upgrading a clone of...
Hi @visualgui, - What else did the install log say? - Could you try again and post everything from the install console here? - Did you update Articles to version...
@jaygilmore @JoshuaLuckers I just tried installing 2.0.0-alpha1 from the MODX repo and got the same error. The error actually appears when trying to download it, rather than when trying to...
Thanks for reporting back @visualgui Did the installation complete, or did it fail? Or just stop there?
@visualgui Delete your cache if you can. Otherwise, I wonder if the dbfields resolver failed for some reason: https://github.com/modxcms/Articles/blob/develop-3x/_build/resolvers/dbfields.resolver.php If you're able to use PHPMyAdmin (or similar) to look at...
Hi @visualgui, When you get a chance could you check your MODX error log after attempting to load the resource tree, and see if it has any related errors there?
😮 That I have not seen before! Are you using any custom manager templates by any chance? Make sure to delete the cache files in core/cache/ and also try using...
@visualgui Try putting the following in a temporary snippet, add it to a page then run it once. This should fix the articles not loading - if the problem is...
> @muzzwood, I tried your code, but it didn’t work. Do you mean the fix for the container layout, or the SQL query? > I think it might have to...