Advertisement:

Author Topic: nusoap e_strict error  (Read 1322 times)

rpedretti

  • Newbie
  • *
  • Posts: 28
nusoap e_strict error
« on: August 04, 2011, 05:53:27 pm »
Hello!

I'm trying to use nusoap to get some data from a Web Service. I've tested the code outside osclass and it worked. Inside osclass, when I try to install my plugin with the tested code, i get an, error(in attachmnt).

I read that 'gettimeofday', as well as 'strftime', raise e_strict, and osclass don't allow it. How can i solve this?

thanks!

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: nusoap e_strict error
« Reply #1 on: August 04, 2011, 06:37:40 pm »
Can you set the default_time_zone in the config.php? It would fix your issue.

rpedretti

  • Newbie
  • *
  • Posts: 28
Re: nusoap e_strict error
« Reply #2 on: August 11, 2011, 12:48:43 am »
It Worked! Thanks!