Results 1 to 6 of 6

Thread: serious mess up

  1. #1

    Join Date
    Mar 2008
    Posts
    19

    Default serious mess up

    I have no Idea, but apparently this line has failed

    Fatal error: Call to undefined function getSiteStatAdmin() in admin/index.php on line 177

    So, I don't know how or where I need to find that.

    If you know.

    Please help

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Version of Dolphin / aeDating you are running?

    New install or old?

    Worked before?

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    silverado350's Avatar
    Join Date
    Nov 2007
    Posts
    131

    Default admin/index.php

    Here is the code that is talking about. Sounds like a db problem.
    admin/index.php

    line 177
    Code:
    TopCodeAdmin();
    
    ContentBlockHead( 'Latest Activity', 0, 'quickstat' );
    
    echo '<div class="quick_stat_part">
    		  <img src="images/icons/graph.png" class="quick_stat_part_list" />
    		  <div class="quick_stat_part_head">Quick Stats</div>
    		  <div class="quick_stat_part_body">'.getSiteStat().'</div>
    	  </div>
    	  <div class="quick_stat_part">
    		  <img src="images/icons/bino.png" class="quick_stat_part_list" />
    		  <div class="quick_stat_part_head">Awaiting Moderation</div>
    		  <div class="quick_stat_part_body">'.getSiteStat('admin').'</div>
    	  </div>';
    
    ?>
    Dolphin 7
    vBulletin 3.8.4

  4. #4

    Join Date
    Mar 2008
    Posts
    19

    Default Thanks for the time, may God bless ya

    Version of Dolphin / aeDating you are running? version 6.1

    New install or old?
    version 6.1 style

    Worked before?
    Yeah, it worked before

    I looked at code, but when I went and commented them out, it logged me in, but there was nothing in admin control section,

    It's not my site, So I think the guy who's site it is must have messed with it

  5. #5

    Join Date
    Mar 2008
    Posts
    19

    Default Was wondering, if it is the database

    If it is the Database problem, I probably couldn't save that since the info is bad. Do you all know if it could be a database problem??

    Thanks for your time

  6. #6
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default Not your database

    Your error is NOT a database issue. What this error is telling you is that the sitestatsadmin function does not exist in your code. Your page is CALLING this function, but is not FINDING it anywhere. What you need to do is compare your ORIGINAL admin file with your CURRENT file using a file comparison utility and look for the differences in them. You should see somewhere on your ORIGINAL the function it says is missing further down on that page.

    Just copy and paste it back intop your BAD copy of the file and you should be set.

    Hope this helps!
    If at first you don't succeed, go to a forum and ask like hell. (Using Joomla 1.5.18, JomSocial 1.6.12, Fully Customized)
    <div>

<a href="http://www.fancamtastic.com/?idAff=5"><img src="http://www.fancamtastic.com/media/images/banners/Banner6.gif" width="445" height="49" border="0"></a><br />
<a href="http://www.fancamtastic.com/?idAff=5"></a>

</div>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •