Remember me? forgot password | register

SilverStripe Forum

10689 Posts in 2796 Topics by 1518 members

Jump to:

Site Builders

If this is your first visit, you will need to register before you can post. However, you can browse all messages below.

Community » SilverStripe Forum » Site Builders » Strange intermittant problem
Page: 1 go to end Reply
Author Topic: Strange intermittant problem 363 views
  • Apophenian
    avatar
    Community Member
    22 posts
    3 SilverStripe Sites

    Strange intermittant problem Link to this post

    Hi there - hopefully someone can help or at least put me on the right path with this -

    I am running the latest version of SS, and am getting this problem intermittantly - on full page requests, and ajax calls, where the output is the following:


    ''Security', 'db/$Action' => 'DatabaseAdmin', '$Controller/$Action/$ID/$OtherID' => '*', 'images/$Action/$Class/$ID/$Field' => 'Image_Uploader', '' => 'RootURLController', 'sitemap.xml' => 'GoogleSitemap', )); Director::addRules(1, array( '$URLSegment/$Action/$ID/$OtherID' => 'ModelAsController', )); // Load error handlers Debug::loadErrorHandlers(); // Connect to database require_once("core/model/DB.php"); if(isset($_GET['debug_profile'])) Profiler::mark('DB::connect'); DB::connect($databaseConfig); if(isset($_GET['debug_profile'])) Profiler::unmark('DB::connect'); // Get the request URL $baseURL = dirname(dirname($_SERVER['SCRIPT_NAME'])); if(substr($url,0,strlen($baseURL)) == $baseURL) $url = substr($url,strlen($baseURL)); // Direct away - this is the "main" function, that hands control to the appropriate controller if(isset($_GET['debug_profile'])) Profiler::unmark('main.php init'); Director::direct($url); if(isset($_GET['debug_profile'])) { Profiler::unmark('all_execution'); Profiler::show(isset($_GET['profile_trace'])); } ?>'

    Which seems to be straight out of main.php, from line 20 onwards (or thereabout).

    Has anyone seen this type of issue before?

    Cheers,

    Rane

  • Apophenian
    avatar
    Community Member
    22 posts
    3 SilverStripe Sites

    Re: Strange intermittant problem Link to this post

    Actually, it's more like line 125...

    Anyone seen this before? Could it be session related, seeing as it works fine for a time then everyso often I will get this error?

    363 views
go to top Reply

Currently Online:

François, Dig, simon_w, Darkangel

Welcome to our latest member: aaragon