From Harmless Hog, 6 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. <xsd:complexType name="Organization">
  2. <xsd:sequence>
  3. <xsd:element maxOccurs="1" minOccurs="1" name="OrganizationId" type="org:OrganizationIdType"/>
  4. <xsd:element maxOccurs="1" minOccurs="1" name="Name" type="org:OrganizationNameType"/>
  5. <xsd:element maxOccurs="1" minOccurs="0" name="Description" type="org:OrganizationDescriptionType"/>
  6. <xsd:element maxOccurs="1" minOccurs="0" name="OrganizationType" type="org:OrganizationTypeType"/>
  7. <xsd:element maxOccurs="1" minOccurs="0" name="Address1" type="org:AddressType"/>
  8. <xsd:element maxOccurs="1" minOccurs="0" name="Address2" type="org:AddressType"/>
  9. <xsd:element maxOccurs="1" minOccurs="0" name="City" type="org:AddressType"/>
  10. <xsd:element maxOccurs="1" minOccurs="0" name="StateCode" type="org:StateCodeType"/>
  11. <xsd:element maxOccurs="1" minOccurs="0" name="CountryCode" type="org:CountryCodeType"/>
  12. <xsd:element maxOccurs="1" minOccurs="0" name="PostalCode" type="org:PostalCodeType"/>
  13. <xsd:element maxOccurs="1" minOccurs="1" name="StatusCode" type="org:OrganizationStatusType"/>
  14. <xsd:element maxOccurs="1" minOccurs="0" name="CreatedDate" type="xsd:dateTime"/>
  15. <xsd:element maxOccurs="1" minOccurs="0" name="LastUpdatedDate" type="xsd:dateTime"/>
  16. <xsd:element maxOccurs="1" minOccurs="0" name="LastUpdatedBy" type="org:UserIdType"/>
  17. <xsd:element maxOccurs="1" minOccurs="0" name="CreatedBy" type="org:UserIdType"/>
  18. <xsd:element minOccurs="0" maxOccurs="1" name="Attributes" type="org:ReadAttributesListType"/>
  19. <xsd:element minOccurs="0" maxOccurs="unbounded" name="RelatedOrganization" type="org:RelatedOrganizationsType"/>
  20. <xsd:element maxOccurs="unbounded" minOccurs="1" name="OrganizationDisplayGroupInfo" type="org:DisplayGroupInfoType"/>
  21. <xsd:element maxOccurs="1" minOccurs="1" name="Identifiers" type="org:IdentifiersType"/>
  22. <xsd:element maxOccurs="1" minOccurs="0" name="SourceSystem" type="xsd:string"/>
  23. </xsd:sequence>
  24. </xsd:complexType>