The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
4.2 Beta Released - Final Version is coming soon - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: 4.2 Beta Released - Final Version is coming soon (/showthread.php?tid=370)

Pages: 1 2 3


4.2 Beta Released - Final Version is coming soon - mudmin - 02-14-2017

Yeah. We used to use composer's auto load feature. I liked it. It worked for about 95{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} of people, but people with certain configuration options had issues with it, so I went back to just requiring the files manually. It definitely could have been something with my implementation, so I will take another look at it. I hope you're enjoying userspice!



4.2 Beta Released - Final Version is coming soon - mudmin - 02-14-2017

It is on github now under UserSpice4


4.2 Beta Released - Final Version is coming soon - mudmin - 02-14-2017

I don't have this error on any of mine, but the fix makes sense and I will roll it out for 4.2.0b.


4.2 Beta Released - Final Version is coming soon - Brandin - 03-18-2017

My user_settings.php still had this error, I fixed it by doing the fix above of changing line 286 to:
Code:
if(isset($user->data()->oauth_provider) && $user->data()->oauth_provider != null){

Was this fix ever deployed?

Thank you.


4.2 Beta Released - Final Version is coming soon - mudmin - 03-19-2017

I thought it was, but it might not have been. I'm out of town at the moment, but I'll check it out when I get a chance.


4.2 Beta Released - Final Version is coming soon - Brandin - 03-19-2017

No problem, I don't think it was because I am on the latest version and it was still a problem for me.


4.2 Beta Released - Final Version is coming soon - mudmin - 04-16-2017

Sorry this has been forever. Work is getting busy for me. This is going out in 4.2.4 today. Thanks for your help everyone!