1
chardiar
Re: Article 2.0RC for Xoops 2.3x Testing Reviews
  • 2008/11/9 13:09

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi friends,

I have these problems with Article:

1. The RSS, RDF, ATOM, OPML links do not work, as on clicking any of them there is a page blank in index page and Categories.

... modules/article/xml.php/rss in index page

... modules/article/xml.php/rss/c34 for example in one category



New installation.
Article module 1.00 update to Article 2.0RC
XOOPS 2.3.0 Alpha 3
PHP Version - 5.1.6
MySQL Version - 5.0.22
Server API Version - apache2handler
OS Version - Linux


For example on debug mode
... modules/article/xml.php/rss
it show this:

Internet Explorer

No se puede mostrar la página XML
No se puede ver la entrada XML con la hoja de estilo . Corrija el error y haga clic en el botón Actualizar, o inténtelo de nuevo más tarde.


--------------------------------------------------------------------------------

No es válido en el nivel superior del documento. Error al procesar el recurso ... modules/ar...

This page cannot be displayed due to an internal error.<br/><br/>You can provide the following information to th...


Firefox

Error de lectura XML: no se encuentra elemento
Ubicación: ... /modules/article/xml.php/rss
Número de línea 1, columna 1:


The control panel show this:

SET NAMES 'utf8'
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xxx_session WHERE sess_id = 'xxxxxxx'
SELECT * FROM xxx_users WHERE uid=xxx
SELECT * FROM xxx_modules WHERE dirname = 'system'
DELETE FROM xxx_protector_access WHERE expire < UNIX_TIMESTAMP()
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxx' AND request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx'
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxxx'
INSERT INTO xxx_protector_access SET ip='xxxxxxxxxx',request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx',expire=UNIX_TIMESTAMP()+'xxxxx'
SELECT * FROM xxx_configcategory WHERE confcat_id=x
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT * FROM xxx_modules WHERE (hasmain = '1' AND isactive = '1') ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_modules WHERE dirname = 'thadmin'
SELECT * FROM xxx_tplset
SELECT * FROM xxx_configoption WHERE conf_id = '13' ORDER BY confop_id ASC
SELECT * FROM xxx_groups WHERE groupid != '3'
SELECT * FROM xxx_configoption WHERE conf_id = '32' ORDER BY confop_id ASC
SELECT * FROM xxx_configoption WHERE conf_id = '33' ORDER BY confop_id ASC
SELECT * FROM xxx_smiles
SELECT * FROM xxx_modules WHERE hasmain = '1' ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))


2. Notification Options only works "Global".


3. I can´t see Article spotlight in Article administration.



Any idea?, thanks in advance




2
chardiar
Re: Xoops 2.3 Wishlist
  • 2008/7/21 21:37

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


That the administrator can change (edit) the UID in the commentaries



3
chardiar
Re: Xoops 2.3 Wishlist
  • 2008/7/14 0:54

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


change comment of category or article



4
chardiar
Re: Removing unused menu items from yogurt social gallery
  • 2008/7/1 15:16

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi dave_ca,

Go to modules/yogurt/xoops_version.php

in line 89 and put // in front menu
Examples:

//if ($moduleConfig['enable_scraps']==1){
//$modversion['sub'][3]['name'] = _MI_YOGURT_MYSCRAPS;
//$modversion['sub'][3]['url'] = "scrapbook.php";
//}
//if ($moduleConfig['enable_pictures']==1){
//$modversion['sub'][4]['name'] = _MI_YOGURT_MYPICTURES;
//$modversion['sub'][4]['url'] = "album.php";
//}
//if ($moduleConfig['enable_videos']==1){
//$modversion['sub'][5]['name'] = _MI_YOGURT_MYVIDEOS;
//$modversion['sub'][5]['url'] = "seutubo.php";
//}
//if ($moduleConfig['enable_friends']==1){
$modversion['sub'][6]['name'] = _MI_YOGURT_MYFRIENDS;
$modversion['sub'][6]['url'] = "friends.php";
//}
//if ($moduleConfig['enable_tribes']==1){
$modversion['sub'][7]['name'] = _MI_YOGURT_MYTRIBES;
$modversion['sub'][7]['url'] = "tribes.php";
//}

$modversion['sub'][8]['name'] = _MI_YOGURT_MYCONFIGS;
$modversion['sub'][8]['url'] = "configs.php";


Greetings.



5
chardiar
Re: Article and Planet modules problems with XOOPS 2.3.0 Alpha 3
  • 2008/6/26 15:00

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


any idea?



6
chardiar
Re: Article and Planet modules problems with XOOPS 2.3.0 Alpha 3
  • 2008/6/23 4:33

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


any idea?



7
chardiar
Re: Article and Planet modules problems with XOOPS 2.3.0 Alpha 3
  • 2008/6/20 15:06

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi phppp,
For example on debug mode
... modules/article/xml.php/rss
it show this:

Internet Explorer

No se puede mostrar la página XML
No se puede ver la entrada XML con la hoja de estilo
. Corrija el error y haga clic en el botón Actualizar, o inténtelo de nuevo más tarde.


--------------------------------------------------------------------------------

No es válido en el nivel superior del documento. Error al procesar el recurso ... modules/ar...

This page cannot be displayed due to an internal error.<br/><br/>You can provide the following information to th...


Firefox

Error de lectura XML: no se encuentra elemento
Ubicación: ... /modules/article/xml.php/rss
Número de línea 1, columna 1:


The control panel show this:

