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

Can't get a page #3

Open
baflack opened this issue Aug 27, 2012 · 6 comments
Open

Can't get a page #3

baflack opened this issue Aug 27, 2012 · 6 comments

Comments

@baflack
Copy link

baflack commented Aug 27, 2012

I'm using the latest branch https://github.com/bluelovers/drrr-like-chat

mod_rewrite is disabled on the server.
I've renamed the .htaccess
Then went into the trust_path directory.
I renamed the 'setting.dist.php' to 'setting.php' with my DURA_URL path.
The '/data/xml' has permission.

I go to it and I have a blank page.

@bluelovers
Copy link
Owner

#2

@baflack
Copy link
Author

baflack commented Sep 4, 2012

It's not that that issue.

// commet this line if u need set DURA_URL
define('DURA_URL', 'http' . ($_SERVER['HTTPS'] ? 's' : '') . '://' . $_SERVER['SERVER_NAME'] . (((!$_SERVER['HTTPS'] && $_SERVER['SERVER_PORT'] == 80) || ($_SERVER['HTTPS'] && $_SERVER['SERVER_PORT'] == 8080)) ? '' : ':' . $_SERVER['SERVER_PORT']) . dirname($_SERVER["PHP_SELF"]));

/**

  • URL & Path
    */
    !defined('DURA_URL') && define('DURA_URL', 'http://www.example.com'); // DO NOT ADD SLASH TO END.
    define('DURA_PATH', dirname(file) . '/../');

What's there to do here?
I need to set my 'DURA_URL' and that only.

@ghost
Copy link

ghost commented Oct 10, 2012

someone tell us how to install this. i am only getting blank page.

@bluelovers
Copy link
Owner

use branch: feature/moile/jquery.mobile/1

setting.php

@ghost
Copy link

ghost commented Oct 11, 2012

thank you very much but where do i have to use this branch?

@rocketmaster
Copy link

HOW DO I GET THIS FUCKING THING TO WORK?????!!!!!!!

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