Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Almost there.... publishing progress thus far...

...

AND..... .SUCCESSSSSS! We have the DB imported:


Now, comes the code....

rsync -av PREP rjb03001admin@phptst1.its.uconn.edu:/apps

Image Added


Nice! The code has been moved off of RHEL6 and onto RHEL7—

Image Added


Change the settings file, same as with other portals:

vim /apps/PREP/sites/default/settings.php

→ Change $update_free_access to TRUE

→ Add (for troubleshooting purposes)---

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
$conf['error_level'] = 2;


Save and quit; let's navigate to the portal and see what's up:

Image Added


Nice! we are not going to login... instead, we will do the Drupal update process:

Image Added


And we get:

Image Added


Something is wrong........... must be the conf file....

So prior to making any changes to the conf file, let's back it up:

Image Added


Let's open-up the prep conf file...

Image Added


Sure enough... the AuthType is there and it shouldn't...

Here's how it should be:

Image Added


Save and quit and then give Apache a boot...

Image Added


Let's access the Drupal's update process—

Image Added


Much better:

Image Added


Let's create a user using phpMyAdmin---

Image Added


Image Added


Look at the settings file for the needed info—

Image Added


Image Added


Let's refresh Firefox and see what we get...

Image Added

MUCH BETTER! Before following-through with the update process, let's update CAS and LDAP related modules and then re-load the Drupal's update process...