SET NAMES 'utf8'
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xxx_session WHERE sess_id = 'xxxxxxx'
SELECT * FROM xxx_users WHERE uid=xxx
SELECT * FROM xxx_modules WHERE dirname = 'system'
DELETE FROM xxx_protector_access WHERE expire < UNIX_TIMESTAMP()
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxx' AND request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx'
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxxx'
INSERT INTO xxx_protector_access SET ip='xxxxxxxxxx',request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx',expire=UNIX_TIMESTAMP()+'xxxxx'
SELECT * FROM xxx_configcategory WHERE confcat_id=x
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT * FROM xxx_modules WHERE (hasmain = '1' AND isactive = '1') ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_modules WHERE dirname = 'thadmin'
SELECT * FROM xxx_tplset
SELECT * FROM xxx_configoption WHERE conf_id = '13' ORDER BY confop_id ASC
SELECT * FROM xxx_groups WHERE groupid != '3'
SELECT * FROM xxx_configoption WHERE conf_id = '32' ORDER BY confop_id ASC
SELECT * FROM xxx_configoption WHERE conf_id = '33' ORDER BY confop_id ASC
SELECT * FROM xxx_smiles
SELECT * FROM xxx_modules WHERE hasmain = '1' ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))


Thanks phppp

.



8
chardiar
Article and Planet modules problems with XOOPS 2.3.0 Alpha 3
  • 2008/6/19 12:15

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi friends,

I have these problems with Article and Planet modules:

1. The RSS, RDF, ATOM, OPML links do not work, as on clicking any of them there is a page blank in index page and Categories.

... modules/article/xml.php/rss in index page

... modules/article/xml.php/rss/c34 for example in one category

2. Notification Options only works "Global".

3. I can´t see Article spotlight in Article administration.

New installation.
Article module 1.00
Plante module 2.02
XOOPS 2.3.0 Alpha 3
PHP Version - 5.1.6
MySQL Version - 5.0.22
Server API Version - apache2handler
OS Version - Linux

Any idea?, thanks in advance



9
chardiar
Re: Article module - How can I only use basic form
  • 2008/6/14 16:17

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi friends,

I want only use "basic form" to registered members.
I did this for the 3 forms but equal I see the form full:

$form_art_elements["full"] = !empty($form_element["active"]) ? array_keys($form_element["active"]) :
array(
"form_mode", // Form mode
"art_title", // Article title
//"uid", // User ID for submitter
"art_summary", // Article summary
//"subtitle", // Subtitle for a page
//"editor", // Editor selection box
"text", // Article body
"text_options", // Options for article body display
//"page", // Multipage manipulation
//"writer_id", // Original author
//"art_source", // Original source
"art_keywords", // Keywords or tags for the article
//"attachment", // Attachments, not used yet
//"art_image", // Article spot image
//"art_template", // Article template
"cat_id", // Basic category
//"category", // Extra categories to register to
//"topic", // Topics to register to
//"art_forum", // Newbb forum board for discussing the article
//"art_elinks", // External relevant links
//"trackbacks", // URL to send trackback
"notify", // Notification for approval of the article
"approved", // Approve the article, admin only
//"update_time", // Update publish time, admin only
);

$form_art_elements["basic"] =
// Comment out any of the fields to be hidden
// Elements will be sorted according to the order here
array(
"form_mode", // Form mode
"art_title", // Article title
//"uid", // User ID for submitter
"art_summary", // Article summary
//"subtitle", // Subtitle for a page
//"editor", // Editor selection box
"text", // Article body
"text_options", // Options for article body display
//"page", // Multipage manipulation
//"writer_id", // Original author
//"art_source", // Original source
"art_keywords", // Keywords or tags for the article
//"attachment", // Attachments, not used yet
//"art_image", // Article spot image
//"art_template", // Article template
"cat_id", // Basic category
//"category", // Extra categories to register to
//"topic", // Topics to register to
//"art_forum", // Newbb forum board for discussing the article
//"art_elinks", // External relevant links
//"trackbacks", // URL to send trackback
"notify", // Notification for approval of the article
"approved", // Approve the article, admin only
//"update_time", // Update publish time, admin only
);


$form_art_elements["custom"] =
// Comment out any of the fields to be hidden
// Elements will be sorted according to the order here
array(
"form_mode", // Form mode
"art_title", // Article title
//"uid", // User ID for submitter
"art_summary", // Article summary
//"subtitle", // Subtitle for a page
//"editor", // Editor selection box
"text", // Article body
"text_options", // Options for article body display
//"page", // Multipage manipulation
//"writer_id", // Original author
//"art_source", // Original source
"art_keywords", // Keywords or tags for the article
//"attachment", // Attachments, not used yet
//"art_image", // Article spot image
//"art_template", // Article template
"cat_id", // Basic category
//"category", // Extra categories to register to
//"topic", // Topics to register to
//"art_forum", // Newbb forum board for discussing the article
//"art_elinks", // External relevant links
//"trackbacks", // URL to send trackback
"notify", // Notification for approval of the article
"approved", // Approve the article, admin only
"update_time", // Update publish time, admin only
);

?>


what´s wrong?

Thanks in advance.



10
chardiar
Re: Please what´s means this?
  • 2008/6/1 3:30

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


EUREKA!

The problem was Smarty_Compiler.class.php file in xoops/class/smarty/

It had 89 kb instead of 88 kb.


Thanks friends for all.




TopTop
(1) 2 3 4 ... 8 »



Login

Who's Online

189 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 189


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