All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
  Print view

Has anyone ported atk 6.5/6.6/7.0 system to PHP7 "as is".
Author Message
PostPosted: Sat Sep 01, 2018 2:23 am 
Regular
User avatar
Offline

Joined: Thu Aug 25, 2011 9:31 pm
Posts: 310
Location: Mumbai, India
Has anyone ported atk 6.5/6.6/7.0 system to PHP7 "as is". I m not talking about atk9.


Top
 Profile  
 

Re: Has anyone ported atk 6.5/6.6/7.0 system to PHP7 "as i
PostPosted: Wed Apr 03, 2019 5:01 am 
Regular
User avatar
Offline

Joined: Thu Aug 25, 2011 9:31 pm
Posts: 310
Location: Mumbai, India
Any update on this

Simple nodes and ajax etc run well but some complicated nodes where atkdummyattribute and image etc give following erros in atktools.inc

//Fatal error: Uncaught TypeError: Argument 1 passed to atkExceptionHandler() must be an instance of Exception, instance of Error given in D:\xampp\htdocs\VisualAid\atk\atktools.inc:142

the code at 142 is

Code:
  function atkExceptionHandler(Exception $exception) // line 142
  {
    atkdebug($exception->getMessage(), DEBUG_ERROR);
    atkdebug("Trace:<br/>".nl2br($exception->getTraceAsString()), DEBUG_ERROR);
    atkhalt("Uncaught exception: " . $exception->getMessage(), 'critical');
  }

//tried following but error persists
//  function atkExceptionHandler(Throwable $exception)




Top
 Profile  
 

Re: Has anyone ported atk 6.5/6.6/7.0 system to PHP7 "as i
PostPosted: Tue Oct 27, 2020 7:22 pm 
Regular
Offline

Joined: Wed Aug 01, 2007 9:09 am
Posts: 121
did you resolve it


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group