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
Cron Manager - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Modifications and Hackery (https://userspice.com/forums/forumdisplay.php?fid=29)
+--- Thread: Cron Manager (/showthread.php?tid=660)

Pages: 1 2 3


Cron Manager - mudmin - 08-06-2017

I got it fixed. Not sure what was up, but it's working now! Thanks!


Cron Manager - mudmin - 08-06-2017

Regarding your fetchAllPAgesNew function, I just updated the existing fetchallpages...so you shouldn't need that.

You're also going to get a ton of cannot redeclare function errors but they should be super easy to fix.


Cron Manager - Brandin - 08-06-2017

I'll be manually rolling out the update once we go into beta/stable release so we should be good Smile


Cron Manager - mudmin - 08-06-2017

for the uname_small_from_id do you just want an option of echoUser without ucfirst on the username?


Cron Manager - Brandin - 08-06-2017

I started using echouser as First Name Last Name, so can we maybe have an echouser and echousername??? Big Grin Pleeeeease? :p If we can, yes I would want an option without the ucfirst.


Cron Manager - mudmin - 08-06-2017

Ok...since I'm blowing up this forum...the only thing that isn't working on the reauth is the checkbox from admin_page


Cron Manager - Brandin - 08-06-2017

Maybe this?

On line 37 I have
Code:
$pageDetails = fetchPageDetailsNew($pageId); //Fetch information specific to page
so I swapped the pageDetails function - maybe this is why?


Cron Manager - mudmin - 08-06-2017

I'm good with that. Or you can just put it in usersc/custom functions. Either way.


Cron Manager - mudmin - 08-06-2017

Ok. I just added it into the us_helpers as echousername. I hate that I didn't do echoUser on the other one, but I'll just keep these both lowercase.


Cron Manager - Brandin - 08-06-2017

You're gonna have to change the default function anyways because we need to pull reAuth in the page details - pretty sure that was my reason for changing it.

And great - thanks!