Poprzedni temat «» Następny temat
Autor Wiadomość
Po wgraniu moda Forum Images i Beer Mod
kidzior 
Niezale?ny



Posty: 775
Piwa: 300/63
Skąd: Krak?w
Wysłany: Wto 30 Maj, 2006   Po wgraniu moda Forum Images i Beer Mod
   Adres forum: http://forum.niezal.org/


Hey :)

B?edy wyst?puj? dwa:
1. Pierwszy ilustruje zdj?cie poni?ej.
Z tego co pami?tam, powinien by? jeszcze gdzie? chyba opis Forum :?:

2. Po klikni?ciu na Wy?lij mam B??d Og?lny:

Kod
B??d Og?lny
Couldn't insert row in forums table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 390, 0, 'SORT_FPDATE', '', '', 0, 0, 0, 2, 1, 0, '', 0, 0, 0, 3, 0, 0, '', 0, 0' at line 2

INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc,forum_image_url, forum_image_url_new, forum_order, forum_status, forum_sort, password, forum_color, forum_moderate, no_count, forum_trash, forum_separate, forum_show_ga, prune_enable, forum_link, forum_link_internal, forum_link_hit_count, forum_tree_req, forum_tree_grade, forum_no_helped, forum_no_split, topic_tags, locked_bottom, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_globalannounce, auth_vote, auth_pollcreate, auth_attachments, auth_download, main_type) VALUES ('33', 'xxx', 1, '','', '',, 390, 0, 'SORT_FPDATE', '', '', 0, 0, 0, 2, 1, 0, '', 0, 0, 0, 3, 0, 0, '', 0, 0, 0, 1, 0, 1, 1, 3, 3, 5, 1, 1, 1, 0, 'c')

Line : 825
File : admin_forums.php


Wklejam linie 820-830 z pliku admin_forums.php
PHP Code:
<?php


            $sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, forum_desc,forum_image_url, forum_image_url_new, forum_order, forum_status, forum_sort, password, forum_color, forum_moderate, no_count, forum_trash, forum_separate, forum_show_ga, prune_enable, forum_link, forum_link_internal, forum_link_hit_count, forum_tree_req, forum_tree_grade, forum_no_helped, forum_no_split, topic_tags, locked_bottom" . $field_sql . ")
                VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', $cat_id, '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "','" . str_replace("\'", "''", $HTTP_POST_VARS['forumimageurl']) . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumimageurlnew']) . "',, $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumsort']) . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['password']) . "', '" . str_replace("\'", "''", str_replace("#", "", $HTTP_POST_VARS['forum_color'])) . "', $post_moderate, $post_no_count, $forum_trash, " . intval($HTTP_POST_VARS['forum_separate']) . ", " . intval($HTTP_POST_VARS['forum_show_ga']) . ", " . intval($HTTP_POST_VARS['prune_enable']) . ", '$forum_link', $forum_link_internal, $forum_link_hit_count, " . intval($HTTP_POST_VARS['forum_tree_req']) . ", " . intval($HTTP_POST_VARS['forum_tree_grade']) . ", " . intval($HTTP_POST_VARS['forum_no_helped']) . ", " . intval($HTTP_POST_VARS['forum_no_split']) . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['topic_tags']) . "', $locked_bottom" . $value_sql . ")";
            if( !$result = $db->sql_query($sql) )
            {
                message_die(GENERAL_ERROR, "Couldn't insert row in forums table", "", __LINE__, __FILE__, $sql);
            }
            sql_cache('clear', 'multisqlcache_forum');
            sql_cache('clear', 'forum_data');
            admin_check_cat();
            get_user_tree($userdata);


?>


No i co si? mog?o spsu? :?:
Aby móc ściągnąć załącznik musisz się zalogować.
_________________
WHEN (NIE.DZIALA)
LOOP
UNTIL (DZIALA)
Postaw piwo autorowi tego posta
 
 
     
qbs 


Posty: 598
Piwa: 353/29
Skąd: wroc?aw
Wysłany: Wto 30 Maj, 2006   
   Adres forum: n/a


co to za forum_image_url_new? :| a odnosnie braku pola opis - zle przerobiony plik stylu
_________________
ixdude.com
i have been waiting, all of my life, for you to come along and make everything all right. my body shaking, right through the bones, so take my by the hand, please don't leave me here alone. and i wonder if you know just how i feel, i feel... yeah... and i wonder how i know it is... it's real... it's real. coz' i want you to save me, just please save me, save me... coz' i need you to save me, just please save me, save me...
Postaw piwo autorowi tego posta
 
     
kidzior 
Niezale?ny



