Jump to content

Installation unable to move


dreerr
 Share

Recommended Posts

Hi there!

I have an odd problem with a processwire installation, have been doing quite a lot of migrations, but this is a new kind of error. 

My installation is at http://subdomain.name.tld/ any attempt to move to http://subdomain.name.tld/subdirectory/ or to http://othersubdomain.name.tld/ results in a blank page with header error code 500, even with debugging turned on no messages are displayed, notihng is written in errors.txt and on apace access.log I only get 500, not any more info. I'm hosting at Gandi with simple hosting.

installed modules include:

ProcessWire master 2.5.3

EmailObfuscation 1.0.3
ProcessWireUpgrade 0.0.2
ModulesManager 2.1.6
Spex 0.9.9
ProcessRedirects 1.0.0
Minify 1.0.3
ProcessBatcher 1.0.4
JqueryDataTables 1.9.4
 
any clue on whare to start analyzing?
Link to comment
Share on other sites

Hello,

Not sure I can help, and I don't know what you've already tried, but:

Have you read, for example, https://github.com/ryancramerdesign/ProcessWire#resolving-an-apache-500-error and/or http://processwire.com/docs/tutorials/troubleshooting-guide/

In site/config.php, have you customized this:

/**
 * Installer: HTTP Hosts Whitelist
 *
 */
$config->httpHosts = array('localhost', 'subdomain.name.tld/subdirectory/', 'othersubdomain.name.tld/');

Or this in .htaccess:

# -----------------------------------------------------------------------------------------------
  # OPTIONAL: Set a rewrite base if rewrites aren't working properly on your server.
  # And if your site directory starts with a "~" you will most likely have to use this.
  # -----------------------------------------------------------------------------------------------

  # RewriteBase /
  # RewriteBase /pw/
  # RewriteBase /~user/

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...