11
magowiz
cbb 3.0.8 xoops 2.3.3 : bold, italic, underlined buttons has no effect
  • 2009/9/21 7:59

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


When I try to post on cbb,
if I click on bold button for example the "SAMPLE" word on the left remains "normal" , actually I cannot add bold, italic, underlined formats using buttons but only using appropriate bbcode .
I noticed the same issue also here on this forum, how can I add for example, bold to a post text using buttons ?

EDIT : I forgot to say that I use "Extended DHTML Form" as input method.



12
magowiz
Re: weblog 1.45 doesn't seem to work after upgrading from 1.30
  • 2009/9/17 11:09

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


that problem was caused by MySQL 4 I think , since I reinstalled the original module after an upgrade to MySQL 5 and the module works.

The problem is that module config page at : modules/weblog/admin/index.php gives a blank page, I enabled debug but I don't see any error message , I can see anyway this under queries :
SET NAMES 'utf8' SELECT FROM config WHERE (conf_modid '0' AND conf_catid '1'ORDER BY conf_order ASC 
SELECT sess_data
sess_ip FROM session WHERE sess_id 'e2cabd79de3ee51883b981bbd3b1580d' 
DELETE FROM session WHERE sess_updated 1221649659 SELECT FROM users WHERE uid '1' DELETE FROM protector_access WHERE expire UNIX_TIMESTAMP() 
SELECT COUNT(*) FROM protector_access WHERE ip='93.36.122.71' AND request_uri='/modules/weblog/admin/index.php' 
SELECT COUNT(*) FROM protector_access WHERE ip='93.36.122.71' 
INSERT INTO protector_access SET ip='93.36.122.71',request_uri='/modules/weblog/admin/index.php',expire=UNIX_TIMESTAMP()+'60' 
SELECT FROM modules WHERE dirname 'weblog' SELECT FROM config WHERE (conf_modid '8'ORDER BY conf_order ASC Total11 queries


What should it be?



13
magowiz
Re: weblog 1.45 doesn't seem to work after upgrading from 1.30
  • 2009/9/13 16:01

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


I found a solution,
the problem was in file modules/weblog/blocks/weblog_recent.php , as the error message says on lines 126,127,128 there was an access at offset 6 , 7 and 8 in a array that wasn't big enough ( array of 5 objects) ,
so I commented out those lines
//$link_entries = $options[6];      
//$show_contents = intval($options[7]);      
//$max_size_contents = intval($options[8]);


Probably older posts haven't got this column.
I also modified line 143 from this
include_once(sprintf('%s/modules/%s/config.php'XOOPS_ROOT_PATH$mydirname ));


to this :
include_once(sprintf('%s/modules/weblog/config.php'XOOPS_ROOT_PATH$mydirname ));


because there was another error about not finding config.php file .

So I wrote a test blog post , I de-commented lines 126~128 again an then it continued working, also after I deleted the test post.

I hope this trick would be useful to someone



14
magowiz
weblog 1.45 doesn't seem to work after upgrading from 1.30
  • 2009/9/13 15:45

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
I upgraded weblog module from 1.30 to 1.45 on XOOPS 2.3.3 but now weblog it doesn't seem to work , If I activate the module I get a blank page on home page and a lot of errors (I have enabled debug) :
NoticeUndefined offset6 in file /modules/weblog/blocks/weblog_recent.php line 126 NoticeUndefined offset7 in file /modules/weblog/blocks/weblog_recent.php line 127 NoticeUndefined offset8 in file /modules/weblog/blocks/weblog_recent.php line 128 Warning: include_once(/modules/10/config.php) [function.include-once]: failed to open streamNo such file or directory in file /modules/weblog/blocks/weblog_recent.php line 143 Warning: include_once() [function.include]: Failed opening '/modules/10/config.php' for inclusion (include_path='.:/php5/lib/php/'in file /modules/weblog/blocks/weblog_recent.php line 143


what should it be ?



15
magowiz
Re: cbb 3.0.8 : upgrade from newbb 2.0.2 , blank page on update module
  • 2009/9/13 11:53

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


I discovered that the problem is my php version : 5.3.0
infact enabling debug I noticed 3 errors of the same kind of this:
UnknownAssigning the return value of new by reference is deprecated in file /include/site-closed.php line 35


I googled for this kind of error and I found a post about joomla
that the problem was just the "too updated" version of php

Luckily my hoster lets me simply choose by the control panel which version of php set : 4.3.x , 5.2.10 or 5.3.0 ,
I simply choosed 5.2.10 and the problem is gone away.



16
magowiz
cbb 3.0.8 : upgrade from newbb 2.0.2 , blank page on update module
  • 2009/9/13 11:05

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
I'm trying to update newbb 2.02. to cbb 3.0.8 , I uploaded all module folder over modules/newbb , I uploaded extra libs needed by cbb but not overwriting existing files, but when under system->modules I try to update the module, after some seconds I get a blank page.
If I return to system->module page I can see the forum is still at 2.02 .

I also tried to remove the whole modules/newbb folder and re-upload only the newbb folder in cbb 3.0.8 package but I get the same result.

What should it be ?



17
magowiz
Re: cbb 3.0.8 in the thread I see only "Guest_" as user name also if I post with my registered user
  • 2009/9/11 15:16

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


It seems it was an issue with the theme zetagenesis bundled with 2.3.3 core , if I switch back to default theme in system preferences the problem goes away



18
magowiz
cbb 3.0.8 in the thread I see only "Guest_" as user name also if I post with my registered user
  • 2009/9/11 15:02

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


Hi,
I'm trying to install cbb 3.0.8 in a local machine before upgrading it on my website and I noticed that, doing the upgrade from newbb2.0.2,
overwriting the newbb module newbb with the one provided in cbb 3.0.8 package, when I read the posts in a thread for each user on the right I see the word Guest_ but I'm sure that I wrote the posts using my registered user "magowiz".
You can see it here :

http://img245.imageshack.us/i/thread.jpg/

If I go to the forum to see the threads list I can see my username in the "Poster" and in the "Date" columns.

The image of threads list is here :
http://img29.imageshack.us/i/threadlist.jpg/

What should it be ?




TopTop
« 1 (2)



Login

Who's Online

163 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits