prpblem
What's the error message?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Same problem
Hi Klemen,
I'm having the same problem. The message is simply:
An error occured:
You are not authorized to view this page!
Back to the previous page
Any suggestions?
I'm having the same problem. The message is simply:
An error occured:
You are not authorized to view this page!
Back to the previous page
Any suggestions?
Hi,
That must be an error with the server/folder setup, let me know what your URL is and I will check it out.
Regards,
That must be an error with the server/folder setup, let me know what your URL is and I will check it out.
Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Hi,
I am suspecting something, but need more info. Please proceed like this:
1. Create a new text document in Notepad and write this inside:
<?php
echo phpinfo();
?>
2. Save this file as "phpinfo.php" and upload it to your server.
3. Tell me the URL of this file
I will be able to tell you more when I have that info.
Regards,
I am suspecting something, but need more info. Please proceed like this:
1. Create a new text document in Notepad and write this inside:
<?php
echo phpinfo();
?>
2. Save this file as "phpinfo.php" and upload it to your server.
3. Tell me the URL of this file
I will be able to tell you more when I have that info.
Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Download this file and upload it over the original one:
http://www.phpjunkyard.com/dnl/index.zip
Any luck?
http://www.phpjunkyard.com/dnl/index.zip
Any luck?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Ok, this one got me thinking...
Download this file
http://www.phpjunkyard.com/dnl/index_debug.zip
upload it to your CCount folder and let me know when you do, will see if I get any ideas...
Regards
Download this file
http://www.phpjunkyard.com/dnl/index_debug.zip
upload it to your CCount folder and let me know when you do, will see if I get any ideas...
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Problem solved
Thanks Klemen,
your last download has solved the problem .
Kind greetings,
Roland
your last download has solved the problem .
Kind greetings,
Roland
I'm having this same problem. I tried to download the file at http://www.phpjunkyard.com/dnl/index.zip but it was not available. Is this file still available somewhere for me to try?
Thanks!!!
Respectfully,
namednad
Thanks!!!
Respectfully,
namednad
After doing more searching in the forums, I've downloaded and have uploaded PHPINFO.PHP, SESSION_TEST.PHP, & SESSION_TEST2.PHP to my ccount folder at http://surveyplat.com/ccount/
I'm having this problem on my son's website hosted by iPowerWeb.com I have installed and am successfully using CLICK COUNTER on one of my websites hosted by addr.com
I'm having this problem on my son's website hosted by iPowerWeb.com I have installed and am successfully using CLICK COUNTER on one of my websites hosted by addr.com
Your sessions aren't working. Try opening file index.php in Notepad (or Wordpad), then just below this code:
paste
Save, upload to server, close all browser windows then see if it helps. If not try the path above without "public_html/"
Code: Select all
define('IN_SCRIPT',1);
Code: Select all
session_save_path('/home/users/web/b2291/ipw.drkellog/public_html/cgi-bin/tmp');
ini_set('session.use_trans_sid',0);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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