View previous topic :: View next topic |
Author |
Message |
pinoynmotion -
Joined: 16 Jul 2004 Posts: 10 Location: san jose, ca
|
Posted: Fri Jul 16, 2004 7:49 pm Post subject: i need help installing PAFILEDB--- |
|
|
hi i need help installing it.. i did unzip it but i forgot what to do next.. readme / install didnt tell much.. this is where im at- ---
http://66.218.52.139/pafiledb/pafiledb.php
please respond quick..
if you have aim -- my sn = Pinoynmotion
thanks |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 16, 2004 7:55 pm Post subject: |
|
|
These are notices , you could have done a search and found your answer a
little faster but I will be nice enough to tell you how to solve this problem.
01. Open php.ini in C:\Windows or C:\Winnt
and find error_reporting = E_ALL;
02. Change error_reporting = E_ALL; to
error_reporting = E_ALL & ~E_NOTICE;
Note: You can also find the directive display_errors = On
and change it to display_errors = Off , Did that work ?
Also if your not good with editing text , their is a GUI to the
php.ini that AnalogX developers created , Good Luck!
http://www.snapfiles.com/get/phpconfig.html |
|
Back to top |
|
 |
pinoynmotion -
Joined: 16 Jul 2004 Posts: 10 Location: san jose, ca
|
Posted: Fri Jul 16, 2004 8:07 pm Post subject: |
|
|
yea its fixed. thanks alot. sorry for your time. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 16, 2004 8:09 pm Post subject: |
|
|
You weren't wasting my time , I help alot of people on this forum even
if the answer was already answered , you should check out that GUI :) |
|
Back to top |
|
 |
pinoynmotion -
Joined: 16 Jul 2004 Posts: 10 Location: san jose, ca
|
Posted: Fri Jul 16, 2004 9:11 pm Post subject: |
|
|
yea i checked it out. easier to modify the php.ini file :-p |
|
Back to top |
|
 |
|