presslabs / gitium

Keep all your WordPress code on git with a simple plugin and a repo
https://www.presslabs.com/code/gitium/
GNU General Public License v2.0
180 stars 31 forks source link

Blank page after step1 setup in gitium #157

Closed cristianuibar closed 6 years ago

cristianuibar commented 6 years ago

When submitting the form in step 1 setup, it displayed a blank white page, and if you try to go back to the gitium page after that, it is all empty.

Reported here: https://wordpress.org/support/topic/configuration-attempts-return-error-page/#post-9933533

Confirmed by testing on independent VPS setup.

mr-tcan commented 6 years ago

Hi.

The same problem happens in step 2 setup and when you try to regenerate SSH key.

I solve this problem by deleting wp_die() at https://github.com/PressLabs/gitium/blob/master/gitium/inc/class-gitium-menu.php#L54.

pothi commented 6 years ago

The same problem happens in step 2 setup and when you try to regenerate SSH key.

Happened in my test site too.