Hi all,
I have a big problem that I try unsuccessfully to solve all day .. the problem is, that I have installed a script called "PHP links", but something strange happens. Whatever I click from the menu, or whatever info I try to change in the admin panel, there is no result of any kind - I either cannot move through the different categories, or the info remains unchanged after I press "proceed". As if I have done no clicking or a change. I wonder if the problem is with the server I use (sorry that I can't give a link, because the access is restricted only to IPs of my country), or there is a problem with the script(http://sourceforge.net/projects/phplinks/)... Hope that you have a suggestion... because this is what I read while trying to find a solution, though now written in relation with my script:
Q: Why when I click on a link, nothing happens ?
A: You need do not have php_track_vars turned on. To do this you can add "php3_track_vars on" to your httpd.conf file in Apache. Or you could create a .htaccess file in your root web server directory and add "php3_track_vars on" to it. Please read the php documentation if you have any questions.
So I hope that you can tell me if that's just my problem... Thank you in advance.