1
miealex
the index page is not showing at all 2.2.4
  • 2006/4/26 19:45

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


(Mod edit to subject for XOOPS version :) )

I made this site. The problem is that the index page is not showing at all.

ALL other pages are showing ok ... I can update all news and such. Please take a quick look at this link or this link for example. They are totally ok.

I also checked for blank spaces after the ?> closing tag of the php files.

Any ideeas why this is happening?

Thanks,
Alex

2
jensclas
Re: the index page is not showing at all 2.2.4

go to this FAQ and work your way through it. If you scroll through the comments they come to be about versions of XOOPS close to 2.2.4...just in case there are otehr possibilities not mentioned.

HTH

3
Quest
Re: the index page is not showing at all 2.2.4
  • 2006/4/26 20:29

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


I am not certain because you have definately manipulated code to present your site. From what I can tell you have commented out a few things in your primary theme.html file. Here are the ones I am talking about:

<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>

<body>
<!-- <{$xoops_sitename}> : <{$xoops_meta_description}> : <{$xoops_pagetitle}> -->
<!-- <{$xoops_meta_keywords}> -->

I have no idea if the ones you commented out after the body tag are affecting anything. But I don't believe you want to comment out the xoops.js. Your pages which you linked in this thread are showing the xoops.js commented out but then recalled with include just after the commenting it out.

Good Luck!

Quest

4
miealex
Re: the index page is not showing at all 2.2.4
  • 2006/4/26 20:51

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


The xoops.js is left untouch as in any other theme. I will put the head section of the theme:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="Pragma" content="no-cache">
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>">
<
meta http-equiv="content-language" content="<{$xoops_langcode}>">
<
meta name="robots" content="index,follow,all">
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>">
<
meta name="author" content="<{$xoops_meta_author}>">
<
meta name="copyright" content="<{$xoops_meta_copyright}>">
<
meta name="generator" content="XOOPS">
<
meta name="subject" content="<{$xoops_meta_keywords}>">
<
meta name="revisit-after" content="2 days">
<
meta name="resource-type" content="document">
<
meta name="distribution" content="global">
<
link href="<{$xoops_url}>/favicon.ico" rel="shortcut icon" type="image/x-icon">
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css">
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>">
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>
</
head>


Any ideeas?

Login

Who's Online

93 user(s) are online (59 user(s) are browsing Support Forums)


Members: 0


Guests: 93


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits