1
Thunderock
Pulling hair out "noob" question"
  • 2006/11/14 8:55

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


First off,

I have read the really helpful advise on how to change the XOOPS icon whend designing your own theme, great worked fine for one day?

Fiddled around with some more settings as I was still no where near a live site anyway and my logo comes back, yay, happy again, now it's gone again.

Flushng templates-c on an hourly basis seems to help but as you can imagine this is not going to be a viable option...have I done something stupidly wrong.

The changes were made logo was up disabled theme swapping so people had to see my theme and turned recompile off.

The offending image code btw is :

Quote:

Gods and Heroes of Everfrost - No Idea why this is not displaying correctly!!!


Looks fine to me the image is in the right location and is those dimensions...any advise would be kindly receveived before I go bald.



2
Thunderock
Re: Really need some advise to get KOIVI or FCK editor running!
  • 2006/9/8 22:28

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


Thanks for the helpin getting Koivi installed and working...just wondering if anyone else has come across this after installing Koivi.

When I try and edit system text boxes, like add a new block or a forum category, the text is not saved to the dbase. The error code returned is:

Warning: Missing argument 2 for xoopsformwysiwygtextarea() in file /class/wysiwyg/formwysiwygtextarea.php line 64



3
Thunderock
Admin Errors with variables
  • 2006/9/8 20:08

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


Ok I put my hands up to the fact that I have messed up my installation some how.

I noticed this immediatley after installing Koivi to the /class/ directory and as recommended deleting all the %% type files in /templates_c/ except for index.html.

Everything looked good, koivi was working in all the modules wiwimod (0.8.3),newBB (2.02).

I decided to create some new blocks for different classes of users, and found that I could not. The text area is not posted to the dbase.

OK, so I turn on debugging and find that on many of the pages I thought were working properly horrible long lists of errors occur.

The majority of these relate to variable errors such as these...when you load the forums page.

===

Notice: Only variables should be assigned by reference in file /modules/newbb/class/online.php line 176

Notice: Only variables should be assigned by reference in file /modules/newbb/class/online.php line 258

Notice: Only variables should be assigned by reference in file /modules/newbb/class/online.php line 236

Notice: Only variables should be assigned by reference in file /modules/newbb/class/forum.php line 100

===

When I try to manage blocks from system module I get the following error codes...

===

Notice: Only variables should be assigned by reference in file /kernel/module.php line 542

Notice: Only variables should be assigned by reference in file /modules/system/admin/blocksadmin/blocksadmin.php line 54

Notice: Only variables should be assigned by reference in file /modules/system/admin/blocksadmin/blocksadmin.php line 69

Notice: Only variables should be assigned by reference in file /modules/system/admin/blocksadmin/blocksadmin.php line 109

Notice: Only variables should be assigned by reference in file /kernel/module.php line 542

Notice: Only variables should be assigned by reference in file /modules/system/admin/blocksadmin/blocksadmin.php line 113

Notice: Only variables should be assigned by reference in file /kernel/module.php line 542

Notice: Only variables should be assigned by reference in file /modules/system/admin/blocksadmin/blockform.php line 42

Warning: Missing argument 2 for xoopsformwysiwygtextarea() in file /class/wysiwyg/formwysiwygtextarea.php line 64

Notice: Array to string conversion in file /class/xoopsform/formelement.php line 207

===

I know this is a mass of info and not really sure what else I can add to get help with whatever it is I have done to mess up install.

XOOPS = 2.0.15 , MySql = 4.x , PHP = 4.x

Thank you, and my apologies if this is answered in the forums already I just can't find it...



4
Thunderock
Text fields not updating from XOOPS admin with Koivi
  • 2006/9/8 12:26

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


Original install of XOOPS and newbb allowed me to create and modify category & forum descriptions as expected.

Since installation of Koivi editor this no longer works. I have tried switching back to DHTML editor but this does not help

The debug error comes up as:

===

Notice: Only variables should be assigned by reference in file /kernel/object.php line 498

Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in file /class/logger_render.php line 58

===

XOOPS - 2.0.15
newnn - 2.02
mySQL - 4.x

Any help or suggestions would be appreciated, as usually I am sure it is something simply I messed up while installing the new text editor.

