versionpress / support

Unofficial support for VersionPress. Note that VersionPress is currently not being developed: https://github.com/versionpress/versionpress/issues/1481.
19 stars 7 forks source link

Does not track changes anymore #168

Open M4N0JKUM4R opened 5 years ago

M4N0JKUM4R commented 5 years ago

Thanks for this very nice plugin which is missing in WordPress Core.

So this is my system info:

array (
  'wordpress-version' => '5.2.2',
  'versionpress-version' => '4.0-beta2',
  'operating-system' => 'Linux vps45793.inmotionhosting.com 3.10.0-042stab138.1 #1 SMP Wed May 15 09:33:10 MSK 2019 x86_64',
  'php-version' => '7.2.20',
  'php-sapi' => 'fpm-fcgi',
  'git-version' => '2.21.0',
  'git-full-path' => '/usr/local/cpanel/3rdparty/lib/path-bin/git',
  'wp-cli-full-path' => 'wp',
)
Git
array (
  'git-binary-as-configured' => '/usr/local/cpanel/3rdparty/lib/path-bin/git',
  'git-available' => true,
  'git-version' => '2.21.0',
  'git-binary-as-called-by-vp' => '/usr/local/cpanel/3rdparty/lib/path-bin/git',
  'git-full-path' => '/usr/local/cpanel/3rdparty/lib/path-bin/git',
  'versionpress-min-required-version' => '1.9',
  'matches-min-required-version' => true,
)
Permissions
array (
  'exec-user' => NULL,
  'proc_open-user' => 'sparxia',
  'php-can-write' => 
  array (
    'ABSPATH' => true,
    'WP_CONTENT_DIR' => true,
    'sys_temp_dir' => true,
  ),
  'php-can-delete' => 
  array (
    'ABSPATH' => true,
    'WP_CONTENT_DIR' => true,
    'sys_temp_dir' => true,
  ),
  'process-can-write' => 
  array (
    'ABSPATH' => true,
    'WP_CONTENT_DIR' => true,
    'sys_temp_dir' => true,
  ),
  'php-can-delete-file-created-by-process' => 
  array (
    'ABSPATH' => true,
    'WP_CONTENT_DIR' => true,
    'sys_temp_dir' => true,
  ),
)

Everything was working fine and suddenly there were no commits shown.

ULMjb9

I get the 500 internal server error. Is there any easy fix that I am missing?

pavelevap commented 5 years ago

Hi @ManojAMK,

maybe "suddenly" is interconnected with any other change on your website (plugin installation, update, etc), any idea what could cause this issue? Could you check your PHP error log if there is anything related to this issue?

M4N0JKUM4R commented 5 years ago

Hi @pavelevap

Thanks for the reply. Much appreciated. I just had to reactivate the plugin and it tracks the changes again. The issue is that it does not store the previous commits. Is there any way I can backup VersionPress alone with an export option because a full site backup or a migration does not work well wiith VersionPress. It still tracks only the new changes.