1
lapsa2000
Images on Smartsection ! failed !
  • 2008/12/31 13:14

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


I did not do any change in the system, nor smartsection, suddenly no longer shows me the pictures...

Link !

Help !!! Thanks !!!

Persevera...y seguiras
Perseverando !!!

2
trabis
Re: Images on Smartsection ! failed !
  • 2009/1/1 21:02

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

lapsa2000 wrote:
I did not do any change in the system, nor smartsection, suddenly no longer shows me the pictures...

Link !

Help !!! Thanks !!!



It is not just smartsection, happens in news to, does it not?
Have you been changing class/textsanitizer/config.php?

Open that file and make sure "image" => 1

if this is correct, then have a look at Frameworks/textsanitizer/module.textsanitizer.php to see if it looks like this:
<?php
// For backward compatibility
class MyTextSanitizerExtended extends MyTextSanitizer
{
}
?>


3
lapsa2000
Re: Images on all my site ! failed !
  • 2009/1/2 17:59

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


archive config:
"image"     => 1,


archive module.textsanitizer :
<?php // For backward compatibility class MyTextSanitizerExtended extends MyTextSanitizer { } ?>


seems to be all right, I upload all XOOPS again?

Thank trabis

Persevera...y seguiras
Perseverando !!!

4
lapsa2000
Re: Images on all my site ! failed !
  • 2009/1/2 18:03

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


Debug:

NoticeUndefined indextag in file /modules/xlanguage/include/functions.php line 258 NoticeUndefined variablecontent in file /modules/social_bookmarks/blocks/social_bookmarks.php line 46 WarningMyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 642 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 Notice: Function xoops_getLinkedUnameFromId() is deprecated, use XoopsUserUtility::getUnameFromId() instead in file /include/functions.legacy.php line 44 WarningMyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 642 Warning: include(../../mainfile.php) [function.include]: failed to open streamNo such file or directory in file /modules/radio/functions.php line 6 Warning: include() [function.include]: Failed opening '../../mainfile.php' for inclusion (include_path='.;./includes;./pear'in file /modules/radio/functions.php line 6 Notice: Function xoops_load_lang_file() is deprecated, use xoops_loadLanguage() instead in file /include/functions.legacy.php line 31
Persevera...y seguiras
Perseverando !!!

5
trabis
Re: Images on all my site ! failed !
  • 2009/1/2 18:33

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Try to disable all blocks on the smartsection page.
Report back errors.

6
lapsa2000
Re: Images on all my site ! failed !
  • 2009/1/3 3:23

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


Ups...without touching anything at all, now I've lost the site!

Debug:

Parse errorsyntax errorunexpected T_STRING in C:Inetpubvhostsxoopsdemos.com.arhttpdocsmodulesxlanguageincludevars.php on line 33
Persevera...y seguiras
Perseverando !!!

7
trabis
Re: Images on all my site ! failed !
  • 2009/1/3 3:40

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


It seems you found your problem.
Edit xlanguage/include/vars.php and make sure you have this:
if(!defined('XLANGUAGE_CONFIG_FILE')) define('XLANGUAGE_CONFIG_FILE'XOOPS_CACHE_PATH.'/xlanguage.php');
if(!
defined('XLANGUAGE_CONFIG_VAR')) define('XLANGUAGE_CONFIG_VAR''cached_config');
if(!
defined('XLANGUAGE_LANG_TAG')) define('XLANGUAGE_LANG_TAG'"lang");
if(!
defined('XLANGUAGE_TAGS_RESERVED')) define('XLANGUAGE_TAGS_RESERVED'"</head>,</body>");


also delete this file:
XOOPS_CACHE_PATH.'/xlanguage.php

You may need to unistall xlanguage.


8
lapsa2000
Re: Images on all my site ! failed !
  • 2009/1/4 4:17

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


follow the steps and everything like nothing ...
Persevera...y seguiras
Perseverando !!!

9
trabis
Re: Images on all my site ! failed !
  • 2009/1/4 9:47

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I´ll need ftp access. Pm if interested.

10
lapsa2000
Re: Images on all my site ! failed !
  • 2009/1/4 13:49

  • lapsa2000

  • Quite a regular

  • Posts: 247

  • Since: 2006/10/27


send pm !!!
Persevera...y seguiras
Perseverando !!!

Login

Who's Online

131 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 131


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