101
andrey3761
Re: mydownloads 1.6 and Class 'XoopsTree'

I too develop modules for the site...
I wished to rectify this error. On a working site debugging is switched off.



102
andrey3761
mydownloads 1.6 and Class 'XoopsTree'

In module mydownloads 1.6 there are errors

Warning: Class 'XoopsTree' is deprecatedcheck 'XoopsObjectTree' in tree.php in file /class/xoopstree.php line 45


How to correct?
XOOPS 2.3.3
PHP 5.2



103
andrey3761
Re: Xoops Lib and Xoops Data

Quote:
(e.g. C:/AppServ/www/mydatafolder and C:/AppServ/www/mylibsfolder)


C:/AppServ/xoops_lib and C:/AppServ/xoops_data



104
andrey3761
Re: How to clear a module cache?

DonCurioso, Mamba.
I do not wish to clean a cache of all site. I wish to clean a cache of one module.



105
andrey3761
How to clear a module cache?

I wish to clear a module cache. Has for this purpose written function:

function mymodule_updateCache(){
    
    global 
$xoopsModule;
    include_once 
XOOPS_ROOT_PATH.'/class/template.php';
    
$xoopsTpl = new XoopsTpl();
    
$folder $xoopsModule->getVar('dirname');
    
$xoopsTpl->clearCache($folder);
    
}


When I call this function there are errors:

Notice: Undefined index: exp_time in file /class/smarty/internals/core.rm_auto.php line 60
Notice: Undefined index: exp_time in file /class/smarty/internals/core.rm_auto.php line 60
*******
Notice: Undefined index: exp_time in file /class/smarty/internals/core.rm_auto.php line 60

How correctly to clear a cache?



106
andrey3761
Re: XOOPS 2.4.x Translations

Russian translation for beta 2 in SVN



107
andrey3761
Re: Xoops 2.3.3 and PHP 5.3

UnknownAssigning the return value of new by reference is deprecated in file /header.php line 60
Unknown
Assigning the return value of new by reference is deprecated in file /class/xoopsblock.php line 464
Unknown
Assigning the return value of new by reference is deprecated in file /class/xoopsblock.php line 514
Unknown
Assigning the return value of new by reference is deprecated in file /class/theme.php line 73
Unknown
Assigning the return value of new by reference is deprecated in file /class/theme.php line 196
Unknown
Assigning the return value of new by reference is deprecated in file /class/theme.php line 248
Unknown
Assigning the return value of new by reference is deprecated in file /class/theme_blocks.php line 90


PHP 5.3.0 XOOPS 2.3.3



108
andrey3761
Re: How to work with module Tag?

Quote:
Look in the module's root directory for sample.php.


Thanks!



109
andrey3761
Re: How to work with module Tag?

You are right. I wish to create a plug-in for the module. Thanks, I will look as it it is made in module News.



110
andrey3761
Re: How to work with module Tag?

mariane:
The documentation of the developer is necessary to me.




TopTop
« 1 ... 8 9 10 (11) 12 13 »



Login

Who's Online

179 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

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

Latest GitHub Commits