EDIT - I have chnaged the topic of this problem as I am now getting similar problems with all of the XOOPS admin modules not updated text fields. For example trying to add a new text block generates this dump.

===

Errors
Notice: Undefined variable: bcontent in file /modules/system/admin/blocksadmin/main.php line 138

Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in file /class/logger_render.php line 58

Queries
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = 'ccfa740d1846d6a159eac3205b9acd2d'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'system'
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '4') ORDER BY conf_order ASC
INSERT INTO xoops_newblocks (bid, mid, func_num, options, name, title, content, side, weight, visible, block_type, c_type, isactive, dirname, func_file, show_func, edit_func, template, bcachetime, last_modified) VALUES (0, 0, 0, '', 'Custom Block (HTML)', 'Welcome to your guild.', '', 5, 0, 1, 'C', 'H', 1, '', '', '', '', '', 0, 1157730178)
INSERT INTO xoops_block_module_link (block_id, module_id) VALUES (57, -1)
INSERT INTO xoops_group_permission (gperm_groupid, gperm_itemid, gperm_name, gperm_modid) VALUES (1, 57, 'block_read', 1)
INSERT INTO xoops_group_permission (gperm_groupid, gperm_itemid, gperm_name, gperm_modid) VALUES (2, 57, 'block_read', 1)
Total: 9 queries
Blocks
Total: 0 blocks
Extra
Token Validation: Valid token found
Included files: 35 files
Memory usage: 2103992 bytes
Timers
XOOPS took 0.076 seconds to load.
XOOPS Boot took 0.038 seconds to load.
Module init took 0.038 seconds to load.

===



5
Thunderock
Re: WIWIMOD - Messed up the editors somehow
  • 2006/9/4 20:16

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


I had to post a reply just to admit how silly I had been.
I had left the xoopseditor folder in /class but with nothing in it anymore.

Duh.



6
Thunderock
WIWIMOD - Messed up the editors somehow
  • 2006/9/4 19:25

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


I am having problems with my WIWIMOD installation, first site I built it installed perfectly and worked from the offset.

I had some difficultlies getting FCKEditor installed installed and in the end gave up and installed Koivi...decide to start porting the new WIKI data into WIWI and I find a totally blank page when I click on the link to WIWI.

+++






+++

I have tried fiddling with as many settings as I can find through the preferences, but no idea why I suddenly see nothing.

The dbase is showing the starter page and you can view it from the admin module.

WIWIMOD = 0.8.3
XOOPS = 2.0.15

the debug error show as

+++

Fatal error: Cannot instantiate non-existent class: xoopseditorhandler in /homepages/8/d163543323/htdocs/public_html/xoops/modules/wiwimod/include/functions.php on line 159


+++

Any help or suggestions would be much appreciated, thank you in advance as I am pretty sure this is somthing that I messed up.

Not sure if you need to knw the only file I edited when installing Koivi/FCKeditor was the formdhtmltextarea in xoopsforms to include the class Koivi.



7
Thunderock
Re: Really need some advise to get KOIVI or FCK editor running!
  • 2006/9/4 9:50

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


For koivi I might be able to help...

1) Install the editr into the class folder

xoops/class/xoopseditor/koivi

2) edit the file

/class/xoopsform/formdhtmltextarea.php

var $htmlEditor = array();

TO

var $htmlEditor = array( 'XoopsFormWysiwygTextArea', '/class/xoopseditor/koivi/formwysiwygtextarea.php');

That has worked for us on at least one site.


Now if only I could get fckeditor to work...I would have thought the change would have been fairly similar.


Still looking for help on fckeditor.



8
Thunderock
Re: Can't get FCKeditor installed! Please Help!
  • 2006/8/31 14:22

  • Thunderock

  • Just popping in

  • Posts: 8

  • Since: 2006/8/31


Having exactly the same problem I just can't get XOOPS to use the FCKeditor. I know it's installed correctly

1)I can run the sample pages

2)I can get it to post info back to a dbase

My guy reaction is that I am issing some stupid little thing that I have forgotten to do like set a root directory for editors.

Any help would also be appreciated as I kind of guess we are in the same position.




TopTop



Login

Who's Online

307 user(s) are online (241 user(s) are browsing Support Forums)


Members: 0


Guests: 307


more...

Donat-O-Meter

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

Latest GitHub Commits