installed and registered but not logging in

Asked by incoe

Hello,

i installed the latest build 545 i can see the layout set properly and everything, registered a user and activated the account via mail, tried logging in it say loading then reload the same page am on without logging in the account, any clue what am i doing wrong?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Jisko Edit question
Assignee:
No assignee Edit question
Solved by:
Rubén Díaz
Solved:
Last query:
Last reply:
Revision history for this message
Rubén Díaz (outime) said :
#1

Would be nice if you provide the script address :)

On Tue, Oct 6, 2009 at 11:13, incoe <email address hidden> wrote:
> New question #84976 on Jisko:
> https://answers.launchpad.net/jisko/+question/84976
>
> Hello,
>
> i installed the latest build 545 i can see the layout set properly and everything, registered a user and activated the account via mail, tried logging in it say loading then reload the same page am on without logging in the account, any clue what am i doing wrong?
>
> Thanks.
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com
(+34) 644 46 93 64

Revision history for this message
incoe (shout-kaffak) said :
#2

hey Ruben
here you go :-)
http://shout.kaffak.net

Revision history for this message
Rubén Díaz (outime) said :
#3

Weird! Could you paste here your config.php? (oh, and remember to
replace your real passwords!)

On Tue, Oct 6, 2009 at 11:35, incoe <email address hidden> wrote:
> Question #84976 on Jisko changed:
> https://answers.launchpad.net/jisko/+question/84976
>
>    Status: Answered => Open
>
> incoe is still having a problem:
> hey Ruben
> here you go :-)
> http://shout.kaffak.net
>
> --
> You received this question notification because you are an answer
> contact for Jisko.
>

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com
(+34) 644 46 93 64

Revision history for this message
incoe (shout-kaffak) said :
#4

yeah sure, here you go, i changed email, db and google stuff

i tried enabling the shared hosting it gives page not found in the same place were it writes no notes found

<?php
# Jisko: An open-source microblogging application
# Copyright (C) 2008 Rubén Díaz <email address hidden>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

// Where is Jisko located?
$globals['base'] = 'shout.kaffak.net';

// Name of the script (used in cookies, Twitter posting, etc)
define('NAME', 'Kaffak Shout Box');

// Domain from mails will be sent
define('DOMAIN', 'shout.kaffak.net');

//IF YOU ARE HOSTING JISKO ON A SHARED HOST AND YOU'RE HAVING TROUBLE WITH YOUR INSTALLATION, REMOVE THE "#" OF THE NEXT LINE
# define('SHARED_HOST', true);

// Main settings
define('ADMIN_MAIL', 'email');
#define('ABUSE_MAIL', '<email address hidden>');
#define('CRON_PW', '1234');
define('NOTES_PER_PAGE', 25);
define('DEFAULT_LANG', 'english');
define('DEFAULT_THEME', 'colorful');
define('SEPARATOR', '-');
define('DEBUG', false); // debug.log (log MySQL errors only)
# define('ALERT', 'Something went wrong!');
# define('MAINTENANCE', 'Squirrel working...');

// StatCounter info (optional)
# define('SC_PROJECT', '123456');
# define('SC_PARTITION', '12');
# define('SC_SECURITY', '1a2b3c');
# define('SC_URL', 'http://c12.statcounter.com/123456/0/1a2b3c/1/');

//Misc links
define('BLOG', 'http://blog.jisko.net'); //Show a "blog" link in the bottom of the page
#define('WIKI', 'http://wiki.jisko.net'); //Show a "wiki" link in the bottom of the page
define('PUBLIC_ADMIN_MAIL', false); //Show the Admin mail in the bottom of the page or in some contact emails
define('TOS', true); //The content should be placed in 'tos.php'

// MySQL settings
define('DB_HOST', 'host name');
define('DB_PORT', '3306');
define('DB_USER', 'db user');
define('DB_PASSWORD', 'pass');
define('DB_NAME', 'dbname');

// Main XMPP/Jabber settings
define('JABBER_HOST', 'talk.google.com');
define('JABBER_PORT', 5222);
define('JABBER_USER', '<email address hidden>');
define('JABBER_PASSWORD', '1234567');

// Feed XMPP/Jabber settings
define('JABBER_FEED_HOST', 'talk.google.com');
define('JABBER_FEED_PORT', 5222);
define('JABBER_FEED_USER', 'public');
define('JABBER_FEED_PASSWORD', '');
define('JABBER_FEED_ALLOWED', '<email address hidden>;<email address hidden>;<email address hidden>');

// Misc XMPP/Jabber settings
define('JABBER_DOMAIN', 'shout.kaffak.net');
define('JABBER_RESOURCE', 'Turn me on with !on');
define('JABBER_INTERVAL', 1);

// Seconds to wait to post another note
define('WAIT_UNTIL_REPOST', 3);

// Seconds to wait to follow another user
define('WAIT_UNTIL_REFOLLOW', 15);

// Set the next line to "true" if you want to use Mbstring PHP extension support: Which solves some problems with unicode characters
define('ENABLE_MBSTRING', false);

// Remove '#' if you want to receive an email every time an user joins your microblogging platform.
// It will send an email to your ADMIN_MAIL email. If ADMIN_MAIL is not set, then you won't receive any email.
#define('ALERT_ON_NEWUSER', true);

