From Crimson Peafowl, 8 Years ago, written in Plain Text.
">

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 25

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/themes/geocities/views/view/view.php
Line: 25
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 173
Function: include

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 43
Function: _ci_load

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 700
Function: view

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

from

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 25

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/themes/geocities/views/view/view.php
Line: 25
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 173
Function: include

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/core/MY_Loader.php
Line: 43
Function: _ci_load

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 700
Function: view

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

- view diff
Embed
  1. For Restoring the DB instance in EC2
  2.  
  3. Go to Sanpshot tab in ec2 Instances section
  4. Copy snapshots ({500GB snapshot ID} and {150GB snapshot ID}) to us-east-1 with the aws/ebs master key. This will create a new snapshot in the aws account with the master key.
  5.  
  6. From the newly copied snapshot we need to restore the snapshot as an AMI.
  7. Click the new sanpshot created off of {150GB snapshot ID} (150GB) and click Actions tab and click “Create Image”
  8.  
  9. On the new screen, choose the following values
  10. Architecture: x86_64
  11. Virtualization type: hardware-assisted-virtualization
  12. Root device name: /dev/sda1
  13. Kernel ID: use default
  14. RAM disk ID: use default
  15.  
  16. Then click add new volume and add the other sanpshot in there with following values
  17. Volume Type: EBS
  18. Device: /dev/sdb
  19. Snapshot: {newly copied snapshot ID (500GB)}
  20. Size: 500GB
  21.  
  22. Then click create.
  23.  
  24. Once created, resotre the Image as an ec2 instance.
  25.