Posty: 775
Piwa: 300/63
Skąd: Krak?w
Wysłany: Wto 30 Maj, 2006   
   Adres forum: http://forum.niezal.org/


qbs napisał/a
co to za forum_image_url_new?

Zmodyfikowane nowe tematy. Ikonka si? mo?e np. migac przy nowych postach w danym forum. (Oczywi?cie przy obrazku odpowiednim migaj?cym si?. ;)
_________________
WHEN (NIE.DZIALA)
LOOP
UNTIL (DZIALA)
Postaw piwo autorowi tego posta
 
 
     
qbs 


Posty: 598
Piwa: 353/29
Skąd: wroc?aw
Wysłany: Wto 30 Maj, 2006   
   Adres forum: n/a


a tak wogole to zauwazyles ze w zapytaniu masz 2 przecinki?
PHP Code:
<?php

$HTTP_POST_VARS['forumimageurlnew']) . "',,


?>
_________________
ixdude.com
i have been waiting, all of my life, for you to come along and make everything all right. my body shaking, right through the bones, so take my by the hand, please don't leave me here alone. and i wonder if you know just how i feel, i feel... yeah... and i wonder how i know it is... it's real... it's real. coz' i want you to save me, just please save me, save me... coz' i need you to save me, just please save me, save me...
Postaw piwo autorowi tego posta
 
     
Więcej szczegółów
Wystawiono 1 piw(a):
kidzior
kidzior 
Niezale?ny



Posty: 775
Piwa: 300/63
Skąd: Krak?w
Wysłany: Sro 31 Maj, 2006   
   Adres forum: http://forum.niezal.org/


qbs napisał/a
a tak wogole to zauwazyles ze w zapytaniu masz 2 przecinki?
PHP Code:
<?php

$HTTP_POST_VARS['forumimageurlnew']) . "',,


?>

Racja, racja. Poprawione i dzia?a. A gdzie mog?em co? popsu? konkretnie przy edytowaniu stylu? :oops:

Browarek si? nale?y.
_________________
WHEN (NIE.DZIALA)
LOOP
UNTIL (DZIALA)
Postaw piwo autorowi tego posta
 
 
     
qbs 


Posty: 598
Piwa: 353/29
Skąd: wroc?aw
Wysłany: Sro 31 Maj, 2006   
   Adres forum: n/a


zapewne usuneles czesc odpowiedzialna za edycje opisu
_________________
ixdude.com
i have been waiting, all of my life, for you to come along and make everything all right. my body shaking, right through the bones, so take my by the hand, please don't leave me here alone. and i wonder if you know just how i feel, i feel... yeah... and i wonder how i know it is... it's real... it's real. coz' i want you to save me, just please save me, save me... coz' i need you to save me, just please save me, save me...
Postaw piwo autorowi tego posta
 
     
kidzior 
Niezale?ny



Posty: 775
Piwa: 300/63
Skąd: Krak?w
Wysłany: Pon 12 Cze, 2006   
   Adres forum: http://forum.niezal.org/


qbs napisał/a
zapewne usuneles czesc odpowiedzialna za edycje opisu

Gdzie mog?em zrobi? b??d konkretnie? Za??czam m?j pliczek forum_admin_body.tpl, mam nadziej?, ze to on i kto? b?dzie w stanie mi pom?c. :oops:
Aby móc ściągnąć załącznik musisz się zalogować.
_________________
WHEN (NIE.DZIALA)
LOOP
UNTIL (DZIALA)
Postaw piwo autorowi tego posta
 
 
     
Wyświetl posty z ostatnich:   
Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Nie możesz załączać plików na tym forum
Nie możesz ściągać załączników na tym forum
Dodaj temat do Ulubionych
Wersja do druku

Skocz do:  



Za treść postów administracja nie odpowiada. W przypadku naruszenia prawa, wszelkie zgromadzone dane o osobie łamiącej prawo, zostaną przekazane odpowiednim władzom. Kopiowanie elementów graficznych oraz rozwiązań technologicznych zastosowanych na niniejszej witrynie surowo wzbronione.
Strona wygenerowana w 0,49 sekundy. Zapytań do SQL: 44