Current Page: 1 of 1
Results 1 - 5 of 5
19 years ago
ferellie
Hello, I have done the changes above very carefully, the path to the Temp directory is correct, it still sends out the error below. Could it be a module missing? I'm fishing, really stuck here, sorry to be a pain again. Peter Warning: session_start() : open(../tmp\sess_83aa216c3983ba6bc68bb97a6b35c00c, O_RDWR) failed: No such file or directory (2) in C:\wamp\www\doodlepages\login\include\sessi
Forum: WampServer English
19 years ago
ferellie
I found the line and changed it. Saved it, then restarted ALL services. I'm sorry to ask again but it still doesn't work, same error. Peter session.save_path = C:\WINDOWS\Temp ; ; where N is an integer. Instead of storing all the session files in ; /path, what this will do is use subdirectories N-levels deep, and ; store the session data in those directories. This is useful if you ; or your
Forum: WampServer English
19 years ago
ferellie
It seems to me you'd be a lot better off getting some server space. It's very cheap and you could share all your ideas and sites with your friends and family. Ferellie
Forum: WampServer English
19 years ago
ferellie
I get this error when testing locally. I am not sure which module is missing or how to go about fixing this. Any help would really be appreciated. PS have checked previous posts too. Thank you, Peter Warning: session_start() : open(../tmp\sess_e082fdd637a2a399e21fe78729e6f620, O_RDWR) failed: No such file or directory (2) in C:\wamp\www\doodlepages\login\include\session.php on line 46
Forum: WampServer English
19 years ago
ferellie
Hello and thank you for this forum. My code for searching my table is: // read data from database $result = mysql_query("select * from $table WHERE categories LIKE '%club%' order by id desc limit $rows", $link) or die ("Could not read data because ".mysql_error()); What I want to do is get the value of an input box into the srtring search %club%, so instead of searching fo
Forum: WampServer English
Current Page: 1 of 1