Simply "Error"

Post your Click counter digestion problems here
Post Reply
divineiniquity
Posts: 2
Joined: Mon Jan 07, 2008 10:33 am

Simply "Error"

Post by divineiniquity »

I am sorry to not being able to give more information in the subject line but this was all that the script gave me to work with. This problem only just rose recently for me which is really strange.

My script is currently at 429 links exactly and upon trying to add my 430th link I get this message:
ERROR



An error occured:

You are not authorized to view this page!
Followed by a link that takes me back to the index.php page. Of course by then I have to log in once again and I'm back at square 1. This was during script v1.1 only a few days ago and I really don't know why it's happening.

I consulted your site and installed v1.2 of the script. That didn't help.

Next I followed more instructions and changed the CHMOD permissions of clicks.txt and ids.txt (or whatever they're called) to "0666" or simply 666 I think. I am still getting the same message.

Furthermore, at the bottom of the index.php page is this:
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
This may be the source of the problem but I lack knowledge in php and don't understand what it means.

What I have been doing over time is manually editing the clicks.txt file by replacing certain links for some IDs but the script worked fine all the time until now. Someone please explain. I know I can manually add links (I think) but obviously I want the script to do it's job.

Thank you.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

It's a problem with sessions and exactly what it says: No space left on device

Ask your host to empty "/tmp" folder (and make sure it's writable) or make it larger.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
divineiniquity
Posts: 2
Joined: Mon Jan 07, 2008 10:33 am

Post by divineiniquity »

Oh, so it's to do with my host's webserver and them simply not taking care of it properly right? Nothing to do with me?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Yes.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply