| Re: @Trabis: Defacer |
| by trabis on 2010/2/9 19:50:48 Try using: modules/extgallery/public-album.php?id=4 |
| Re: @Trabis: Defacer |
| by rgauci on 2010/2/9 16:02:09 Trabis I am using wild card '*' to select my modules and it works perfectly on XOOPS 2.4.4 now I have a gallery module and I want to go directly to a particular category, so what is the Page url please? I have tried like: /modules/extgallery/public-album.php?id=4 and even public-album.php?id=4 but did not work Ray |
| Re: @Trabis: Defacer |
| by techdb on 2009/11/16 21:01:30 Upgrade did the trick thanks. |
| Re: @Trabis: Defacer |
| by trabis on 2009/11/15 18:37:48 Is this the content of those lines? le="color: #000000"><?php in file /modules/defacer/include/beforeheader.php line 34 if (isset($objs[$pageid]) && is_object($objs[$pageid])) { in file /modules/defacer/include/beforeheader.php line 48 if (isset($objs[$pageid]) && is_object($objs[$pageid])) { in file /modules/defacer/include/beforefooter.php line 35 if (isset($objs[$pageid]) && is_object($objs[$pageid])) { If not, please upgrade defacer to 1.0 final: http://code.google.com/p/xuups/downloads/list |
| Defacer Xoops 2.4.1 Undefined offset |
| by techdb on 2009/11/15 15:35:08 I am running Defacer 1.0 and just upgraded to XOOPS 2.4.1 from 2.3.3. Defacer seems to be doing what it is supposed to be doing however when I debug XOOPS I find these (among others) repeating errors: Notice: Undefined offset: -1 in file /modules/defacer/include/beforeheader.php line 34 Notice: Undefined index: 41 in file /modules/defacer/include/beforeheader.php line 48 Notice: Undefined offset: -1 in file /modules/defacer/include/beforeheader.php line 34 Notice: Undefined offset: -1 in file /modules/defacer/include/beforeheader.php line 48 Notice: Undefined offset: -1 in file /modules/defacer/include/beforefooter.php line 35 Now Running XOOPS Version - XOOPS 2.4.1 PHP Version - 5.2.9 Any ideas? |