Page 1 of 2
prpblem
Posted: Wed Feb 23, 2005 2:06 am
by guest
did the setup stuff and set it up then when i try to add a link it
says an error occured and rerirects me back to the login page and if i
try again it just does the same thing
Posted: Wed Feb 23, 2005 9:25 am
by Klemen
What's the error message?
Same problem
Posted: Fri Mar 18, 2005 4:05 pm
by Roland
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?
Posted: Fri Mar 18, 2005 4:16 pm
by Klemen
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,
same problem
Posted: Fri Mar 18, 2005 5:45 pm
by Roland
Posted: Fri Mar 18, 2005 7:22 pm
by Klemen
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,
same problem
Posted: Fri Mar 18, 2005 8:16 pm
by Roland
OK, I've posted it in the root directory.
Posted: Fri Mar 18, 2005 9:10 pm
by Klemen
Download this file and upload it over the original one:
http://www.phpjunkyard.com/dnl/index.zip
Any luck?
No Luck
Posted: Sat Mar 19, 2005 6:47 am
by Roland
Sorry Klemen,
no luck.
?
Posted: Sat Mar 19, 2005 11:38 am
by Klemen
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
Problem solved
Posted: Sun Mar 20, 2005 4:27 pm
by Guest
Thanks Klemen,
your last download has solved the problem .
Kind greetings,
Roland
Posted: Wed Jun 29, 2005 2:59 pm
by munnaz
thanks man it worked 4 me as well!!!
Posted: Sun Apr 13, 2008 3:14 am
by namednad
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
Posted: Sun Apr 13, 2008 3:37 am
by 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
Posted: Sun Apr 13, 2008 9:39 am
by Klemen
Your sessions aren't working. Try opening file index.php in Notepad (or Wordpad), then just below this code:
paste
Code: Select all
session_save_path('/home/users/web/b2291/ipw.drkellog/public_html/cgi-bin/tmp');
ini_set('session.use_trans_sid',0);
Save, upload to server, close all browser windows then see if it helps. If not try the path above without "public_html/"