Installation
- How do I add a new domain? (8881 views)
- File permissions (8131 views)
- Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) (7863 views)
- Do I really need a database? (7793 views)
- Do I really need mysql? (7035 views)
- Notice: Undefined index: **** in **** on line ** (6825 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) (6605 views)
Usage
- What is the counter mode? (7796 views)
- Images not showing (7614 views)
- I set the cookie, but i still get tracked and I see no 'Admin' text on tracked pages (7599 views)
- Fatal error: Call to undefined function: iconv() in *** on line *** (7556 views)
- How do you use path analysis with phpTrafficA (7527 views)
- Do I need to perform any maintenance? (7430 views)
- Is phpTrafficA free? (7195 views)
- Lots of ??? in OS and browser list (7122 views)
- Tip for ATT (Yahoo) web hosting users (4298 views)
Features
- Can I track HTML pages? (8453 views)
- Can I hide the image (8154 views)
- Can I protect my phpTrafficA folder with a .htaccess file? (7823 views)
- Does phpTrafficA use any cookie? (7249 views)
- Can I clear data for a domain (6785 views)
- Can I personalize the Cookie text? (6754 views)
- Can I delete a domain (6740 views)
- Can I delete data older than 2 months? (6672 views)