{"id":909,"date":"2022-08-30T15:09:12","date_gmt":"2022-08-30T15:09:12","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/09\/fatal-error-call-to-undefined-function-validation_errors-in-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:09:12","modified_gmt":"2022-08-30T15:09:12","slug":"fatal-error-call-to-undefined-function-validation_errors-in-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/fatal-error-call-to-undefined-function-validation_errors-in-collection-of-common-programming-errors\/","title":{"rendered":"Fatal error: Call to undefined function validation_errors() in-Collection of common programming errors"},"content":{"rendered":"<p>Here is the code:<\/p>\n<pre><code>class CCI extends Controller {\n\n function CCI()\n {\n  parent::Controller();\n }\n\n function index()\n {\n   $this-&gt;load-&gt;helper('url');\n  $this-&gt;load-&gt;view('Users\/login');\n }\n\n function test()\n {\n  echo \"Testing Data\";\n }\n}\n<\/code><\/pre>\n<p>The page was loading fine until I moved the location of the &#8220;login&#8221; page inside of the &#8220;Users&#8221; folder<\/p>\n<p id=\"rop\"><small>Originally posted 2013-11-09 22:57:03. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>Here is the code: class CCI extends Controller { function CCI() { parent::Controller(); } function index() { $this-&gt;load-&gt;helper(&#8216;url&#8217;); $this-&gt;load-&gt;view(&#8216;Users\/login&#8217;); } function test() { echo &#8220;Testing Data&#8221;; } } The page was loading fine until I moved the location of the &#8220;login&#8221; page inside of the &#8220;Users&#8221; folder Originally posted 2013-11-09 22:57:03.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-909","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=909"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/909\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}