1
ikaoodle
7dana clean theme gives black page
  • 2004/4/22 8:17

  • ikaoodle

  • Just popping in

  • Posts: 10

  • Since: 2004/4/17


hello everyone,

i countered a second problem where iam breaking my head over already a few days

i did a clean install on our server from everything
but i puttede de html files in de root dir of de website meaning www/website/ ... files instead of www/website/html/ ... files

now everything is working fine with the XOOPS default theme but then i copied 7dana clean into the themes dir and i select it in my preferences -> default.

but what happens i get a blanc screen and thats it when i switch back to default theme XOOPS presents me the default theme.


i putted Update module template .html files from themes/your theme/templates directory? on yes

anyone have any idea? thanks !!

2
myc1229
Re: 7dana clean theme gives black page
  • 2004/4/22 9:45

  • myc1229

  • Just popping in

  • Posts: 30

  • Since: 2004/4/10


Whenever you get a blank page, turn on the debug mode and exam the output message, it tells you what is wrong. Also you can check the souce file of the blank page see what it has and what is missing.

3
ikaoodle
Re: 7dana clean theme gives black page
  • 2004/4/22 10:09

  • ikaoodle

  • Just popping in

  • Posts: 10

  • Since: 2004/4/17


thanks for the help
but its weird
i put on the smarty debuge console and i get allot of things when i look in the source of the blank page and compare this with the source of the default page i see only the output of the smarty debug console and nothing of my theme.html file ?


can you help me further



included templates & config files (load time in seconds):
db:system_block_login.html
db:system_block_mainmenu.html
7dana-clean/theme.html (0.00064)
assigned template variables:
{$SCRIPT_NAME} /index.php
{$module} Array (3)
name => Web Links
directory => mylinks
sublinks => Array (0)
{$xoops_banner} <div><a href="http://koerken.syn3.ath...
{$xoops_charset} ISO-8859-1
{$xoops_contents} empty
{$xoops_footer} Powered by XOOPS 2.0 © 2001-2003...
{$xoops_imageurl}http://koerken.syn3.ath.cx/themes/7da...
{$xoops_isadmin}
{$xoops_isuser}
{$xoops_js} //--></script><script type="text/java...
{$xoops_langcode} en
{$xoops_lblocks} Array (1)
0 => Array (2)
title => Login
content => <form style="margin-top: 0px;" action...
{$xoops_meta_author} XOOPS
{$xoops_meta_copyright} Copyright © 2001-2003
{$xoops_meta_description} XOOPS is a dynamic Object Oriented ba...
{$xoops_meta_keywords} news, technology, headlines, xoops, x...
{$xoops_meta_rating} general
{$xoops_meta_robots} index,follow
{$xoops_notification} Array (1)
show => 0
{$xoops_pagetitle} Just Use it!
{$xoops_rblocks} Array (1)
0 => Array (2)
title => Main Menu
content => <table cellspacing="0"> <tr> ...
{$xoops_requesturi} /
{$xoops_rootpath} /www/www.koerken.be
{$xoops_showcblock} 0
{$xoops_showrblock} 1
{$xoops_sitename} XOOPS Site
{$xoops_slogan} Just Use it!
{$xoops_theme} 7dana-clean
{$xoops_themecss}http://koerken.syn3.ath.cx/themes/7da...
{$xoops_upload_url}http://koerken.syn3.ath.cx/uploads
{$xoops_url}http://koerken.syn3.ath.cx
{$xoops_version} XOOPS 2.0.6
assigned config file variables (outter template scope):
{#files#} Array (0)
{#vars#} Array (0)

4
ikaoodle
Re: 7dana clean theme gives black page
  • 2004/4/22 10:32

  • ikaoodle

  • Just popping in

  • Posts: 10

  • Since: 2004/4/17


what i found out :

seems that default theme puts the second line automatic in :

<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />

<link href="http://koerken.syn3.ath.cx/favicon.ico" rel="SHORTCUT ICON" />

and the blanc page of the dana theme has nothing in it ...


5
tl
Re: 7dana clean theme gives black page
  • 2004/4/22 11:57

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You need to make 7dana-clean theme files readable. No permission to read the files thus the theme will not be rendered.

CHMODING Basics

6
Mithrandir
Re: 7dana clean theme gives black page

what about php debug? Any errors there?

7
ikaoodle
Re: 7dana clean theme gives black page
  • 2004/4/22 16:52

  • ikaoodle

  • Just popping in

  • Posts: 10

  • Since: 2004/4/17


tl is right !we found out that is was indeed a permission problem. the user who uploaded in these directories didn't had enough perfs. so we changed it to another user and now it works.

phpdebug gave no errors.

Thanks everyone for you help !!!
nice such a wonderfull helping community behind xoops, i hope i learn fast so i can help out to ..

keep up the nice work people its worth it

8
DinoForo
Re: 7dana clean theme gives black page
  • 2004/4/23 0:21

  • DinoForo

  • Just popping in

  • Posts: 2

  • Since: 2004/4/22


I am having the same problem, but not just with the 7dana theme, but with every theme I upload. I jast can make work the three default themes. I have checked the permissions, and they are the same for the default themes and the new ones (644 for the files and 755 for the directories). I can't find the problem. Any advice?

Thank you.

Edited: I forgot to tell you that I have also uploaded some new images for the forum (for the new post, no new post, etc) and I am still seeing the old ones... By the way, as you can see, I am a completely newbie with Xoops...

9
rrbert
Re: 7dana clean theme gives black page
  • 2004/4/26 20:26

  • rrbert

  • Just popping in

  • Posts: 5

  • Since: 2004/1/5 5


7dana-round theme also gives blank page.
Hi, I tried the suggestion of checking the file permissions.
Sure enough, all the permissions were 600, so I changed them to 644, (755 for directories), but still get a blank page. I can't see anything, so I can't log in to set the theme back to the default.
I guess I'll just drop my database and do a clean install.
Maybe this is a problem with 7dana themes, I think I'll avoid them in future.
rrbert

10
rudycash
Re: 7dana clean theme gives black page
  • 2004/4/26 20:55

  • rudycash

  • Just popping in

  • Posts: 70

  • Since: 2004/2/12


I had the same problem with 7dana themes.

All the themes I downloaded refused to work.

I was downloading them with safari on Mac OSX

when I switched to downloading them with Internet Explorer

they all worked.

I have no explanation for this.


Login

Who's Online

159 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 159


more...

Donat-O-Meter

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

Latest GitHub Commits