1
john_la
Re: Why BLANK page after Debug mode = Off ?!
  • 2005/9/15 8:30

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


I can't belive, i can't disable blank page... Please tell me what should i do to remove blank page even if there is no any error... OR what should i do with error_reporting ??



2
john_la
Re: Why BLANK page after Debug mode = Off ?!
  • 2005/9/13 21:12

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


Nothing of this work for me...

Please can anyone tell me where can i change error_reporting or turn off blank page if there is any error, becuase now i don't see any error just "Notice [PHP]: Undefined index:..." and similar... I don't want "BLANK PAGE" OR where can i change error_reporting AND to what value ??



3
john_la
Why BLANK page after Debug mode = Off ?!
  • 2005/9/12 8:47

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


When i set Debug mode to "off" and visit my site there is nothing to see... = Blank page...
But when Debug mode is set to "PHP Debug" my site is up and work...
What file should i look... ?!



4
john_la
Re: Help! Login trouble on 2.2.1
  • 2005/8/31 15:43

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


I have also XOOPS version 2.2 ! If you read my instr. maybe it will help you...



5
john_la
Re: Help! Login trouble on 2.2.1
  • 2005/8/28 21:52

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


I have fixed!!

I have download XOOPS 2.2.0 to 2.2.3 Patch
upload all files where they should be.. And after that i get error... and i have back my old files but not all just:

In class folder:

- module.textsanitizer.php
- theme.php

In class > database

- mysqldatabase.php

In class > xoopsform

- formselectuser.php

I have now, don't now what version of xoops... But i will leave to XOOPS stuff team to find out what file is bad thing here and other things...



6
john_la
Re: Help! Login trouble on 2.2.1
  • 2005/8/28 19:59

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


One more with the same problem...

After upload of my site i cant login... It's v2.2.2
I have try with gzip... not working..
and other things... Please tell / help us, it's not one person who have this problem...

thanks!



7
john_la
Re: Blank page! ( list all blocks )
  • 2005/8/27 12:50

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


I have fix problem thanks tohttps://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=40189&forum=1

I had new modules in "newblocks" that not exist... ( deleted.. )



8
john_la
Re: Blank page! ( list all blocks )
  • 2005/8/26 20:57

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


I don't understand what should i do here...

Quote:

Fatal error: Call to a member function on a non-object in modules\system\admin\blocksadmin\blocksadmin.php on line 58
Notice [PHP]: A session had already been started - ignoring session_start() in file include\common.php line 198



Quote:

54: include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";
$newform = new XoopsForm('', 'newform', 'admin.php');
$block_select = new XoopsFormSelect('', 'bid');
foreach ($blocks as $block) {
58 $block_arr[$block->getVar('mid')]['modname'] = $modules[$block->getVar('mid')]->getVar('name');
$block_arr[$block->getVar('mid')]['blocks'][$block->getVar('bid')] = " - ".$block->getVar('name');
$modnames[$block->getVar('mid')] = $modules[$block->getVar('mid')]->getVar('name');
61: $bids[]=$block->getVar('bid');



9
john_la
Blank page! ( list all blocks )
  • 2005/8/26 20:26

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


Like in title...

When i log to administration and try to visit Blocks > List all blocks ( modules/system/admin.php?fct=blocksadmin&selmod=-1&selgrp=2&selvis=2 )
i have just empty page, blank.

Please heelp me! I don't know what to do anymore...



10
john_la
Re: How to change size of txtarea ?!
  • 2005/8/24 22:36

  • john_la

  • Just popping in

  • Posts: 11

  • Since: 2005/8/24


...class\xoopseditor\dhtmltextarea
- dhtmltextarea.php

Quote:
$this->XoopsFormDhtmlTextArea("", $name, empty($value)?"":$value, empty($rows)?5:$rows, empty($cols)?50:$cols, empty($hiddentext)?"xoopsHiddenText":$hiddentext);


Changed to:

Quote:
$this->XoopsFormDhtmlTextArea("", $name, empty($value)?"":$value, empty($rows)?5:$rows, empty($cols)?10:$cols, empty($hiddentext)?"xoopsHiddenText":$hiddentext);


and there is no change...
Anything i change is not updated, language... nothing... i think cache\profilefields.tmp is "BAD" thing here, i cant turn off cache...
I think i allways load cache and not orginal files...

@talunceford - Where can i define class ( style ) for textarea ?!




TopTop
(1) 2 »



Login

Who's Online

303 user(s) are online (195 user(s) are browsing Support Forums)


Members: 0


Guests: 303


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