Find programmers and grapic design experts at ScriptLance.com
<? DEW-CODE.COM  
Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:What's up with this software?? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:What's up with this software??
#36
baridoc (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
What's up with this software?? 4 Months, 3 Weeks ago Karma: 0  
I created categories. I created children for those categories.
http://www.lightofearendil.org/links

Top level: Class
Child level: Archer... and others.

I see the top levels.. including 'Class' but see NONE of the children. Which I click on the 'Class' link.. I go nowhere.

When I click on the 'ADD A SITE' link, I go no where. It does nothing.

And.. there is some kind of advertising at the bottom of the page.

What am I doing wrong and how to I get this to work correctly?

Thank you....
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#37
Dewed (Moderator)
Moderator
Posts: 165
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:What's up with this software?? 4 Months, 3 Weeks ago Karma: 6  
The likely cause is you are running a newer version of Apache than the script was developed under, or the Apache config has been tweaked, so that global variables the script expects aren't available, or use a different name. There are also some known problems with register globals being turned off.

Add these lines to the top of the directory file *should* fix either of these causes.

Code:

if ($_POST['submit_add']){$show="add";} if (empty($PATH_INFO)){$PATH_INFO = $_SERVER["REQUEST_URI"];} if (empty($PATH_INFO)){$PATH_INFO = $_SERVER['PATH_INFO'];} if (empty($PATH_INFO)){$PATH_INFO = $_SERVER["ORIG_PATH_INFO"];} if (empty($PATH_INFO)){$PATH_INFO = $HTTP_SERVER_VARS['PATH_INFO'];}
Keep in mind, the directory file is actually a PHP file, it's just lacking the .php file extension. If you need to use an FTP program to download/upload the file for editing, be sure to use ASCII/plain text transfer method.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/04/12 07:54 By Dewed.
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#49
fattymattybrewing (User)
Support Your Local Brewer
Expert Boarder
Posts: 98
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Fatty Matty Brewing Location: Southwestern Wisconsin Birthdate: 1974-11-05
Re:What's up with this software?? 4 Months, 3 Weeks ago Karma: 3  
This sounds all too familiar! And anyone else reading this thread...take note and apply these changes to if these issues sound familiar to you too!
 
Report to moderator   Logged Logged  
 
Lifes Too Short To Drink Crappy Beers
fattymattybrewing.com
  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