• After installation, i try to open the plugin settings page (http://example.com/wp-admin/options-general.php?page=wpTimeMachineCore.php).

    But i get permission errors you can see below.
    I still get errors even if I set all file permissions are 0777.

    Errors i get:

    : fopen(/home/example/wordpress/wp-content/wpTimeMachine_options.php) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 923

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 924

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 925

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    Warning: fopen(/home/example/wordpress/wp-content/wpTimeMachine_log.txt) [function.fopen]: failed to open stream: Permission denied in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 871

    Warning: fwrite(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 872

    Warning: fclose(): supplied argument is not a valid stream resource in /home/example/wordpress/wp-content/plugins/wp-time-machine/includes/wpTimeMachineCore.php on line 873

    This is a dedicated linux server, but all other word press plugins are perfectly OK with that.

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

    (@paulgpetty)

    I think your issue is that the permissions need to be set on:

    /home/example/wordpress/wp-content/wpTimeMachine_options.php

    Alternatively, you could:

    chmod 777 /home/example/wordpress/wp-content/

Viewing 1 replies (of 1 total)
  • The topic ‘wp Time machine plugin – Installation issue’ is closed to new replies.