thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

Part 55 - Creating a User Management Page #106

Closed rew7ind closed 9 years ago

rew7ind commented 9 years ago

Hello in the start of this video he fixed the page manager issue. But when i clicked at one page to edit it didnt load anything. The debbuger show me tha the information about this page is loaded. 1

creptor commented 9 years ago

Pelase be sure to add an error, if you don't know how just remplace the error reporting in your config( or setup) file with this: error_reporting(-1)

rew7ind commented 9 years ago

I did it.. the error is:

Warning: include(views/Array.php): failed to open stream: No such file or directory in /home/u297726054/public_html/admin/index.php on line 3 Warning: include(views/Array.php): failed to open stream: No such file or directory in /home/u297726054/public_html/admin/index.php on line 3 Warning: include(): Failed opening 'views/Array.php' for inclusion (include_path='.:/usr/lib/php') in /home/u297726054/public_html/admin/index.php on line 3

and my index.php page is:

<?php include('template/header.php'); // Page Header include('views/'.$page.'.php'); // Page View include('template/footer.php'); // Page Footer ?>

rew7ind commented 9 years ago

i fixed it. I have a wrong letter in the setup.php. thank you creptor for the help.