Gossamer Forum
Home : Products : Links 2.0 : Discussions :

"The Document Contains no Data"

Quote Reply
"The Document Contains no Data"
I have dumped CSS. When I BUILD ALL, everything seems to work fine:

OPENING PAGE, NEW, COOL, TOP RATED index.html pages all work. (e.g. http://www.cellsalive.net/links/pages/New)

BUT the other index.html pages (e.g. http://www.cellsalive.net/links/pages/First_Category)
give the message "Document contained no data".

By FTP, I see that the index.html category files appear, but when I try to fetch a copy, again get the "empty" message.

Any suggestions where to look for the error creating these files?
Quote Reply
Re: "The Document Contains no Data" In reply to
Make sure that the directories are changed to 777 (you should've already changed the permission of your main LINKS non-cgi-bin directory to 777).

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------








Quote Reply
Re: "The Document Contains no Data" In reply to
Eliot,

Those directories are all 777.

LINKS is writing readable files to /New, /Cool, /TopRated directories.

LINKS is writing unreadable files to the category folders. I can delete those files, do a ReBuild. New index.html's are created in those directories, but again they are unreadable.

Jim
Quote Reply
Re: "The Document Contains no Data" In reply to
The problem is most likely related to your meta tags in your category.html file.

Make sure they look like the following:

Code:
<%if meta_name%>
<meta name="description" content="<%meta_name%>">
<%endif%>
<if meta_keywords%>
<meta name="keywords" content="<%meta_keywords%>">
<%endif%>

When I opened the index.html file in the First Category (which I don't know why you are naming the Category in this manner), I get the following HTML Source Code:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>

Hope this helps.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------