3

I'm using PHPDesktop for my project. My application was developed in codeigniter. Everything was fine, then I changed to phpdesktop, I did some configurations but only the first page is working, when I change to another page, only shown a blank page with no errors, some ideas?

Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

1

See Codeigniter example configuration for phpdesktop: https://github.com/cztomczak/phpdesktop/wiki/PHP-frameworks-support#codeigniter

Also check debug.log file or enable debug console in settings.json.

Czarek Tomczak
  • 20,079
  • 5
  • 49
  • 56