1
swmagazine
Koivi Editor Not Working Suddenly
  • 2005/12/8 7:16

  • swmagazine

  • Just popping in

  • Posts: 5

  • Since: 2004/11/3


I was using Koivi just fine and all of a sudden the editor stops working. Whenever I access a module page (any module) that uses Koivi editor, it returns a blank page. Enabling the debug function shows the following message

Quote:

Fatal error: Call to undefined function: checkbrowser() in /home2/www/guildcaelestis/advocates/class/xoopseditor/koivi/formwysiwygtextarea.php on line 219
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/profile.php line 94
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/include/common.php line 215
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/config.php line 239
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/config.php line 239
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/groupperm.php line 251
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/member.php line 279
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/member.php line 279
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/groupperm.php line 229
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/blockinstance.php line 169
Notice [PHP]: Only variable references should be returned by reference in file /home2/www/guildcaelestis/advocates/kernel/blockinstance.php line 111
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/online.php line 146
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 87
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/online.php line 168
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 151
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/kernel/groupperm.php line 229
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 154
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 159
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 159
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 159
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 159
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 159
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/modules/system/blocks/system_blocks.php line 159
Notice [PHP]: Undefined index: message in file /home2/www/guildcaelestis/advocates/modules/newbb/post.php line 444
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 312
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 313
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 316
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 322
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 329
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 331
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 310
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 312
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 313
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 316
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 322
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 329
Notice [PHP]: Only variables should be assigned by reference in file /home2/www/guildcaelestis/advocates/class/module.textsanitizer.php line 331
Warning [PHP]: render(/home/www/guildcaelestis/advocatess/class/xoopseditor/koivi/include/functions.inc.php): failed to open stream: No such file or directory in file /home2/www/guildcaelestis/advocates/class/xoopseditor/koivi/formwysiwygtextarea.php line 208
Warning [PHP]: render(): Failed opening '/home/www/guildcaelestis/advocatess/class/xoopseditor/koivi/include/functions.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in file /home2/www/guildcaelestis/advocates/class/xoopseditor/koivi/formwysiwygtextarea.php line 208


Please help.



2
swmagazine
Re:Installation can't get past the first screen
  • 2004/11/3 19:13

  • swmagazine

  • Just popping in

  • Posts: 5

  • Since: 2004/11/3


It seems the server is not taking any get or post arguments. I wrote this simple test script to test this theory.

<html>
<head><title>PHP Form submit test</title></head>
<body>
<?php
$testpost=$HTTP_POST_VARS['test'];
$testget=$HTTP_GET_VARS['test'];
echo "test post variable is $testpost<br>";
echo "test get variable is $testget";
?>
</body>
</html>

and the result shows none of the HTTP variables are passed to the script.

Any PHP or Apache experts know how this could have happened?



3
swmagazine
Re: Installation can't get past the first screen
  • 2004/11/3 18:37

  • swmagazine

  • Just popping in

  • Posts: 5

  • Since: 2004/11/3


I also added this script to display php info if needed.

http://69.50.209.109/69.50.209.109/guildcaelestis.com/phptest.php



4
swmagazine
Re: Installation can't get past the first screen
  • 2004/11/3 18:33

  • swmagazine

  • Just popping in

  • Posts: 5

  • Since: 2004/11/3


Yes my browser accepts cookie. Thanks for your input, tho.

I added the following lines to the index.php

$content .= "post:";
$content .= $_post['op'];
$content .= "get:";
$content .= $_get['op'];

and it seems that the script is unable to get any post or get information from the botton submit. This is definately a server-side issue. Any thoughts?



5
swmagazine
Installation can't get past the first screen
  • 2004/11/3 17:45

  • swmagazine

  • Just popping in

  • Posts: 5

  • Since: 2004/11/3


Hi,

I've been trying to install the script on a hosting server but I can't seem to get past the first installation screen. Clicking "next" just sends me right back to the language selection screen. I digged into the forum and found out this problem can occur with PHP5, however, my ISP is running PHP4 and I don't know what else I can try.

I would appreciate any ideas.




TopTop



Login

Who's Online

143 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 143


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