Welcome Guest, Not a member yet? Register   Sign In
I think my website got hacked
#21

Your session_save_path is null. So it is saving the session files into the root directory.
Reply
#22

(12-21-2015, 09:01 AM)mr_pablo Wrote: Your session_save_path is null. So it is saving the session files into the root directory.

If you had read this thread you would have seen that this was already mentioned. Something strange is going on because the session files should be prefixed with ci_session. And those file are not
Reply
#23

(12-19-2015, 08:08 PM)ardavan Wrote:
(12-17-2015, 01:45 AM)Martin7483 Wrote: Strange thing is in your config you have this:
PHP Code:
$config['sess_cookie_name'] = 'ci_session'
Meaning the session filenames should start with ci_session follow by the session_id. And that is also not the case.
Are you the only one working on this project? And if you can, check the current online version to a version that was working before this error started

Hey Martin ,
yes I'm the only one person who is working on this project. actually it was the online version that I've post.
i think my website was working for 15 days and then that happened! But my tech support from the server said: I've update your php version from 5.4 to 5.5 so the problem solved!

How does updating to 5.5 solve this issue? You did not have this issue at first when it was already running under 5.4. So I think your hostingprovider must have changed something. For example, the default session path under 5.4. Still does not explain why it is not being prefixed with ci_session
Reply
#24

(12-22-2015, 02:05 AM)Martin7483 Wrote:
(12-21-2015, 09:01 AM)mr_pablo Wrote: Your session_save_path is null. So it is saving the session files into the root directory.

If you had read this thread you would have seen that this was already mentioned. Something strange is going on because the session files should be prefixed with ci_session. And those file are not

Nice attitude.

I read the first page then replied, not realising there were 2 more pages.
Reply
#25

(12-22-2015, 02:59 AM)mr_pablo Wrote: Nice attitude.

I read the first page then replied, not realising there were 2 more pages.

Sorry.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB