1
bassyard
Problem with Agenda-X 1.2.1 -> blank screen
  • 2003/11/18 2:43

  • bassyard

  • Not too shy to talk

  • Posts: 157

  • Since: 2003/10/5


I'm having trouble with Agenda-X 1.2.1:

when I click on the Agenda-X link on my main sitemenu
I get get a blank screen... I've turned on the debug mode and this is what it said:

Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 17
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 23
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 71
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 77
Notice [PHP]: Undefined variable: file_path in file class/smarty/plugins/resource.db.php line 96
Notice [PHP]: Undefined index: xoops_lblocks in file class/smarty/Smarty.class.php line 626
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 17
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 23
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 71
Notice [PHP]: Undefined index: default_theme in file class/smarty/plugins/resource.db.php line 77
Notice [PHP]: Undefined variable: file_path in file class/smarty/plugins/resource.db.php line 96
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/pressurelab.com/httpdocs/content/modules/tinyevent/xoops_version.php:84) in file modules/agendax/index.php line 197


From what I read, I'm thinking it has a problem with the header which is already loaded by tinyevent... Or am I getting it wrong

I'm kinda new with XOOPS so does anybody know what's wrong?

thanx B.

2
gruessle
Re: Problem with Agenda-X 1.2.1 -> blank screen
  • 2003/11/24 11:36

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


How did you fix this?

3
bassyard
Re: Problem with Agenda-X 1.2.1 -> blank screen
  • 2003/11/24 16:21

  • bassyard

  • Not too shy to talk

  • Posts: 157

  • Since: 2003/10/5


It's not fixed, I still don't know what's wrong... I would like to fix it, so if somebody can help me please??

4
gruessle
Re: Problem with Agenda-X 1.2.1 -> blank screen
  • 2003/11/24 23:25

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


I had the same problem and it is OK now for more info see https://xoops.org/modules/newbb/viewtopic.php?topic_id=14067&forum=7

I moved everything back to x/ directory and it works good now

5
wjue
Re: Problem with Agenda-X 1.2.1 -> blank screen
  • 2003/11/25 0:19

  • wjue

  • Quite a regular

  • Posts: 315

  • Since: 2002/8/3 7


I would suggest you edit the tinyevent's xoops_version.php file and make sure that there is NOTHING (neither space nor extra lines) after the closing ?> tag.

wjue

6
bassyard
Re: Problem with Agenda-X 1.2.1 -> blank screen
  • 2003/11/25 0:29

  • bassyard

  • Not too shy to talk

  • Posts: 157

  • Since: 2003/10/5


YYYYYEEEEESSSSS!!!
Fixed!!!

You where right, there where some extra lines after the closing tag...

thanks alot wjue, ur the best