test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • brenot Friend
    #815236

    Hi, I´m running a website using JA UBER and J 3.4.5 , and I´ve been experiencing some issues…

    When I enter at some pages , there is an error appearing… Can somebody help me to solve?

    Thanks

    ( ! ) Notice: Array to string conversion in /hdsdb/var/www/forumdesenvolvimento/staging/joomla/libraries/joomla/filter/input.php on line 201
    Call Stack

    Time Memory Function Location

    1 0.0000 241112 {main}( ) …/index.php:0
    2 0.0074 908992 JApplicationCms->execute( ) …/index.php:45
    3 0.1411 4648712 JApplicationSite->render( ) …/cms.php:258
    4 0.1412 4649176 JApplicationCms->render( ) …/site.php:745
    5 0.1600 5355592 JDocumentHTML->render( ) …/cms.php:1059
    6 0.1600 5355664 JDocumentHTML->_renderTemplate( ) …/html.php:477
    7 0.1935 5507768 JDocumentHTML->getBuffer( ) …/html.php:697
    8 0.1935 5507992 JDocumentRendererModules->render( ) …/html.php:411
    9 0.1936 5508616 JDocumentRendererModule->render( ) …/modules.php:43
    10 0.1937 5522824 JModuleHelper::renderModule( ) …/module.php:103
    11 0.1952 5558216 include( ‘/hdsdb/var/www/forumdesenvolvimento/staging/joomla/modules/mod_jamasshead/mod_jamasshead.php’ ) …/modulehelper.php:195
    12 0.1952 5562352 ModJAMassheadHelper->getMasshead( ) …/mod_jamasshead.php:33
    13 0.1953 5563440 JRequest::getInt( ) …/helper.php:135
    14 0.1953 5563584 JRequest::getVar( ) …/request.php:193
    15 0.1953 5563840 JRequest::_cleanVar( ) …/request.php:152
    16 0.1953 5563888 JFilterInput->clean( ) …/request.php:553

    Ninja Lead Moderator
    #816107

    Hi,

    With this problem, I need to check it directly on your site, you give me the credentials info: the URL, admin and FTP account of your site and Set as private reply.

    Regards

    brenot Friend
    #817494
    This reply has been marked as private.
    Ninja Lead Moderator
    #818385

    11 0.1952 5558216 include( ‘/hdsdb/var/www/forumdesenvolvimento/staging/joomla/modules/mod_jamasshead/mod_jamasshead.php’ ) …/modulehelper.php:195
    12 0.1952 5562352 ModJAMassheadHelper->getMasshead( ) …/mod_jamasshead.php:33

    Can you send me the log file the problem from your hosting? I need to know exactly the problem on that.

    brenot Friend
    #818732

    Hi Ninja,

    I´m sending all the lines add in my log when I enter at one of the pages that are displaying the error..

    Is the following lines..

    ps. I also sending you the whole log

    Thanks

    
    2015/12/17 15:09:45 [error] 1263#0: *37 FastCGI sent in stderr: "PHP message: PHP Notice:  Array to string conversion in /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/joomla/filter/input.php on line 201
    PHP message: PHP Stack trace:
    PHP message: PHP   1\. {main}() /home/vagrant/Projetos/forumdesenvolvimento/joomla/index.php:0
    PHP message: PHP   2\. JApplicationCms->execute() /home/vagrant/Projetos/forumdesenvolvimento/joomla/index.php:45
    PHP message: PHP   3\. JApplicationSite->render() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/cms/application/cms.php:258
    PHP message: PHP   4\. JApplicationCms->render() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/cms/application/site.php:745
    PHP message: PHP   5\. JDocumentHTML->render() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/cms/application/cms.php:1059
    PHP message: PHP   6\. JDocumentHTML->_renderTemplate() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/joomla/document/html/html.php:477
    PHP message: PHP   7\. JDocumentHTML->getBuffer() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/joomla/document/html/html.php:697
    PHP message: PHP   8\. JDocumentRendererModules->render() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/joomla/document/html/html.php:411
    PHP message: PHP   9\. JDocumentRendererModule->render() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/joomla/document/html/renderer/modules.php:43
    PHP message: PHP  10\. JModuleHelper::renderModule() /home/vagrant/Projetos/forumdesenvolvimento/joomla/libraries/joomla/document/html/renderer/module.php:103
    PHP message: PHP  11\. include() /home/vagrant/Projetos/forumdesenvolvimento/joomla/plugins/system/t3/includes/joomla30/modulehelper.php:195
    PHP message: PHP  12\. ModJAMassheadHelper->getMasshead() /home/vagrant/Projetos/forumdesenvolvimento/joomla/modules/mod_jamasshead/mod_jamasshead.php:33
    PHP message: PHP  13\. JRequest::getInt() /home/vagrant/Projetos/forumdesenvolvimento/joomla/modules/mod_jamasshead/helper
    
    Ninja Lead Moderator
    #819787

    You can apply my solution below to fix the problem on your site

    Open modules/mod_jamasshead/helper.php file,

    find and change
    Line 68:

    $id     = JRequest::getInt('id');

    Line 69:

    $Itemid = JRequest::getInt('Itemid');

    Line 152:

    $id = JRequest::getInt('id');

    to
    Line 68:

    $id     = JRequest::getInt('id',0);

    Line 69:

    $Itemid = JRequest::getInt('Itemid',0);

    Line 152:

    $id = JRequest::getInt('id',0);

    Let me know if it helps

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum