71
plusangel
Re: saxparser,xhld,headlines and non-english languages
  • 2005/6/28 18:03

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


to be honest the first soluton sounds 'greek' to me :)

I downloaded the xmline1.02 form XOOPS china and i'm ready to spend some time with it.I hope this will help.

thanks for the initial guidelines.
The official greek support site for xoops



72
plusangel
saxparser,xhld,headlines and non-english languages
  • 2005/6/28 17:29

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


After spending much time in past forum questions I found out that the headlines and xhld module can not work with ‘difficult’ languages like Greek because of the built in XML encoding support.

By reading some topics I found that there is file in ./class/xml/ called saxparser.php that does that job and it works mainly with the 3 default encodings (utf8,iso-8859-1 and us-ascii). In some questions they referred to a link
http://www.myxoopsforge.de/dl/saxparser.zip
With an updated saxparser.php but is not working any more.

Does someone have this file?
Or
Does someone know how to edit this file in order to make it work with ISO-8895-7?
Or
I found that Lykos Syndication Module can solve problems of this nature…does anybody use this?

thanks for your time!
The official greek support site for xoops



73
plusangel
xhld module
  • 2005/6/28 10:37

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


As a second step I’ve installed xhld 2.99 which supports auto detect for the encoding but it responds with the following error…

Failed saving data to database for headline myHeadline
XmlParse error: not well-formed (invalid token) at line 4

For the above RSS/feed. By the way, in the 4th line you can find the first greek character. Is something else that I can search for?

Somewhere I heard
https://xoops.org/modules/newbb/viewtopic.php?topic_id=31028&forum=28&post_id=135545#forumpost135545
That I have to check fsockopen() in my phpinfo() by I didn’t find something
The official greek support site for xoops



74
plusangel
Headlines module and encoding
  • 2005/6/28 6:26

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I’m setting up a greek XOOPS site (using 2.0.10).
I’ve used the greek language translation (from the local support group)
I’ve checked in languages\greek\global.php that langcode set to ‘el’ and charset set to”ISO-8859-7’.Everything is working fine but…


I’ve installed headlines module. It worked fine for the default XOOPS news headlines but when I tried to connect with a greek RSS/feed nothing is coming up.

I’ve noticed inside the XML files that the encoding that have is again ‘ISO-8859-7’ but in configuration area of headlines module you have only 3 choises (UTF-8,ISO-8859-1 and us-ascii). I guessed that this is the reason that nothing is showed.

Does anyone have used the Headlines module with a non-standard language like mine?

Is there any way to change the encoding other than the 3 proposed?

Thank you in advanced!

PS.example of an RSS feed in greek
http://www.naftemporiki.gr/news/static/rss/news_pol_pol-gr.xml
The official greek support site for xoops



75
plusangel
Re: smarty warning message from module installation
  • 2005/6/25 18:51

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I’m testing it now…

I think its ok. You know when I’m seeing warning messages (and errors) I’m getting in an emergency mode!

Thanks for your valuable help!!!

I hope that everything will work fine.
The official greek support site for xoops



76
plusangel
smarty warning message from module installation
  • 2005/6/25 18:38

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I’ve installed xoops2.0.10 (upgraded from2.0.9.2).
I’ve updated the system module from administration menu as well.

Then I tried to install my myalbum-p and I got many php-debug lines
Explaining that:

Warning [Xoops]: Smarty error: unable to read resource: "db:myalbum_header.html" in file c:\inetpub\wwwroot\class\smarty\Smarty.class.php line 1084



I’ve tried to install xc gallery as well but I faced a similar response.
Note:template_c folder has user Everyone full control.

Any help?
The official greek support site for xoops



77
plusangel
Re: Strange behavior?
  • 2005/6/19 15:23

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


ok,solve with the help of

https://xoops.org/modules/newbb/viewtopic.php?topic_id=35138&forum=20&post_id=152452#forumpost152452

XOOPS_URL does not contains www in front of it!

ouf!



78
plusangel
Strange behavior?
  • 2005/6/19 13:47

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


I've installed XOOPS using fantastico installer, and then I upgraded it to 2.0.10.

Since the begging, whenever I opened a browser window then logging as admin and select from the user menu to navigate to administration menu…I was kicked off with a reason that “I don’t have the rights to access this area”

Then I’m logging again, using the same browser window, select administration menu and everything is ok!

By searching in FAQ xoops, I found that I have to use 777 in cache folder but I’ve already arrange it and nothing…

In my local XOOPS installation no such problem exists…

Do I have to chmod the adminmenu.php file to 777 as well?

thanks in advance :)



79
plusangel
Re: xoops and mySQL 4.1x in ISP (not local)
  • 2005/6/16 10:03

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


Ok, I’ll try to be more specific so that it will be easier for you to help me :)

'plus' is the username that ISP assign me in order to connect to cPanel and manage the site. When I’m selecting phpMyAdmin from the cPanel I’m logging in as plus @ localhost


In a previous step, using the mySQL databases from the site management menu of cPanel, I’ve created a database called xoops_db, a user called xoops_us and I’ve granted all permissions.

And here is the trouble:

I’m connecting to phpMyAdmin, open SQL window from the left menu (xoops_db is selected in the combo box)

And type:

SET PASSWORD FOR ‘xoops_us’@’localhost’ = OLD_PASSWORD(‘somepwd’);

And it replies

#1044 - Access denied for user 'plus'@'localhost' to database 'mysql'

Ouf!!!



80
plusangel
Re: xoops and mySQL 4.1x in ISP (not local)
  • 2005/6/16 9:28

  • plusangel

  • Just popping in

  • Posts: 90

  • Since: 2005/2/2 1


Thanks for the guidelines…

But I tried this in SQL window of the phpMyAdmin
and replies

#1044 - Access denied for user 'plus'@'localhost' to database 'mysql'

when I tried to execute the SET PASSWORD statement.

Probably I don’t have access as user of the ISP to do this or is something that I missing?




TopTop
« 1 ... 5 6 7 (8) 9 »



Login

Who's Online

254 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 254


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