Announcement

#1 2011-04-02 19:19:25

lisaviolet
Member
san diego, california
2011-01-03
334

I can't logout. I can't login.

I can't install upgraded plugins.  I can't do anything.

I can get into admin, but I can't do anything in there.  I get this message: "You are not authorized to access the requested page".

I'm going to cry.

On every page:


Warning:  [mysql error 1054] Unknown column 'I.adviser' in 'where clause'

select
  U.username as username,
  U.mail_address as mail_address
from
  piwigo_users as U,
  piwigo_user_infos as I
where
  I.user_id =  U.id and
  I.status in ('webmaster',  'admin') and
  I.adviser = 'false' and
  mail_address is not null
order by
  username
in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654


Warning: Cannot modify header information - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/functions_user.inc.php on line 1042

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/functions_user.inc.php on line 1065

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/functions_user.inc.php on line 1065

Warning: known_script is deprecated jquery themes/default/js/jquery.packed.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Warning: known_script is deprecated amm.randomPictPublic plugins/AMenuManager/js/amm_randomPictPublic.min.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Warning: Cannot modify header information - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/page_header.php on line 98

Warning: known_script is deprecated jquery themes/stripped/js/jquery-1.4.2.min.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Warning: known_script is deprecated jquery-effects-core themes/default/js/ui/minified/effects.core.min.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Warning: known_script is deprecated jquery-effects-fold themes/default/js/ui/minified/effects.fold.min.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Warning: known_script is deprecated scripts themes/default/js/scripts.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Warning: known_script is deprecated scripts-tpp themes/stripped/js/scripts-tcp.js in /home/lisa02/public_html/gallery/include/template.class.php on line 547

Last edited by lisaviolet (2011-04-02 19:20:15)

Offline

 

#2 2011-04-02 19:24:07

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

Re: I can't logout. I can't login.

can you give me a link for tour site ?


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-04-02 19:41:14

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

Offline

 

#4 2011-04-02 19:46:27

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

Re: I can't logout. I can't login.

Can you desactive captcha plugin by database


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-04-02 19:51:03

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

How would I do that?

I'm not familiar with working with databases.  I'm in phpMyAdmin, do I just delete it?

Offline

 

#6 2011-04-02 19:52:12

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

Re: I can't logout. I can't login.

lisaviolet wrote:

I'm not familiar with working with databases.  I'm in phpMyAdmin, do I just delete it?

no

in table *_plugins

edit line plugin captcha

change active -> inactive

sumit


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-04-02 19:53:50

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

Okay, done, still can't do anything via my piwigo admin panel.

Offline

 

#8 2011-04-02 20:02:43

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

Re: I can't logout. I can't login.

in database

table *_user_infos

line user_id 1 and 2

remplace your theme by Sylvia


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-04-02 20:05:26

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

Done, still no change. Well, the background and formatting changed, but you can still see the errors.

Well, wait, there aren't as many error messages now.

Warning:  [mysql error 1054] Unknown column 'I.adviser' in 'where clause'

select
  U.username as username,
  U.mail_address as mail_address
from
  piwigo_users as U,
  piwigo_user_infos as I
where
  I.user_id =  U.id and
  I.status in ('webmaster',  'admin') and
  I.adviser = 'false' and
  mail_address is not null
order by
  username
in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654


Warning: Cannot modify header information - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/functions_user.inc.php on line 1042

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/functions_user.inc.php on line 1065

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/functions_user.inc.php on line 1065

Warning: Cannot modify header information - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/page_header.php on line 98

Last edited by lisaviolet (2011-04-02 20:10:36)

Offline

 

#10 2011-04-02 20:10:11

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

Re: I can't logout. I can't login.

can you say me what other plugin is activate ?


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-04-02 20:13:16

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

Additional Pages

Advanced Menu Manager

Advanced MetaData

AStat.2

Charlies content

Contact Form

Exif View

FCK Editor

Grum Plugins

LocalFiles Editor

NBC ThemeChanger

paMOOramics

pAnchor 

Personal Favicon Replace

Piwigo AutoUpgrade

rightClick

Offline

 

#12 2011-04-02 20:33:02

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

I just set to inactive:

Advanced Menu Manager

Advanced MetaData

AStat.2

Now it's working.

Thanks for showing me how to use the phpMyAdmin, it really helped. Now to try to figure out the themes again.

Offline

 

#13 2011-04-02 20:36:32

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

Re: I can't logout. I can't login.

ok

What is your theme?


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

 

#14 2011-04-02 20:47:24

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

ddtddt wrote:

ok

What is your theme?

Well, I was using three modified "stripped" themes.  I just downloaded the newest "stripped", making sure it was okay to use, uploaded it via FTP to my directory and it's not showing as an available theme.


*sigh*

------------------------------------
I just figured out the problem, it uploaded as a directory into the stripped directory, so piwigo isn't seeing it.

Last edited by lisaviolet (2011-04-02 20:49:51)

Offline

 

#15 2011-04-02 20:56:46

lisaviolet
Member
san diego, california
2011-01-03
334

Re: I can't logout. I can't login.

Darnit, stripped isn't working now, I'm getting error messages.

It was the Advance Menu Manager.  I had activated it.

Last edited by lisaviolet (2011-04-02 20:59:58)

Offline

 

Board footer

Powered by FluxBB

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