Jump to content

valkyrjan

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by valkyrjan

  1. Hi,

    My site's been working ok for quite a while but now it's giving everyone this message when they try to log in:

    Warning: require_once(/home/knottyolly/dreadlocktruth.com/components/com_community/libraries/videos.php) [function.require-once]: failed to open stream: Permission denied in /home/knottyolly/dreadlocktruth.com/plugins/user/jomsocialuser/jomsocialuser.php on line 20
    
    Fatal error: require_once() [function.require]: Failed opening required '/home/knottyolly/dreadlocktruth.com/components/com_community/libraries/videos.php' (include_path='.:/home/knottyolly/dreadlocktruth.com/plugins/system/zend:.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/knottyolly/dreadlocktruth.com/plugins/user/jomsocialuser/jomsocialuser.php on line 20
    

    Line 20 on jomsocialuser.php is as follows:

     require_once(JPATH_ROOT . DS . 'components' . DS . 'com_community' . DS . 'libraries' . DS . 'videos.php');
    

    Does anyone know what to do? It seems fine until you try to log in, including the admin panel. sad.gif

  2. Thanks - I removed the duplicate function from hook/function_hook.php, but then it brings up the same error for a different function in that file. The location function and this second one are the only contents of hook/function_hook.php, so there would be nothing left if I were to remove them both and, since this is supposed to be an automatic update package, I assume it's supposed to be there? 

  3. Hi all,

     

    I was trying to update Tapatalk (from 3.9 to 4.2) on my forum (phpBB 3.0.12) and I get this error when I get to the external installer link (if anyone here's familiar with Tapatalk?) 

     

     

     

    Fatal error: Cannot redeclare get_tapatlk_location() (previously declared in /forum/mobiquo/include/function_hook.php:4) /forum/mobiquo/hook/function_hook.php on line 62

     

    Here is some of the code from that file, starting at line 50 going down to 62.

     break;
            case "viewonline.php":
                $param_arr['location'] = 'online';
                break;
            default:
                $param_arr['location'] = 'index';
                break;
        }
        $queryString = http_build_query($param_arr);
        $url = generate_board_url() . '/?' .$queryString;
        $url = preg_replace('/^(http|https)/isU', 'tapatalk', $url);
        return $url;
        }
    

    Any ideas? 

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.