Welcome Guest, Not a member yet? Register   Sign In
the website show without css and js effect
#1

Recently I have buy MAMP Pro and I am working on codeiginter bootstrap php website. I have setup mamp pro with my source code. It is working on my localhost machine but not outside of my computer. They seems no css and javascript. Any hints to work?? Hints: But It is working on my another website (mantis) in the current subfolder. They are all under the MAMP pro apache, php and mysql. I think it may be my code of my codeiginiter framework website.
Reply
#2

(This post was last modified: 01-25-2016, 05:46 AM by arma7x.)

Use base_url() for linking your assets. The assets files/folder must located same level with index.php. My suggestion is to use PHP server development mode instead of firing up your web apps in default localhost folder.
Keep calm.
Reply
#3

I have used base_url() for the path of css and js. It seems to be the setting of MAMP with codeiginter framework. Any hints. Previously it is working on apache on linux.
Reply
#4

I use MAMP Pro for websites all of the time with no issues. One thing that could be a gotcha is file-naming. On Macs, the OS does not enforce capitalization checks, so if your assets are being read through a folder that has different capitalization than what you're file is referencing (i.e. Assets v.s assets), then that would cause an issue in Linux. Same with controller file names, etc.

But truly, with the little bit of information that we have about your site, it's very difficult to say.
Reply
#5

I think capitalise may not be the issue.
I try to chmod -R 777 website.
But failed.
It prompt me below about session save path is not writable. How to solve?
I have set the ini_set(session.save_path, '/Users/raymondchiu/tmp') but still show session not writable messages.

//-----------------------------
class nativesession {
var $session_id_ttl = 600; // session id time to live (TTL) in seconds
var $flash_key = 'flash'; // prefix for "flash" variables (eg. flash:new:message)
var $old_session_data;


function __construct()
{
$this->_sess_run();
ini_set(session.save_path, '/Users/raymondchiu/tmp');
}

//----------------------

Session ID on load is a8ee77e5820b515e0ae7fc2aa469d9db
Session save path "" is not writable!"Not Yet Login"
Toggle navigation
登入
登記
Search Post
English
Post New Ads
Search Something For Yourself

A Platform for Girls Only



Find
darkblurbg
A Place For
Girls
To
Trade
Reply
#6

Dear all,

I have solved the save session issue. But it can call the controller to return to index.php. But index page show without images, js and css. Any help?? It only shows plain html.
Reply
#7

(This post was last modified: 01-25-2016, 10:09 AM by arma7x.)

Where you put all of your assets files? What is URL of your web apps?
Keep calm.
Reply
#8

Sorry for my low knowledge. I have solved.
First in MAMP, I need to setup hosts for my domain.
And then in my config file in codeginiter, I need to set the domain for base_url, instead of localhost...

Thanks,
Reply




Theme © iAndrew 2016 - Forum software by © MyBB