Installation
- How do I add a new domain? (8893 views)
- File permissions (8136 views)
- Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) (7868 views)
- Do I really need a database? (7800 views)
- Do I really need mysql? (7039 views)
- Notice: Undefined index: **** in **** on line ** (6832 views)
Those are PHP warnings. There are useful when developing an application but should be turned off for a production server. You have change the error reporting settings in PHP.
There is a file called
php.iniwith the PHP configuration. In this file, you want to leave reporting of errors but turn off reporting of warnings. Replace the line like
witherror_reporting = E_ALL
This will show all errors except for notices and coding standards warnings.error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
- Error with database: Can't create table '****' (errno: 13) (6606 views)
Usage
- What is the counter mode? (7798 views)
- Images not showing (7617 views)
- I set the cookie, but i still get tracked and I see no 'Admin' text on tracked pages (7600 views)
- Fatal error: Call to undefined function: iconv() in *** on line *** (7559 views)
- How do you use path analysis with phpTrafficA (7528 views)
- Do I need to perform any maintenance? (7434 views)
- Is phpTrafficA free? (7199 views)
- Lots of ??? in OS and browser list (7124 views)
- Tip for ATT (Yahoo) web hosting users (4300 views)
Features
- Can I track HTML pages? (8454 views)
- Can I hide the image (8157 views)
- Can I protect my phpTrafficA folder with a .htaccess file? (7827 views)
- Does phpTrafficA use any cookie? (7251 views)
- Can I clear data for a domain (6788 views)
- Can I personalize the Cookie text? (6758 views)
- Can I delete a domain (6742 views)
- Can I delete data older than 2 months? (6673 views)