Skip to content

Commit

Permalink
Revert "quickfix for opf bug"
Browse files Browse the repository at this point in the history
This reverts commit 878f42d.

The "bug" (that absolute paths were used) was fixed in opf dashboard
version 1.5.7. Running the update of any version later than this
eliminates all occurrences of the absolute paths in the database.
The prerequisite: those paths are still correct. When migrating
an older installation to a different server may require to edit
the paths and urls manually - or you upgrade first and migrate the
installation afterwards to a new hoster.

If there should still be cases in which the mechanism doesn't work,
the workaround is to uninstall and re-install opf dashboard,
which requires to comment out this line in its info.php like this:
// $module_level       = 'core';
  • Loading branch information
mrbaseman committed Oct 6, 2021
1 parent 95087ce commit 899cbf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wbce/install/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ function status_msg($message, $class = 'grey', $element = 'span')
} else {
echo "<br />Update OpF Dashboard<br />";
require_once WB_PATH . "/modules/outputfilter_dashboard/upgrade.php";
require_once WB_PATH . "/modules/outputfilter_dashboard/install.php";
Settings::Set('opf_show_advanced_backend', 1, false);
}
// uninstall classical output filter module
Expand Down

0 comments on commit 899cbf9

Please sign in to comment.