• After enabling the plugin, all pages are blank

    even with all weboptimizer options disabled (so only plugin activated), pages are still blank

    php log shows :
    [14-Sep-2009 12:21:42] PHP Warning: require(/xxx/wpblog/wp-content/plugins/web-optimizer/web-optimizer/web.optimizer.php) [function.require]: failed to open stream: No such file or directory in /xxx/wpblog/wp-content/plugins/web-optimizer/web.optimizer.wordpress.php on line 244

    http://wordpress.org/extend/plugins/web-optimizer/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter corelan

    (@corelan)

    update :
    edit web.optimizer.wordpress.php

    change line 244 to
    require(dirname(__FILE__) . '/web.optimizer.php');

    now the page loads… I’ll check each option and see if they work or not

    Thread Starter corelan

    (@corelan)

    I’m getting a bunch of other messages now :

    [14-Sep-2009 12:57:19] PHP Warning: chdir() [function.chdir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (xxxxx) in /xxx/wpblog/wp-content/plugins/web-optimizer/controller/compressor.php on line 1720

    [14-Sep-2009 12:57:19] PHP Warning: chdir() [function.chdir]: Permission denied (errno 13) in /xxx/wpblog/wp-content/plugins/web-optimizer/controller/compressor.php on line 1679

    [14-Sep-2009 12:57:19] PHP Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(wod845dc3e7f8fe64d215690a650430931.js) is not within the allowed path(s): (xxxx) in /xxx/wpblog/wp-content/plugins/web-optimizer/controller/compressor.php on line 1682

    I don’t like plugins to start reading/writing out of my webserver folder structure… please fix this

    agreed, that sounds potentially dangerous for a plugin. Guess I’ll wait till all this is resolved, was looking forward to a good way to optimize cuz I have several CSS and JS loading.

    @corelan: it seems CSS/JS cache dirs haven’t been computed properly. And getcwd() returned ‘/’, this can be probably fixed with correct check of returned value.

    The first issue was fixed in 0.5.9.2

    @anotherhero

    even i get blank page with out error

    but installation step 1 and 3 link lead to blank page only page 2 link i can see some option

    @xinfo: there shoudn’t be any links to step 1 or 3. Please make sure I’ve copied web.optimizer.wordpress.css file

    But it show step 1 ,2,3 but only step 2 have link plugin added via dashboard and logo also broken

    @xinfo: what is the URL of the broken image? (just to understand what is wrong with it)

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Web Optimizer] doesn’t work’ is closed to new replies.