You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i am fairly new to PHP. I have managed to install Hero to my local server successfully. I am using xampp on Windows. My issue is that most pages that i access from the control panel are flooded with the same PHP error message though the line numbers vary: A PHP Error was encountered
Severity: Notice
Message: Undefined variable: week
Filename: MX/Loader.php(291) : eval()'d code
Line Number: 19
Seeing that on windows i dont have the ability to run cronjobs, im wondering if that may be part of the problem.
Ive gone directly into the MX/Loader.php file and couldnt find any irregularities except that the line numbers dont seem to match up.So i have no idea of where these errors are stemming from.
Ive tried turning off some of the error log messages. Didnt work...
Thank for any help.
The text was updated successfully, but these errors were encountered:
The problem is that Hero has become incompatible with later versions of PHP. I just recently started working on upgrading the core in a forked copy I have. It's a somewhat painful process because Hero development stopped long ago, so it's a lot of work. one issue I've run into is that the MX library is not compatible with the latest CI update, so that mus be tweaked as well. I hope to have time to finish all my updates soon.
On Fri, Feb 17, 2017 at 1:23 PM, Jason Baier ***@***.***> wrote:
The problem is that Hero has become incompatible with later versions of
PHP. I just recently started working on upgrading the core in a forked copy
I have. It's a somewhat painful process because Hero development stopped
long ago, so it's a lot of work. one issue I've run into is that the MX
library is not compatible with the latest CI update, so that mus be tweaked
as well. I hope to have time to finish all my updates soon.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQvb_SGk3BTpr1OxJ1azRXa-k2uwC2MWks5rdeWKgaJpZM4MEjJG>
.
Hi i am fairly new to PHP. I have managed to install Hero to my local server successfully. I am using xampp on Windows. My issue is that most pages that i access from the control panel are flooded with the same PHP error message though the line numbers vary:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: week
Filename: MX/Loader.php(291) : eval()'d code
Line Number: 19
Seeing that on windows i dont have the ability to run cronjobs, im wondering if that may be part of the problem.
Ive gone directly into the MX/Loader.php file and couldnt find any irregularities except that the line numbers dont seem to match up.So i have no idea of where these errors are stemming from.
Ive tried turning off some of the error log messages. Didnt work...
Thank for any help.
The text was updated successfully, but these errors were encountered: