290641
Munkus
Agenda X Header issue
  • 2003/10/13 3:45

  • Munkus

  • Friend of XOOPS

  • Posts: 20

  • Since: 2003/2/2 0


Hi Folks,

This is what I get when I debug my blank page issue on Agenda X:

Warning [PHP]: Cannot modify header information - headers already sent by (output started at /home/vigier/public_html/html/modules/quote4xoops/xoops_version.php:46) in file modules/agendax/index.php line 197

Any ideas?



290642
iamdesi
xoops problem?
  • 2003/10/13 3:41

  • iamdesi

  • Just popping in

  • Posts: 11

  • Since: 2003/10/9


hi everyone, how are you? i was wondering does XOOPS have to use mysql? is it possible if i can use a access database instead?



290643
bevege
Re: Xoopsgallery only showing some albums after move to new server
  • 2003/10/13 3:38

  • bevege

  • Just popping in

  • Posts: 17

  • Since: 2003/2/24


Never figured it out. I ended up re-uploading all of the images.

You might want to post your specs if you want someone to help you!

Xoops version
PHP version
Apache Version



290644
tjnemez
Re: minical of the AgendaX
  • 2003/10/13 3:35

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


forgot to mention check out agendax forums athttp://www.guanxicrm.com/modules/newbb/viewforum.php?forum=10



290645
tjnemez
Re: minical of the AgendaX
  • 2003/10/13 3:34

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


check the image url on mincal.html you can also change to one of your own in admin.



290646
jobiwan
Re: cannot write to main menu
  • 2003/10/13 3:15

  • jobiwan

  • Just popping in

  • Posts: 5

  • Since: 2003/10/1


Hi

Using CuteFTP v5 and all I get when I try to CHMOD 666 the files in the cache folder is:

"Operation not allowed"?

Why is this?...

(also got this when trying to delete "uploader" folders after deciding not to use the module - said folders were not empty???)

Joe.



290647
ladios
ThemeForm bug in xoops 2.0.5
  • 2003/10/13 3:04

  • ladios

  • Just popping in

  • Posts: 7

  • Since: 2003/10/13


file concerned:
.\class\xoopsform\themeform.php

what is wrong:
insertBreak($extra = '', $class= '') member function
--> got its logic wrong, will not display $extra at all

solution:
fixed here

function insertBreak($extra = '', $class= '')
{
$class = ($class != '') ? " class='$class'" : '';
if ($extra == '') {
$extra = "<tr><td colspan='2'$class></td></tr>";
$this->addElement($extra);
} else {
$extra = "<tr><td colspan='2'$class>$extra</td></tr>";
$this->addElement($extra);
}
}



290648
limecity
Re: damn overlapping
  • 2003/10/13 2:51

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


so what should i set for the leftblocks?
Thanks



290649
ladios
Re: minical of the AgendaX
  • 2003/10/13 2:51

  • ladios

  • Just popping in

  • Posts: 7

  • Since: 2003/10/13


i think u can either
1. go into the source and hack it
or
2. try giving it a blank image to show

Quote:

marcan wrote:
I just install AgendaX and I've putted the minical block on my home page. This works find but there's an image that is not loaded on this minical, juts under the name of themonth. I don't know how else to describe it so here is a screenshot Resized Image

What could I do to correct that. Thanks to any help !



290650
netwize
Re: My blocks list in system has disappeared!
  • 2003/10/13 2:41

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


SELECT b.* FROM xoops_block_module_link m LEFT JOIN xoops_newblocks b ON b.bid=m.block_id LEFT JOIN xoops_group_permission l ON l.gperm_itemid=b.bid WHERE l.gperm_name = 'block_read' AND gperm_modid = 1 AND (l.gperm_groupid=1 OR l.gperm_groupid=2) AND b.isactive=1 AND b.visible=1 AND (m.module_id=0 OR m.module_id=-1) ORDER BY b.weight,b.bid
Error number: 2000
Error message: Can't create/write to file '/var/tmp/#sql5f6_229869_0.MYI' (Errcode: 13)

thats what i got with debug on.

i have 2 XOOPS installed, both have same problem.

i'm using 2.02 ....







Login

Who's Online

239 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 239


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