support icon indicating copy to clipboard operation
support copied to clipboard

Does not track changes anymore

Open M4N0JKUM4R opened this issue 5 years ago • 2 comments

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?

M4N0JKUM4R avatar Jul 18 '19 16:07 M4N0JKUM4R

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?

pavelevap avatar Jul 19 '19 09:07 pavelevap

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.

M4N0JKUM4R avatar Jul 19 '19 09:07 M4N0JKUM4R