Jump to content

Installation does not complete on namecheap server


Nik Groningen
 Share

Recommended Posts

Hi,

Currently I'm developing a platform and use Processwire for some of the backend. Everything is working very well on localhost, but the installation on namecheap does not complete. I've read some comments on this forum that mentioned hosting on namecheap (without mentioning issues). 

Attached is a screenshot of the last step of the installation. It looks very similar to the problem mentioned in this thread: https://processwire.com/talk/topic/15516-processwire-do-not-complete-installation/. Unfortunately, this didn't help me. I also attached a picture of the server. In the error_log, i do get some error messages related to includes and requires like:

[18-Jun-2020 03:42:32 America/New_York] PHP Fatal error:  require(): Failed opening required '/home/niklcicr/public_html/wire/config.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/niklcicr/public_html/wire/core/ProcessWire.php on line 1199

On the last screen, the console outputs a internal server error 500.

That's what I tried: Installation on another server (freeinfinity) and it worked fine, installation on another namecheap account (did not work), and I adjusted the .htaccess file according to other threads in this forum that had similar problems (did not work).

Is there anyone who got Processwire to work on namecheap hosting or can point me in the right direction? 

Thanks in advance,

Nik

pw.PNG

server.PNG

Link to comment
Share on other sites

[18-Jun-2020 03:42:32 America/New_York] PHP Fatal error:  require(): Failed opening required '/home/niklcicr/public_html/wire/config.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/niklcicr/public_html/wire/core/ProcessWire.php on line 1199

I don't have an answer to you, sadly, but looking at the post you linked to, this seems like a different issue. In that other case the problem was that the host only had 32MB of memory available, which wasn't enough to actually run (or even install) the system.

In this case it seems that PHP is unable to include the config file. I would start by making sure that it actually exists in the path mentioned above. If it does, it could be a permission issue: depending on the setup PHP may be running as some user that doesn't have access to this file.

Could also be something entirely different, so what I'd really suggest doing would be contacting support on the host in case they've got an idea what's going on.

Note: this is a little off-topic, but your host is running PHP 5.6.40. That's a very old version that hasn't received official security updates since January 2019, so I'd suggest updating to PHP 7, and preferably at least PHP 7.3. And if that's not possible on this host, it might be best to look for a new one... ?

  • Like 1
Link to comment
Share on other sites

Thanks for the reply teppo! 

You're right, i definitely should use php 7.3, I also tried that. I just developed the site on php 5.x and wanted to keep the settings as similar as possible. 

I'm talking to the namecheap support right now, if I can solve the issue with them I will post it here for future reference.

  • Like 4
Link to comment
Share on other sites

Unfortunately, the namecheap support was also not able to help me. Part of the response included:

"As we have checked, there are no issues on the server side. Please contact your website developer in order to resolve the issue.
Otherwise, please let us know how the issue should be fixed, and we will gladly help you." ?

I wish I could have helped other users who run into the same issue. However, I think it's best for me to just switch the hosting provider for now. If anyone ran into the same issue and figured it out, I would still love to hear it!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...