Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP7 and WebERP
05-03-2016, 06:09 PM,
#11
RE: PHP7 and WebERP
I notice that one of the changes has been actioned but not the rest. Any chance of the rest of this being done?

Thanks
Tim
Reply
05-04-2016, 08:26 AM,
#12
RE: PHP7 and WebERP
(05-03-2016, 06:09 PM)falkoner Wrote: I notice that one of the changes has been actioned but not the rest. Any chance of the rest of this being done?

Thanks
Tim

I really don't understand why you ask for others to commit work you claim to have done, when you know you already have access to commit to the svn repository.
   
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply
05-07-2016, 06:21 PM,
#13
RE: PHP7 and WebERP
In the hate page you wrote about me you said you had removed my access because I spelt a css class noPrint instead of noprint.

It is my fault for believing that you might have told the truth.

Tim

ps Every time you remove this post you just highlight the fact that you lied. Better not to tell lies about fellow developers in the first place.
Reply
09-06-2016, 06:26 AM,
#14
RE: PHP7 and WebERP
Sad that these PHP 7.0 changes I highlighted months ago have still not been applied :-(

Tim
Reply
10-19-2016, 07:19 AM, (This post was last modified: 10-20-2016, 09:49 AM by tharpchuck.)
#15
RE: PHP7 and WebERP
to stop the warnings I commented out line 44 of config php
// error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);

There might be a better way. but at least It does run for me.
till the classes get replaced/fixed.

Also you should understand the error_reporting and how much and when ..
Like turn it back on as soon as you can or at least send to log.
Leaving it off is not a good Idea.
Reply
12-01-2016, 10:14 PM,
#16
RE: PHP7 and WebERP
These changes have still not been committed which means that things like custom reports don't run in PHP 7.0

As I have said before to fix the reportwriter issue line 364 of reportwriter/WriteReport.inc should read:

if ($QtrEnd==4 OR $QtrEnd==6 OR $QtrEnd==9 OR $QtrEnd==11) { $TotalDays=30; }

not

if ($QtrEnd==04 OR $QtrEnd==06 OR $QtrEnd==09 OR $QtrEnd==11) { $TotalDays=30; }

Tim
Reply
12-03-2016, 09:11 AM, (This post was last modified: 12-03-2016, 09:22 AM by TurboPT.)
#17
RE: PHP7 and WebERP
Tim: condition change committed.
Reply
12-03-2016, 06:17 PM,
#18
RE: PHP7 and WebERP
Thanks Paul.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)