Raised This Month: $51 Target: $400
 12% 

HLstatsx website install issue


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Jupit3r
Member
Join Date: Mar 2014
Old 04-07-2014 , 10:03   HLstatsx website install issue
Reply With Quote #1

Hello,

I am following this insall guide http://lart2150.com/forum/viewtopic.php?f=6&t=29

If I go to my website I get this error:

Warning: session_start(): Cannot find save handler 'C:\WINDOWS\Temp' - session startup failed in C:\Webdownloads\stats\hlstats.php on line 65

Any ideas?

Last edited by Jupit3r; 04-07-2014 at 11:24.
Jupit3r is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 04-07-2014 , 11:24   Re: HLstatsx website install issue
Reply With Quote #2

maybe the database crashed
Edit: Also you removed the line that says the database might of crashed.
Try: https://forums.alliedmods.net/showth...=201556&page=3

Last edited by WildCard65; 04-07-2014 at 11:25.
WildCard65 is offline
Jupit3r
Member
Join Date: Mar 2014
Old 04-07-2014 , 11:42   Re: HLstatsx website install issue
Reply With Quote #3

Hi,

http://81.171.156.81/stats/hlstats.php

I'm trying to use mysql to repair ut no luck, I don't have myphpadmin, I use Windows 2003, IIS, Pearl, PHP5.4.

Error:

mysql> REPAIR TABLE 'hlstats_actions'
->

Says Teamfortress2 at the top too, I wan thtis to be a HL1DM server.

Last edited by Jupit3r; 04-07-2014 at 11:43.
Jupit3r is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 04-07-2014 , 11:52   Re: HLstatsx website install issue
Reply With Quote #4

try typing this:
Code:
REPAIR TABLE 'hlstats_actions';
the ";" is important, it tells mysql that the line needs terminating, without it in the command line client, it won't execute until you add the ";"
WildCard65 is offline
Jupit3r
Member
Join Date: Mar 2014
Old 04-07-2014 , 11:54   Re: HLstatsx website install issue
Reply With Quote #5

Here is the output:

-> REPAIR TABLE 'hlstats_actions';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near ''hlst
ats_actions'

REPAIR TABLE 'hlstats_actions'' at line 1
Jupit3r is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-07-2014 , 11:57   Re: HLstatsx website install issue
Reply With Quote #6

Permissions Error, the user that PHP is being run under is unable to save files to that folder
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Jupit3r
Member
Join Date: Mar 2014
Old 04-07-2014 , 12:00   Re: HLstatsx website install issue
Reply With Quote #7

Which folder is this?
Jupit3r is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-07-2014 , 12:17   Re: HLstatsx website install issue
Reply With Quote #8

Quote:
Originally Posted by Jupit3r View Post
Warning: session_start(): Cannot find save handler 'C:\WINDOWS\Temp' - session startup failed in C:\Webdownloads\stats\hlstats.php on line 65
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Jupit3r
Member
Join Date: Mar 2014
Old 04-07-2014 , 13:12   Re: HLstatsx website install issue
Reply With Quote #9

I added the iis 6 anonymous account to the temp folder and it didnt fix the issue, also if i go to the hlstats site of mine and then go to admin it doesnt accept my sql username or password any ideas guys?
Jupit3r is offline
sixten_8_9@
Senior Member
Join Date: Jun 2009
Location: Sweden
Old 04-07-2014 , 13:54   Re: HLstatsx website install issue
Reply With Quote #10

Quote:
Originally Posted by Jupit3r View Post
Hello,

I am following this insall guide http://lart2150.com/forum/viewtopic.php?f=6&t=29

If I go to my website I get this error:

Warning: session_start(): Cannot find save handler 'C:\WINDOWS\Temp' - session startup failed in C:\Webdownloads\stats\hlstats.php on line 65

Any ideas?
CHANGE THIS IN PHP.INI!!
FROM:
PHP Code:
session.save_handler /tmp
session
.save_path no value 
It should be:

PHP Code:
session.save_handler files
session
.save_path /tmp 


CHECK ERROR ON:
PHP Code:
<?php 
ini_set
('error_reporting'E_ALL); 
session_start(); 
?>
__________________
My Nick name is Nouton^
i have played cs for around 12years+
have build servers for about 12years
my website and my servers are: http://Nouton.se

i host at home did build my own server station for around 1300$.

Last edited by sixten_8_9@; 04-07-2014 at 13:56.
sixten_8_9@ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode