31
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 20:21

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


i've manually changed it from phpMyAdmin.

Now i'm with Xoops 2.5.6.
Index page is not working, but others seems to be ok : i can view /user.php correctly.

all i have on index page :
le="color: #000000"><?php 0.000296 - SET SQL_BIG_SELECTS = 1 0.000303 - SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC 0.000766 - SELECT sess_data, sess_ip FROM session WHERE sess_id = '2dr88o68gko4g9mhs9h57q6fq4' 0.000816 - SELECT * FROM users WHERE uid = '7' 0.000283 - SELECT * FROM config WHERE (conf_modid = '0' AND conf_catid = '3') ORDER BY conf_order ASC 0.002482 - SELECT DISTINCT gperm_itemid FROM group_permission WHERE gperm_name = 'block_read' AND gperm_modid = 1 AND gperm_groupid IN (1,2) 0.000368 - SELECT b.* FROM newblocks b, block_module_link m WHERE m.block_id=b.bid AND b.isactive=1 AND b.visible=1 AND m.module_id IN (0,-1) AND b.bid IN (152,52,72,150,170,169,177,178,13,92,193,90,194,145,153,151,93,79,68,66,54,17,101,171,140,97,16,173,172,95,32,62,146,96,4,148,83,191,55,9,44,7,53,1,176,175,174,147,141,139,138,137,136,135,118,106,105,104,103,102,100,98,89,86,85,81,78,73,64,63,60,57,56,51,50,49,48,47,46,45,43,35,33,18,15,14,11,10,6,5,195) ORDER BY b.weight, m.block_id 0.000280 - SELECT * FROM modules WHERE dirname = 'mytube' 0.000285 - SELECT * FROM config WHERE (conf_modid = '67') ORDER BY conf_order ASC 0.000916 - SELECT lid, cid, title, vidid, screenshot, published, hits, vidsource, picurl FROM xoopstube_videos WHERE published>0 AND published<=1368217271 AND (expired=0 OR expired>1368217271) AND offline=0 ORDER BY published DESC LIMIT 0, 3 Total: 10

may this module "mytube" be the problem ?

Edit 1 : uninstalled this module : index page is perfectly working.

32
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 21:28

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


I have a problem : all fields containing accentued letters (éèà) or special chars (like ©) are not shown on the website.
My sql tables are in latin_1, and i think it's the problem.

What can i do ?

Regards.


33
Mamba
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 22:43

  • Mamba

  • Moderator

  • Posts: 11521

  • Since: 2004/4/23


I am glad to see that you're almost there!!!!

Regarding UTF-8, see this thread

I am sure, there are some others here in the forums...
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

34
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/10 23:01

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

i thing all my problems are solved : when reading the topic you linked, i've looked at "XOOPS_DB_CHARSET" in mainfile.php.
And... it was not set ! Setting it to "utf8" seems to solve it.
So, i thing there is a small bug in the update process (or it was simply forgotten).

It's easy to see that's i haven't been working on xoops since 4 years :(

35
irmtfan
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/11 2:41

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


@bosco:
It seems you are a well experience user of Xoops, php and mysql and you can solve upgrade issues sooner or later.
but I mainly recommend dont use old upgrade packages. they are not reliable. I always will use the latest full version for upgrade.

36
timgno
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/11 7:33

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
bosco wrote:
may this module "mytube" be the problem ?


tries to replace it with xoopstube

37
bosco
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/11 11:53

  • bosco

  • Just popping in

  • Posts: 49

  • Since: 2004/8/5 1


Hi,

it keeps all datas from mytube ?

38
timgno
Re: XOOPS 2.5.6 Final Release Issues
  • 2013/5/12 18:49

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I'm already working on a new version that integrates modules xoopstube, mytube, videostream, and my other two modules xvideo and txmmovies.

If Mamba can confirm to me I may call this new module 'xtube'

mytube should be a fork of xoopstube, if I'm not mistaken.

39
SMEDrieben
Re: XOOPS 2.5.6 Final Release Issues: jquery 1.8.3 problem ?
  • 2013/5/13 17:55

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I think there is a jquery.js 1.8.3 problem. It is described in this thread:

https://xoops.org/modules/newbb/viewtopic.php?post_id=353622

SMEDrieben

40
SMEDrieben
Re: XOOPS 2.5.6 Final Release Issues: strange title in admin
  • 2013/5/13 18:01

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


If you move your mouse over the module icons in the default admin, html code is shown and not a nice title and description. The problem is in modules/system/themes/default/xotpl/xo_modules.html line 4:

le="color: #000000"><?php <a class="tooltip" href="<{$mod.link}>" title="<img src='<{$mod.icon}>'/><span><{$mod.title}></span><br /><span><{$mod.description}></span></span>">


Better code is:

le="color: #000000"><?php <a class="tooltip" href="<{$mod.link}>" title="<{$mod.title}>.&nbsp;<{$mod.description}>">


SMEDrieben

Who's Online

141 user(s) are online (58 user(s) are browsing Support Forums)


Members: 0


Guests: 141


more...

Donat-O-Meter

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

Latest GitHub Commits