![]() |
CSS Problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: CSS Problem (/showthread.php?tid=9733) |
CSS Problem - El Forum - 07-07-2008 [eluser]PHP Programmer[/eluser] Hi, I have just installed and configured FreakAuth_light_1.1 in my local system. I am seeing the installer web page without css enabled into it. How can I get the web page with css and js enabled?? I think there is some problem in directory structure. I have set $config['FAL_template_dir'] = 'FreakAuth_light/'; in file named freakauth_light.php My Directory Structure of css is: FreakAuth_light_1.1 -> FreakAuth_light_1.1 -> public -> frontend -> css -> fal_style.css The look of my installer web page is as follows: FreakAuth_light® load->view($this->config->item('FAL_template_dir').'template/menu');?> FreakAuth_light installer We assume that: * you have read the included installation.txt file * you have created a DB * you have created the necessary DB tables for FreakAuth_light© to work * you have unzipped and uploaded all the necessary files of FreakAuth_light© After creating your DB, and the necessary FreakAuth_light DB tables, here we check that everything is ok for FreakAuth_light to work properly. After creating the superadmin #1 REMOVE THIS FILE: (system/application/controllers/installer.php) and login: For logging in you must register as user here * login here * DB tables: o table : o table : o table : o table : o table : * DB_session ON? * Freakauth_light ON? * encryption_key: * website name: * website contact: * superadmin: 'DONATIONS', 'target' =>'_blank'))?> | 'RSS UPDATES', 'target' =>'_blank'))?> | 'The best web solutions!', 'target' =>'_blank'))?> - all rights reserved TIA Anuj CSS Problem - El Forum - 08-13-2008 [eluser]Unknown[/eluser] I think the problem is your PHP does not support short tags. Edit your php.ini file, find this line: short_open_tag = OFF turn it on like this: short_open_tag = ON Restart your webserver (apache) and it should be fixed. |