giuseppe
Joined: 26 Dec 2005
Posts: 1
Location: Italy
|
| Posted: Mon Dec 26, 2005 6:43 pm Post subject: set php.ini |
|
|
Hello,
I'm trying to fallow all the steps founded in this forum and in the install guide (off course).
So I tried to install the code in one of my php pages:
°°°
include("../../phpsitestats/inc.func.php");
fl_visits_log("index.log");
°°°
but i had in my pages this result:
"Please set upload_tmp_dir or session.save_path in php.ini"
So in In my php.ini files
I setted:
upload_tmp_dir = C:\Temp
session.save_path = "/"
But now I am having:
Warning: touch(): Unable to create file //index.log_cache because Invalid argument in C:\Programmi\Apache Group\Apache2\htdocs\phpsitestats\inc.func.php on line 870
Warning: file_get_contents(//index.log_cache): failed to open stream: Invalid argument in C:\Programmi\Apache Group\Apache2\htdocs\phpsitestats\inc.func.php on line 872
Warning: fopen(//index.log_cache): failed to open stream: Invalid argument in C:\Programmi\Apache Group\Apache2\htdocs\phpsitestats\inc.func.php on line 878
could not cache index.log
any suggestions?
Thanks to all for your time,
bye
G. |
|