• Resolved ramonjosegn

    (@ramonjosegn)


    I get this error, can you help me? thanks

    Warning: require(__DIR__/admin_page.php) [function.require]: failed to open stream: No such file or directory in /home/web/public_html/wp-content/plugins/cached-l10n/plugin.php on line 135

    Warning: require(__DIR__/admin_page.php) [function.require]: failed to open stream: No such file or directory in /home/web/public_html/wp-content/plugins/cached-l10n/plugin.php on line 135

    Fatal error: require() [function.require]: Failed opening required ‘__DIR__/admin_page.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/web/public_html/wp-content/plugins/cached-l10n/plugin.php on line 135

    https://www.ads-software.com/extend/plugins/cached-l10n/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author lavoiesl

    (@lavoiesl)

    I believe you are using a version of PHP that does not support __DIR__. That is, before 5.3.0.

    Unfortunately for you, I am also using namespaces so it won’t work for you at all.

    I do not wish to support <5.3, so you will have to fix it yourself.

    I will update the description soon to clarify this.

    Thread Starter ramonjosegn

    (@ramonjosegn)

    ok, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I get error…’ is closed to new replies.