Piwigo.org

You are not logged in. (Register / Login)

Announcement

Post a reply

Write your message and submit

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

martyd
2011-12-30 10:10:06

DONE!

Appreciate the response and interest in resolution.

ddtddt
2011-12-30 09:47:35

Plugin multi view ;-)

Can you pas this posst to resolved (link in the first post]

martyd
2011-12-30 09:40:48

I can but it may be useless at this point. After I made the post, I got the bright idea that maybe a plugin was as fault.

I then went to the plugin folder and removed  several plugins. The result was the problem I posted had disappeared. As I was more interested in making the issue go away, I don't know which plugin may have been causing the issue.

In the future, I will add plugins one at a time which will provide a better opportunity to see if it works.

Tks

ddtddt
2011-12-30 09:04:06

Can you give us a link ?

martyd
2011-12-30 04:31:38

I have a new install of Piwigo. I have added some plugins. I have created one album but no images uploaded.

With any change in configuration or selection choice, I am getting a Controller window that displays:

User
Theme
Language

Don't Hide SQL
Debug Language
Debug Template
Don't Combine js&css
Don't save to visit history

Below the display area, I am getting:

[13]

SELECT
  id, name, permalink, nb_images, global_rank,
  date_last, max_date_last, count_images, count_categories
FROM piwigo_categories INNER JOIN piwigo_user_cache_categories
  ON id = cat_id and user_id = 1
WHERE
  1 = 1
;
(this query time : 0.001 s)
(total SQL time  : 0.005 s)
(total time      : 0.092 s)
(num rows        : 1 )[14]

SELECT
    c.*,
    user_representative_picture_id,
    nb_images,
    date_last,
    max_date_last,
    count_images,
    count_categories
  FROM piwigo_categories c
    INNER JOIN piwigo_user_cache_categories ucc ON id = cat_id AND user_id = 1
  WHERE id_uppercat is NULL
   
  ORDER BY rank
;
(this query time : 0.000 s)
(total SQL time  : 0.006 s)
(total time      : 0.104 s)
(num rows        : 1 )[0.104 s, 14 queries] : end include/category_cats.inc.php

[15]

SELECT mail_address
  FROM piwigo_users
  WHERE id = 1
;
(this query time : 0.000 s)
(total SQL time  : 0.006 s)
(total time      : 0.117 s)
(num rows        : 1 )

Board footer

Powered by FluxBB

About this website · Donate · Contact Piwigo project © 2002-2013