PHP Classes

not proper run this codeme code

Recommend this page to a friend!

      Codeme PHP Framework  >  All threads  >  not proper run this codeme code  >  (Un) Subscribe thread alerts  
Subject:not proper run this codeme code
Summary:codeme zip download but not proper helpful this code
Messages:2
Author:Vijay Verma
Date:2015-09-07 06:38:09
 

  1. not proper run this codeme code   Reply   Report abuse  
Picture of Vijay Verma Vijay Verma - 2015-09-07 06:38:09
when i try to install this codeme code, i found many problems

1. htaccess problem
2. Class 'System' not found in file C:\wamp\www\codeme\includes\View.php at line 70
==> in include forlder not found System class file.

and many more.

  2. Re: not proper run this codeme code   Reply   Report abuse  
Picture of jimie josh jimie josh - 2015-09-07 17:21:48 - In reply to message 1 from Vijay Verma
update your config settings in config file
i used:

line 3: static $root_path = './';
line 4: static $root_url = 'http://127.0.0.1/samplecode/';


and update the index.php file on the route folder to:

line 6: require('config.php');


it works that way. i was curious to see it work!