Forum Moderators: coopster

Message Too Old, No Replies

PHP problem (links not working in script)

PHP problem (links not working in script)

         

totage

4:49 am on Feb 25, 2008 (gmt 0)

10+ Year Member



I just installed a script, but when I click on links, nothing happens. No errors are logged, no errors come up, nothing. Nothing at all seems to happen when I click on a link.

I have all PHP files set to 755, directories and txt files set to 777

I tried switching the PHP files from 755 to 666, still nothing.

What could be happening here? No errors are coming up, and there's no errors in the error log.

surrealillusions

9:57 am on Feb 25, 2008 (gmt 0)

10+ Year Member



Are you links pointing somewhere? Are the links to pages or links to other things like tags further down the page, or images, or pop up windows? What type of script is it that you installed?

:)

totage

11:04 pm on Feb 25, 2008 (gmt 0)

10+ Year Member



Thanks for the response,

The links seem to be variables, I guess (?).

Example,

index.php?action=signup

index.php?action=members

[edited by: coopster at 12:34 am (utc) on Feb. 26, 2008]
[edit reason] no personal urls please TOS [webmasterworld.com] [/edit]

surrealillusions

10:27 am on Feb 26, 2008 (gmt 0)

10+ Year Member



You need to make sure that those actions exist.

This is beyond my php knowledge though...Try looking at how the script works. If theres other 'variable links' that work, see why they do, and why the others dont.

If none of them work, post us an example of the script.

:)

totage

10:33 pm on Feb 26, 2008 (gmt 0)

10+ Year Member



Thanks for the response,

I got it fixed now, apprently the script was written poorly, so I had to add some code to the top of each page. IDK, I'm still learning PHP.