• Resolved interlinguausa

    (@interlinguausa)


    Can you please help me out? I tried updating your plug-in and got this error. Google Analytics is important so if it does not function, then i’m in trouble. Please email me a solution to isaac@interlinguausa.com. Thanks!

    Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_94c586d37bc7b4e8297b42e34272e7c5, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web295/b2957/ipw.interlinguausa/public_html/wp-content/plugins/async-google-analytics/asyncgoogleanalytics.php on line 13

Viewing 1 replies (of 1 total)
  • Plugin Author minilibra

    (@minilibra)

    You can commented the line 13 on asyncgoogleanalytics.php as follow:
    before:
    session_start();
    after
    //session_start();

    the plugin still working normally without php session. The php session only help the plugin to initialize custom tracking more faster.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Asynchronous Google Analytics for WordPress] Fatal Error for my website’ is closed to new replies.