Fork me on GitHub

SilverTheme for dizkus with blanktheme  Bottom

  • Hello

    I have put dizkus silvertheme to BlankTheme and when i go to index.php?module=Dizkus i got this error :
    Error: A problem occurred while processing your request. Thank you to verify data entries.


    i got page displayed with forum but this error i shown hov to fix that

    BTW i download silvertheme from zikula.es

    thanks
  • Well
    i'm afraid that the Silver theme will not be needed anymore.
    It's already included in the SVN of Dizkus, but there are some bugs to solve.

    Have you cleared your pnRender templates?
    Anyways, to get more details about the error enable the development flag in the config.php and tell us what's the error icon_wink

    --
    - Mateo T. -
    Mis principios... son mis fines
  • this is error :

    Error: A problem occurred while processing your request. Thank you to verify data entries. [theme_userapi_getpageconfiguration] on line 85 in file \ system \ Theme \ pnuserapi.php

    Line 85

    Code

    /**
    76 * Get a page configuration for a theme
    77 */

    78 function theme_userapi_getpageconfiguration($args)
    79 {
    80    // check our input
    81    if (!isset($args['theme']) || empty($args['theme'])) {
    82        return LogUtil::registerError(_MODARGSERROR);
    83    }
    84    if (!isset($args['filename']) || empty($args['filename'])) {
    85        return LogUtil::registerError(_MODARGSERROR);
    86    }
    87
    88    return _theme_userapi_readinifile(array('theme'=> $args 'theme'], 'file' =>  $args ['filename'], 'sections' N=> true));
    89}


    I got SVN of dizkus and i got this folder :

    AjaxSupportPackage
    Diggers
    Dizkus
    PnphpBB2
    templates
    websnapr

    So it is in Dizkus folder under tempalate?
  • The Dizkus folder is the whole module.
    You can try it out, it uses the Silver theme.

    Uh, mmmmm, check the theme. Seems like the /templates/config/pageconfiguration.ini file may be missed, but it's pretty weird. Check the file permissions too, should be at least 444

    --
    - Mateo T. -
    Mis principios... son mis fines
  • i put SVN dizkus and erase silvertheme files and no more error
  • Fine. Good to hear icon_smile

    And if you find any bugs, so please create a ticket on http://code.zikula.org/dizkus/newticket
  • 0 users

This list is based on users active over the last 60 minutes.