impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

Installation Problem "Unexpected Error" #855

Closed HeinOpal closed 6 years ago

HeinOpal commented 7 years ago

Hi ImpressPages, I am currently struggeling to install ImpressPages 5.02. I use PHP 5.6.30. Starting the installation process seems to work fine grafik After hitting Next I get "Unexpected Error" grafik

Where can I see what the problem is? Thanks in advance Thomas

maskas commented 6 years ago

Hello,

you are not the only one getting it. But nobody had a look at the exact reason. Please open debug console in the browser and look for 500 requests in network tab.

maskas commented 6 years ago

And here I have reproduced it while testing the new 5.0.3 release! Looking what and why is happening there.

maskas commented 6 years ago

And removing config.php file and going again to the root of the website fixes the issue. Digging deeper.

HeinOpal commented 6 years ago

Thank you maskas for your support. Removing/Renaming the config.php solved my problem.

All the best from southern Germany Thomas

jankus commented 6 years ago

From my tests it was some server configuration that forces redirect during AJAX call with post data. Then request get error and returns contents of redirected page. That's why response is so weird. But it doesn't happen for everyone.