+ Reply to Thread
Results 1 to 6 of 6

Thread: admin problem

  1. #1
    ratzman1 is offline Junior Member
    Join Date
    May 2007
    Location
    UK
    Posts
    3

    Default admin problem

    hi,
    i'm almost all the way through installation but when i go to the admin page i get this error:
    Parse error: syntax error, unexpected $end, expecting ',' or ')' in /home/easyecom/public_html/include/smarty/libs/Smarty_Compiler.class.php on line 1198
    I've deleted the install folder and i'm hosted with cirtex. any help would be appreciated.
    regards

  2. #2
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,158

    Default

    What is your web site url ?

  3. #3
    ratzman1 is offline Junior Member
    Join Date
    May 2007
    Location
    UK
    Posts
    3

    Default website address

    hi,
    that problem resolved by reinstalling, i have this problem now when trying to signin to admin:
    http://www.ebaymillionairemaker.com/admin/main.php

    regards

  4. #4
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,158

    Default

    In your config.php file site url is not proper, if you could post it content after removing MySQL login details, i can tell what need to be changed.

  5. #5
    ratzman1 is offline Junior Member
    Join Date
    May 2007
    Location
    UK
    Posts
    3

    Default update

    hi,
    this is what i get when i check the file in cpanel

    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "localhost";
    $db_user = "removed";
    $db_pass = "removed";
    $db_name = "ebayrcom_video";

    $config = array();

    $config['ffmpeg'] = "/usr/local/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/ebayrcom/public_html";
    $config['baseurl'] = "http://www.ebaymillionairemaker/video";

    include("vshare.php");
    ?>

  6. #6
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,158

    Default

    $config['baseurl'] = "http://www.ebaymillionairemaker/video";

    This is wrong. You should enter the website url properly.

    If you have installed script at http://www.ebaymillionairemaker.com, then use

    $config['baseurl'] = "http://www.ebaymillionairemaker.com";

+ Reply to Thread

Similar Threads

  1. admin login problem
    By tennistjn in forum Bug Reports
    Replies: 6
    Last Post: 04-30-2009, 07:34 PM
  2. sql problem in admin panel
    By RAMMSTEIN in forum General Discussions
    Replies: 0
    Last Post: 04-07-2009, 10:35 PM
  3. Admin Login Problem
    By west in forum General Discussions
    Replies: 7
    Last Post: 03-17-2009, 02:47 AM
  4. Admin Problem
    By cyy in forum Installation Support
    Replies: 3
    Last Post: 03-15-2009, 09:06 PM
  5. Problem with loggin as admin
    By michalk in forum Bug Reports
    Replies: 8
    Last Post: 03-28-2008, 01:03 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts