I downloaded OpenPublish (openpublish-7.x.1.0-beta7-core.zip), unzipped it and transferred the whole content to the server. I created a database with the admin user and open the site on the browser. Immediately it opens up a welcome page with a login panel. If I click on “create a user” I get “internal error”; if I click on “create an account” or “forgot password” I get “500 Internal Server Error (Internal Server Error: The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache Server at journal.iengj.com Port 80).
What went wrong?
Comments
I assumed that you did update
I assumed that you did update the /sites/default/settings.php file with your database user and password information.
Otherwise, it might be permission issue. Apache is not able to access the files/folders.
sTattler.com
Database info entered, error persists and installation does not
Hello sTatter,
Thank you for your reply. Well, I followed the instructions, and I created the settings.php file. I expected that during installation I would be asked to input the database info. I watched a video on YouTube and the installation was a quite long process. So what’s that am getting now? Is it the new way that OpenPublish 7’s installation works?
Regards,
Database info:
* @code * array ( * 'driver' => 'mysql', * 'database' => 'databasename', * 'username' => databasename', * 'password' => 'clavedeentrada', * 'host' => 'drupalonjournal.db.compromise.hostedpoint.com', * 'port' => 3306, * 'prefix' => 'myprefix_', * 'collation' => 'utf8_general_ci', * ); * @endcode
Ideally, drupal or any
Ideally, drupal or any install profile should prompt you to select what type of installation is will be when you browse your site after extraction. It should not show any login panel.
By the way, are you familiar with drupal installation? OP has some specific memory requirements in terms of maximum execution time, max memory and such.
sTattler.com
Download the complete package
Another thing is, you probably downloaded the core files only. I guess, you have to download OP from http://openpublishapp.com/download
sTattler.com