Author Topic: Problem with login and cat_cache  (Read 6865 times)

0 Members and 1 Guest are viewing this topic.

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Problem with login and cat_cache
« on: December 27, 2007, 07:43:48 PM »
Hi,



Page:
http://www.malediven-bilder.de/category_list.php

I use a modified includes/category_list_table.php with geo maps for my categories.
Code inside category_list_table.php:
Code: [Select]
<a href=\"".$site_sess->url(ROOT_PATH."categories.php?action=geocat&cat_id=".$cat_cache[$category_id]['cat_id'])."\" target=\"geoframe\"><img src=\"pageimages/geo/".$cat_cache[$category_id]['cat_gmap_show']."_statik.gif\" alt=\"Zum GeoBild und den Infos dieser Kategorie\" border=\"0\"></a>
Tables added in db
in includes/db_field_definitions.php added:

Code: [Select]
$additional_cat_fields['cat_gmap_latitude'] = array($lang['cat_gmap_latitude'], "text", 0);
$additional_cat_fields['cat_gmap_longitude'] = array($lang['cat_gmap_longitude'], "text", 0);
$additional_cat_fields['cat_gmap_zoom'] = array($lang['cat_gmap_zoom'], "text", 0);
$additional_cat_fields['cat_gmap_show'] = array($lang['image_gmap_show'], "tinyint", 0);

The Problem:
To use this addons i must change also the global.php to become the chache from the new db-tables:
Code: [Select]
if (defined("GET_CACHES")) {
  $sql = "SELECT cat_id, cat_name, cat_description, cat_parent_id, cat_hits, cat_order, auth_viewcat, auth_viewimage, auth_download, auth_upload, auth_directupload, auth_vote, auth_sendpostcard, auth_readcomment, auth_postcomment, cat_gmap_longitude, cat_gmap_latitude, cat_gmap_zoom, cat_gmap_show
          FROM ".CATEGORIES_TABLE."
          ORDER BY cat_order, cat_name ASC";
  $result = $site_db->query($sql);

But when i add the last 4 tablenames into this code like the code posting before:
Quote
cat_gmap_latitude, cat_gmap_zoom, cat_gmap_show
i can't login with FF. FF don't show me the user_logininfo.html.  :? Always the user_loginform.html
With IE and opera no problems...

Testaccount:

ID: test
PW: test

Can anyone help me please :?:
Thanks


cu
KurtW

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Problem with login and cat_cache
« Reply #1 on: December 27, 2007, 08:00:12 PM »
Hallo Kurt,

ich Benutze FF 2.0.0.11 und komme bei Dir rein, kein Problem.

nobby

EDIT

Der Befehl: javascript:faq.sweepToogle('contract') zum schließen der Kategorien funktioniert nicht.

EDIT ENDE
« Last Edit: December 27, 2007, 08:17:30 PM by nobby »

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Problem with login and cat_cache
« Reply #2 on: December 27, 2007, 08:13:59 PM »
hier die bestätigung..
mit FF 2.0.0.11 auch eingelogt
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: Problem with login and cat_cache
« Reply #3 on: December 27, 2007, 08:14:15 PM »
No problem for see Geo Maps in site you post with FF ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Problem with login and cat_cache
« Reply #4 on: December 27, 2007, 08:19:48 PM »
Hi,

hmmm. I can't login, i don't now why :|

The problem: javascript:faq.sweepToogle is solved.. Thanks

I thing, i must reistall my FF
Thanks to all for your help  :wink:


KurtW

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Problem with login and cat_cache
« Reply #5 on: December 27, 2007, 08:31:29 PM »
Da will ich auch hin, auf die Malediven  :)
Kurt? Lädst Du uns ein zum Schnorchel Kurs  :mrgreen:

PS: Sonst keine Fehler mehr entdeckt.

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Problem with login and cat_cache
« Reply #6 on: December 27, 2007, 08:35:39 PM »
Ja, wenn du 3 Wochen im  Februar 2008 Zeit hast. Da gehts wieder los  :wink:

Kurt

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Problem with login and cat_cache
« Reply #7 on: December 27, 2007, 08:36:32 PM »
 :evil: und keine Einladung :evil:

Wir gönnen es Dir, Erhole Dich Gut  :wink:

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Problem with login and cat_cache
« Reply #8 on: December 27, 2007, 09:20:27 PM »
Hi,

now i have installed the new version of FF ... login is working  :wink:

7 hours problem-searching  for nothing :?

Thanks again to all...
Testaccount disable


cu
Kurt