// Remove '#' if you want to receive an email every time an user deletes an account on your
// microblogging platform.
// It will send an email to your ADMIN_MAIL email. If ADMIN_MAIL is not set, then you won't receive any email.
#define('ALERT_ON_DELUSER', true);

// Turn on or off invitations
// define('USE_INVITATION', true);

// Remove '#' if you don't want to send a confirmation email
#define('NO_CONFIRMATION_EMAIL', true);

// Select which URL shorter services are allowed to use.
// Available ones are:
// 3.ly, ves.cat, pic.gd, is.gd, bit.ly, j.mp, urlal.com, u.nu, ta.gd, tr.im, tinyurl.com, wipi.es, xrl.us, xn--ogi.ws, wn--vgi.ws
// xn--3fi.ws, xn--egi.ws, xn--9gi.ws, xn--5gi.ws, xn--1ci.ws, xn--odi.ws, xn--rei.ws, xn--cwg.ws, xn--bih.ws, xn--fwg.ws,
// xn-l3h.ws, tinyarro
$globals['allowed_shorter_services'] = array('3.ly', 'ves.cat', 'pic.gd', 'is.gd', 'bit.ly', 'j.mp', 'urlal.com', 'u.nu', 'ta.gd', 'tr.im',
'tinyurl.com', 'wipi.es', 'xrl.us', 'xn--ogi.ws', 'xn--vgi.ws', 'xn--3fi.ws', 'xn--egi.ws', 'xn--9gi.ws', 'xn--5gi.ws', 'xn--1ci.ws',
'xn--odi.ws', 'xn--rei.ws', 'xn--cwg.ws', 'xn--bih.ws', 'xn--fwg.ws', 'xn--l3h.ws', 'tinyarro');

// Default shorter service
define('DEFAULT_SHORTER_SERVICE', 'u.nu');

// 3.ly API Code. If you allow your users to use 3.ly, then uncomment the next line and fill it with your API Code
define('THREELY_APICODE', '');

// Bit.ly & J.mp credentials for shorting urls. If you allow your users to use Bit.ly or J.mp, then uncomment the next line and fill it with you API Code.
define('BITLY_LOGIN', '');
define('BITLY_APICODE', '');

// Avatar & background allowed extensions
$globals['allowed_extensions'] = array('jpg', 'jpeg', 'png', 'gif');

// Upload denied extensions
$globals['denied_extensions'] = array('bat', 'scr', 'com', 'exe', 'torrent');

// reCAPTCHA
$globals['recaptcha_public_key'] = '';
$globals['recaptcha_private_key'] = '';

// Languages
// include here all languages you want to use
$globals['languages'] = array('asturian' => 'Asturian', 'catalan' => 'Catalan', 'spanish' => 'Spanish', 'galician' => 'Galician', 'basque' => 'Basque', 'arabic' => 'Arabic', 'bulgarian' => 'Bulgarian', 'english' => 'English', 'esperanto' => 'Esperanto', 'french' => 'French', 'german' => 'German', 'japanese' => 'Japanese', 'portuguese' => 'Portuguese', 'turkish' => 'Turkish');

// Misc
$globals['themes'] = array('colorful', 'transparency', 'dark_transparency', 'block', 'seriouspeople');
$globals['logo'] = array('logo_orange.png', 'logo_green.png', 'logo_blue.png');
$globals['forbidden_usernames'] = array ('home', 'login', 'register', 'logout', 'notes', 'drop', 'forgot', 'avatar', 'invite', 'preferences', 'follow', 'favorites', 'public', 'profile', 'rss', 'followers', 'following', 'search', 'cron', 'download', 'post', 'ajax', 'mobile', 'report', 'group', 'groups', 'direct_messages', 'favorites', 'account', 'trouble_login', 'resend_mail');

//Menubar links
// If you want to display a link to another location in the menubar, just add it here.
// *** INSTRUCTIONS ***
// The syntax is 'TITLE' => 'URL'. You have to follow the PHP Array syntax
// YOU HAVE TO PUT http:// at the beggining of the URL
// For example: array('Jisko project' => 'http://www.jisko.org', 'My hosting provider' => 'http://www.myhostingprovider.com')

$globals['menubar_links'] = array();

//Footer links
// If you want to display a link to another location in the footer, just add it here.
// *** INSTRUCTIONS ***
// The syntax is 'TITLE' => 'URL'. You have to follow the PHP Array syntax
// YOU HAVE TO PUT http:// at the beggining of the URL
// For example: array('Jisko project' => 'http://www.jisko.org', 'My hosting provider' => 'http://www.myhostingprovider.com')

$globals['footer_links'] = array();

// Post-configuration (you *should not* touch this!)
if (isset($_SERVER['HTTPS'])) define('BASE', 'https://'.$globals['base'].'/'); else define('BASE', 'http://'.$globals['base'].'/');

?>

Revision history for this message
Best Rubén Díaz (outime) said :
#5

Try to change the NAME constant to "Kaffak" only, then clean your
cookies and stuff, and try again!

On Tue, Oct 6, 2009 at 16:55, incoe <email address hidden> wrote:
> define('NAME', 'Kaffak Shout Box');

--
Rubén Díaz
GPG id 2354DA5F
http://diazr.com
(+34) 644 46 93 64

Revision history for this message
incoe (shout-kaffak) said :
#6

hey Rubén yep worked like a charm :-) thanks a lot for your time

Revision history for this message
incoe (shout-kaffak) said :
#7

Thanks Rubén Díaz, that solved my question.