Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to function #160

Open
aadityadamani opened this issue Jun 4, 2015 · 6 comments
Open

Fails to function #160

aadityadamani opened this issue Jun 4, 2015 · 6 comments

Comments

@aadityadamani
Copy link

I have installed Goteo in my wamp root directory. Everything works fine, but post the landing page if I try to login, create project or navigate anywhere else it shows error. Kindly help.

I have defined my SITE_URL as :

define('SITE_URL', 'http://localhost/'); // endpoint url
define('SRC_URL', 'http://localhost/'); // host for statics
define('SEC_URL', 'http://localhost/'); // with SSL certified

image

image

@aadityadamani
Copy link
Author

Now the CSS is bugged.

image

@cesc1989
Copy link

cesc1989 commented Jun 6, 2015

You need to check:

  • Apache mod_rewrite module is enabled
  • You have the project .htaccess
  • The apache conf file allows the .htaccess file works.

@aadityadamani
Copy link
Author

Yes mod_rewrite module is enabled, I do have the project .htaccess and the apache conf file allows the .htaccess too. Why does the header and footer not detect the css? As shown in the screenshot above.

@cesc1989
Copy link

cesc1989 commented Jun 6, 2015

It's pretty weird now @aadityadamani What errors the console displays?

Are you still facing the not found error or just the css not loading?

@aadityadamani
Copy link
Author

Now the CSS loads, However the admin panel does not.
image

@muzudho
Copy link

muzudho commented Feb 8, 2016

Hi.
I guess. I delete slash of end.

[before]
define('SITE_URL', 'http://localhost/'); // endpoint url
define('SRC_URL', 'http://localhost/'); // host for statics
define('SEC_URL', 'http://localhost/'); // with SSL certified

[after]
define('SITE_URL', 'http://localhost'); // endpoint url
define('SRC_URL', 'http://localhost'); // host for statics
define('SEC_URL', 'http://localhost'); // with SSL certified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants