Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  
Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Page Not Found Error (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Page Not Found Error
#11
frank (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Page Not Found Error 8 Months, 1 Week ago Karma: 0  
Nope, it definitely 404s. I tried it again and no difference. After entering the site's address, it automatically redirects to links/directory so, when I refresh, I still get the same result.

I tried to PM you but it doesn't look like you've enabled this feature of the board yet.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#12
Dewed (Moderator)
Moderator
Posts: 229
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Page Not Found Error 8 Months, 1 Week ago Karma: 7  
K, Fireboard doesnt have a built in PM widget, I'll need to add one.

Ok, so index.php is doing what it should.. redirecting to the actual script... Can you use FTP or something to check that the file named "directory" is actually there ?

Also, do you get the exact same result with and without teh trailing backslash ?

/links/directory
and
/links/directory/

both give 404 error ?

what about

/links/directory/5.html
or
/links/directory/5.html?PID=5

if they all give 404... then it seems the file is actually missing
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#13
frank (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Page Not Found Error 8 Months, 1 Week ago Karma: 0  
I just checked with FileZilla and my directory file is still there. I just went through the above urls and for links/directory I got:

SESSION INFO: VARIABLE INFO: EXECUTION INFO: Sessions in links: $usesession
Session string: $PHPSESSID
Session value: $session_value
Session name:$session_name Show: $show
Logic: $logic
Search term: $term
Language: $language
PID: $PID
BASE HREF: $gl[BaseURL]$gl[BasePath]
BasePath :$gl[BasePath]
SiteTitle:$gl[SiteTitle]
path :$PATH_INFO
self :$self
url_array1 :$url_array[1] "; $mtime = microtime(); $mtime = explode(" ",$mtime); $mtime = $mtime[1] + $mtime[0]; $tend = $mtime; $totaltime = ($tend - $tstart); printf ("generated in %f seconds.", $totaltime); print "

--------------------------------------------------------------------------------

MySQL Queries
CATS_SQL: $cats_sql
--------------------------------------------------------------------------------
GTC_QUERY: $gtc_query"; } ?>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#14
Dewed (Moderator)
Moderator
Posts: 229
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Page Not Found Error 8 Months, 1 Week ago Karma: 7  
ok.. so instead of actually running the script, its simply serving the directory file..

Open the directpry file, ensure all opening PHP tags are full PHP tags, and not the shorthand method..

You should see <?php

not just <?

This suggests that your .htaccess file is being ignored.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#15
frank (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Page Not Found Error 8 Months, 1 Week ago Karma: 0  
The opening tag was <? and not <?php. Actually, I found two of these tags.

I changed the tags (first one then both) to <?php but it didn't make a difference.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#17
frank (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Page Not Found Error 8 Months, 1 Week ago Karma: 0  
Could this have anything to do with using php v5? Since I had a choice between php v4 and v5, I thought I might as well go with the later version. My other programs (joomla, phpbb, gallery) don't seem to have a problem.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Newsflash

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008