Announcement

#1 2011-05-06 11:27:14

T00kie
Translation Team
2011-05-06
66

Nothing happens after login

Hello, i've just set my first Piwigo gallery and it looks quite simple but i've got this annoying problem.

After I enter my login and password and press the button to login... nothing happens.. well.. not exactly nothig - my login and password disapears and I see empty text fields to enter the login and password again. But if I then click any link e.g. Home - it appears that I am already logged in.

I've tried Firefox, Opera, Chrome and it the same issue everywhere. On the different comp is the same song.

Offline

 

#2 2011-05-06 11:30:52

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

you're local installation ?

a space is directory name ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#3 2011-05-06 11:34:13

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

Nope, web : http://fotki.js.com.pl

No spaces in names

Offline

 

#4 2011-05-06 11:37:50

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

I'm register

no problem to connect

allow you the cookie in your browser


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#5 2011-05-06 11:42:01

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

It's not about registering. Log out now and try to login again using sidebar and tell me is it ok.

Offline

 

#6 2011-05-06 11:47:30

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

yes indeed we must refresh the page ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#7 2011-05-06 11:49:23

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

Ya, that's the problem.. It shouldn't be like that, right? New users may feel confused a bit.

Offline

 

#8 2011-05-06 12:01:40

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

no it should not be like that I seek the reason


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#9 2011-05-06 12:11:55

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

If you need any files to compare just let me know.

To help you:
- it happen's no matter what theme is set.
- I edited only menubar.inc.php file (mbMenu section)
- Plugins installed and activated: Comunnity and Grum Plugin Classes

Last edited by T00kie (2011-05-06 12:36:46)

Offline

 

#10 2011-05-06 12:45:28

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

T00kie wrote:

- I edited only menubar.inc.php file (mbMenu section)

Can you paste your modification on forum


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#11 2011-05-06 12:58:36

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

It's not big deal, I've just comment things that didnt interest me out:

Code:

  if ( ($block=$menu->get_block('mbMenu')) != null )
  {
    // quick search block will be displayed only if data['qsearch'] is set
    // to "yes"
   // $block->data['qsearch']=true;

    // tags link
   // $block->data['tags'] =
   //   array(
   //     'TITLE' => l10n('display available tags'),
    //    'NAME' => l10n('Tags'),
    //    'URL'=> get_root_url().'tags.php',
     // );

    // search link
    $block->data['search'] =
      array(
        'TITLE'=>l10n('search'),
        'NAME'=>l10n('Search'),
        'URL'=> get_root_url().'search.php',
      'REL'=> 'rel="search"'
     );

    // comments link
   // $block->data['comments'] =
   //   array(
   //     'TITLE'=>l10n('display last user comments'),
   //     'NAME'=>l10n('Comments'),
    //    'URL'=> get_root_url().'comments.php',
   //   );

    // about link
    //$block->data['about'] =
    //  array(
     //   'TITLE'     => l10n('About Piwigo'),
     //   'NAME'      => l10n('About'),
     //   'URL' => get_root_url().'about.php',
     // );

    // notification
    //$block->data['rss'] =
      //array(
      //  'TITLE'=>l10n('RSS feed'),
      //  'NAME'=>l10n('Notification'),
     //   'URL'=> get_root_url().'notification.php',
      //  'REL'=> 'rel="nofollow"'
      //);
    $block->template = 'menubar_menu.tpl';
  }

Just search and upload photo (from community plugin) left

Offline

 

#12 2011-05-06 13:20:39

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

why do you no use [extension by grum] Advanced Menu Manager for this ?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#13 2011-05-06 13:36:47

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

Because when I used it, the "upload photo" link  in menu (from community plugin) disappeared. It looks like those two plugins dont cooperate as I wish. So i decided to do it hard way.

But it really doesn't matter because there was this problem with logging before I even installed both plugins

Last edited by T00kie (2011-05-06 13:38:29)

Offline

 

#14 2011-05-06 13:41:24

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7201

Re: Nothing happens after login

ok

Can you test désactive plugin Comunnity and Grum Plugin Classes to ensure that this doesn't come from this


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#15 2011-05-06 13:52:04

T00kie
Translation Team
2011-05-06
66

Re: Nothing happens after login

No problemo.

I deactivated both plugins. None plugins are active now and it still the same. I also restored old menubar.inc.php file but nothing has changed..

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact