Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Database
»
[Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php)
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php) (Read 8205 times)
muharihar
Jr. Member
Posts: 77
muharihar
[Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php)
«
on:
October 24, 2008, 20:20:10 »
hello...
there is problem when execute function "_form_mos_category" (core file: elxisxml.php).
URI: index2.php?option=com_modules&client=&task=editA&hidemainmenu=1&id=13
Message:
ORA-01722: invalid number
SELECT c.id AS value, s.title||' / '||c.title AS text FROM web2_categories c LEFT JOIN web2_sections s ON s.id=c.section WHERE c.published='1' AND s.scope='content' ORDER BY c.title
it's happend when loading mod_newsflash.
and i'm try fo fix it by adding query like this: [AND length(c.section)<5]
SELECT c.ID AS VALUE, s.title || ' / ' || c.title AS text
FROM web2_categories c LEFT JOIN web2_sections s ON s.ID = c.section
WHERE c.published = '1' AND s.SCOPE = 'content' AND length(c.section)<5
ORDER BY c.title
any advice for me?
thanks...
sory for my english.
Logged
how technology and nature stand together!
---------------------------------------------------
www.OmahIjo.net
muharihar
Jr. Member
Posts: 77
muharihar
Re: [Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php)
«
Reply #1 on:
October 24, 2008, 20:50:06 »
the problem my be caused by
non numeric data
on table __CATEGORIES field SECTION
examples: table _CATEGORIES
.........|SECTION |.......
--------------------------------
.........|com_weblinks |.......
.........|com_newsfeeds|......
thanks...
sory for my english
Logged
how technology and nature stand together!
---------------------------------------------------
www.OmahIjo.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: [Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php)
«
Reply #2 on:
October 25, 2008, 12:33:38 »
Oracle support is experimental, such errors maybe appear somewhere in Elxis.
The query must be modified to be compatible to Oracle.
I write down this specific error to fix it as soon as possible.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
muharihar
Jr. Member
Posts: 77
muharihar
Re: [Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php)
«
Reply #3 on:
October 27, 2008, 06:17:18 »
thanks....
we always waiting for you.....
---------------------------------------
sorry for my english....
Logged
how technology and nature stand together!
---------------------------------------------------
www.OmahIjo.net
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Database
»
[Oracle Problem] When execute function "_form_mos_category" (core: elxisxml.php)