Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to on debug in phpfox

Ankit Agrawal
Ankit Agrawal
Published on June 24, 2014 · 1 min read

there are 2 ways

1 : Backend

(a)go to admincp
admincp->manage setting ->debug
(b)select required debug level and then save

2 : Frontend

(a)go to include/setting/constant.sett.php
(b)define(‘PHPFOX_DEBUG’, false);
(c)replace it with define(‘PHPFOX_DEBUG’, true);
(d)save

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article what is use of “@” in php Next Article → How to enable ajax browsing ?