Skocz do zawartości

ROZWIĄZANY: Fatal po wejsciu w komunikator


Rekomendowane odpowiedzi

Opublikowano (edytowane)

Po wejsciu w komunikator pokazuje mi sie ten blad odczytywac wiadomosci przychodzace moge lecz nie moge powrocic do mojego komunikatora

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /home/klient.d,,,,g.pl/mpg/,,,,rum.pl/public_html/admin/applications/members/sources/classes/messaging/messengerFunctions.php on line 2785

Edytowane przez DawPi
Poprawione błędy ortograficzne.

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

Opublikowano

				/* Invitees */
			if ( is_array( $row['_invitedMembers'] ) AND count( $row['_invitedMembers'] ) )
			{
				foreach ( $row['_invitedMembers'] as $_mid )
				{
					$messages[ $id ]['_invitedMemberData'][ $_mid ] = $members[ $_mid ];
					$messages[ $id ]['_invitedMemberNames'][]       = $members[ $_mid ]['members_display_name'];
				}
			}

a w tej lini dokladnie jest to

foreach ( $row['_invitedMembers'] as $_mid )

na starym forum mialem skrzynke podniesiona do 500 wiadomosci

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

  • Manager
Opublikowano

To bardzo dziwny błąd.. Wynika jakby z niego, że w jakiejś rozmowie masz zaproszoną bardzo dużą ilość rozmówców.. Jaki limit ustawiłeś właśnie na owe zaproszenia?

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

  • Manager
Opublikowano

Wklej nad kodem:

foreach ( $row['_invitedMembers'] as $_mid )

Takie coś:

$row['_invitedMembers'] = array_slice( $row['_invitedMembers'], 0, 25 );

Oczywiście nie testowane, ale może pomoże lepiej zdiagnozować ten problem.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Opublikowano (edytowane)

teraz jest takie

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 98775 bytes) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1107

oto ta linia

";

a to kilka lin nad i pod

							<input type='checkbox' class='input_check msg_check' name='msgid[{$msg['mt_id']}]' id='msg_check_{$msg['mt_id']}' />
					</td>
				</tr>

";
}
$_ips___x_retval .= '';
unset( $__iteratorCount );
return $_ips___x_retval;
}

a moze dal bym jakos rade usunac wiadomosci niw wchodzac w komunikator?

Edytowane przez @lek

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

  • Manager
Opublikowano

Kurde, a cóż się tam dzieje. :o

No wiadomości to tylko w SQL jeśli nie w ACP. Tyle, że to delikatna sprawa, ponieważ trzeba usunąć to w dwóch tabelach i nie pomylić się z ID'sami.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

  • Manager
Opublikowano

Generalnie gotowego rozwiązania również nie mam. Tyle, że nawet nie mamy pewności, że to pomoże.. A jakbyś zmniejszył ilość wiadomości na stronę (chyba jest takie ustawienie - musisz popatrzeć w ACP, ja teraz nie mogę)?

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Opublikowano

Tak jest

Max. number of messages to show per page when viewing message list

The default is 50.

gdy przestawie na 100

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 77 bytes) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/sources/classes/messaging/messengerFunctions.php on line 2769

linia

	$messages[ $id ]['_starterMemberData']['_canBeBlocked'] = IPSMember::isIgnorable( $_member['member_group_id'], $_member['mgroup_others'], 'pm' );

gdy na 500

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1 bytes) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/ips_kernel/classDbMysqliClient.php on line 465

linia

 $this->record_row = mysqli_fetch_assoc( $query_id );

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

Opublikowano

zrobilem to i

na gorze strony pojawilo sie cos takiego.


Notice: Undefined index: use_friendly_urls in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php on line 439

Notice: Undefined index: path in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php on line 1539

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 131

Notice: Undefined index: sort in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 717

Notice: Undefined index: st in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 718

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 735

Notice: Undefined index: sort in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 751

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 756

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php on line 2716

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php on line 2717

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 826

Notice: Undefined index: isFriendly in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 826

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 861

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 861

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 837

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 840

Notice: Undefined index: members in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/core.php on line 6681

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 887

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 887

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 896

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 905

Notice: Undefined index: sort in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 927

Notice: Undefined index: st in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 928

Notice: Undefined index: st in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 936

Notice: Undefined index: first_unread_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined property: public_members_messaging_view::$_deletedTopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 184

Notice: Undefined index: rc_rss_key in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 561

Notice: Undefined property: skin_global_12::$functionData in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 77

Notice: Undefined index: _jsDebug in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 123

Notice: Undefined index: showtopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 886

Notice: Undefined index: showforum in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 889

Notice: Undefined index: showtopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 889

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 893

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 893

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 893

Notice: Undefined index: showtopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 893

Notice: Undefined index: showforum in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 893

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 893

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 917

Notice: Undefined index: advanced_search in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 896

Notice: Undefined index: userAgentLocked in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 312

Notice: Undefined index: cal_id in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 332

Notice: Undefined index: do_include_lightbox_real in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 366

Notice: Undefined index: shoutbox_banned in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/hooks/shoutboxGlobalShoutbox_354bc3dffba6bbbf1c9022fec73d68bd.php on line 66

Notice: Undefined property: shoutboxLibrary::$editor in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 495

Notice: Undefined index: rte_width in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/handlers/han_editor.php on line 163

Notice: Undefined index: shoutbox_height in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: shoutbox_gheight in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: global_display in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: enter_key_shout in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: enable_quick_commands in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: display_refresh_button in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: global_state in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: lastid in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 288

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 994

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Use of undefined constant glb - assumed 'glb' in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox_hooks.php on line 126

Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php:439) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php:439) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php:439) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 129

Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php:439) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 130

Warning: Cannot modify header information - headers already sent by (output started at /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php:439) in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 134

nastepnie chcialem usunac wiadomosci i pokazalo sie to

Warning: mysqli_query() [function.mysqli-query]: (HY000/2008): MySQL client ran out of memory in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/ips_kernel/classDbMysqliClient.php on line 222
mpghforum.pl Driver Error

przez pomylke mapisalem to w innym temacie

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

Opublikowano

Zapytalem i dostalem od nich odpowiedz

Witam,

Niestety nie ma możliwość przeniesienia konta na inną platformę fizyczną w ramach tego pakietu.

Czy mogę zapytać jakie występują problemy?

dalem link do tematu

odp

Komunikaty o przekroczeniu pamięci RAM powodowane są przez wykorzystanie limitów konta i przeniesienie go na inny serwer fizyczny nic by tu nie zmieniło. Niestety wygląda na to że skrypt ma duże zapotrzebowanie na RAM.

Jeżeli chce Pan skorzystać z osobnej platformy i potrzebuje Pan większych zasobów pamięci to może Pan skorzystać z platformy dVPS: http://dhosting.pl/oferta/dvps_managed.html - wówczas oddawany jest do Pana dyspozycji osobny wirtualny serwer z przydzielonymi zasobami.

jak narazie dziala bez bledu

nie wiem czy zmieniac?

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

  • Manager
Opublikowano

To znaczy działa?

Wiesz, VPS to nie są wcale takie małe koszta.. Może ja mógłbym Cię pohostować na VPSie z dH, bo takowy mam, a zasobów też jest trochę. Jakbyś się decydował to daj znać. Przygotuje się jakąś ofertę.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Opublikowano (edytowane)

Tzn mi dziala ale innym z mojej grupy i tym ktorzy mieli duzo wiadomosci nie dzial

wiswietla sie biala strona po sprawdzeniu co sie kryje pod biala strona pokazuja sie bledy

Notice: Undefined index: use_friendly_urls in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php on line 439

Notice: Undefined index: path in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/ipsRegistry.php on line 1539

Notice: Undefined index: folderID in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/sources/classes/messaging/messengerFunctions.php on line 143

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 131

Notice: Undefined index: do in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 140

Notice: Undefined index: sort in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 717

Notice: Undefined index: st in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 718

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 735

Notice: Undefined index: sort in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 751

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 756

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php on line 2716

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php on line 2717

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1045

Notice: Undefined index: isFriendly in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1045

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1080

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1080

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1056

Notice: Undefined index: seoTemplate in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1059

Notice: Undefined index: members in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/base/core.php on line 6681

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 887

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 887

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 896

Notice: Undefined index: folderFilter in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 905

Notice: Undefined index: sort in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 927

Notice: Undefined index: st in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 928

Notice: Undefined index: st in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 936

Notice: Undefined index: pages in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_messaging.php on line 1052

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: view_last_post in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/publicOutput.php(1338) : runtime-created function on line 1

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined property: public_members_messaging_view::$_deletedTopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications/members/modules_public/messaging/view.php on line 184

Notice: Undefined index: rc_rss_key in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 561

Notice: Undefined property: skin_global_12::$functionData in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 78

Notice: Undefined index: _jsDebug in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 124

Notice: Undefined index: showtopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1105

Notice: Undefined index: showforum in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1108

Notice: Undefined index: showtopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1108

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1112

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1112

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1112

Notice: Undefined index: showtopic in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1112

Notice: Undefined index: showforum in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1112

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1112

Notice: Undefined index: search_app in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1136

Notice: Undefined index: advanced_search in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1115

Notice: Undefined index: userAgentLocked in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 313

Notice: Undefined index: cal_id in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 333

Notice: Undefined index: do_include_lightbox_real in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 564

Notice: Undefined index: shoutbox_banned in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/hooks/shoutboxGlobalShoutbox_354bc3dffba6bbbf1c9022fec73d68bd.php on line 66

Notice: Undefined property: shoutboxLibrary::$editor in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 495

Notice: Undefined index: rte_width in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/sources/handlers/han_editor.php on line 163

Notice: Undefined index: shoutbox_height in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: shoutbox_gheight in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: global_display in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: enter_key_shout in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: enable_quick_commands in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: display_refresh_button in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: global_state in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 665

Notice: Undefined index: lastid in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 288

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Undefined index: _archive in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 705

Notice: Undefined index: ajax_return in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 748

Notice: Undefined index: f in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_global.php on line 1213

Notice: Undefined index: _date in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox.php on line 456

Notice: Use of undefined constant glb - assumed 'glb' in /home/klient.dhosting.pl/mpg/mpghforum.pl/public_html/cache/skin_cache/cacheid_12/skin_shoutbox_hooks.php on line 126

Edytowane przez @lek

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

Opublikowano (edytowane)

Dla mnie to wygląda na uszkodzenia w plikach gdzieś. Nic więcej ... Próbowałeś postawić na lokalu, dodać wszystkie modyfikacje, podpiąć bazę i zobaczyć co się dzieje. Albo obok tego co masz, w oddzielnym katalogu zrób instalacje drugą i tak jak wyżej zrób to co zrobione jest u Ciebie na głównym, potem podepnij kopię bazy danych, którą posiadasz i sprawdź jak to będzie śmigać. Możliwe, że w trakcie instalacji/aktualizacji wystąpił błąd, który powoduje właśnie takie efekty. Przynajmniej ja, na Twoim miejscu, tak właśnie bym zrobił.

EDIT: Tylko nie działaj na żywym organizmie bo będzie jeszcze gorzej.

Edytowane przez mlodszy
Opublikowano (edytowane)

Napisalem ticet i dostalem odpowiedz

The issue seems to be related to the Global

Shoutbox hook , once I disable it the error

goes away . You need to post in the support

of the application to get support about it,

something is interfering with the code .

Zrobilem tak

wylaczylem wszystkie hooki i zalogowalem sie na konto drugigo admina (udostepnil mi konto) i komunikator zaczol dzialac usunolem wiadomosci i dziala.

zostalo jeszcze pare osob z tym bledem . Co moge wylaczyc by nie wylanczac wszystkich hook ?

    *
     (T31) Hide Content
     Allows members to post hidden content in their posts and others must reply to see the content. 	Terabyte 	sty 10 2011 11:57
     	2.1.0 	Opcje
   *
     drag
     	(DP31) Top Shouters 	DawPi 	sty 14 2011 09:27
     	1.0.0 	Opcje
   *
     drag
     	(P) Board Life Counter
     Modyfication of "(IB.PL) Board Life Counter For IP.Board 2.3.x" by Msb 	Pavulon 	sty 14 2011 05:36
     	1.0.1 	Opcje
   *
     drag
     	(DP31) Adverts in Topic 	DawPi 	wczoraj, 03:29
     	2.0.2 	Opcje
   *
     drag
     	(DP30) IP.Shoutbox Online List
     Wyświetl listę aktywnych użytkowników w IP.Shoutbox na swoim forum. 	DawPi 	sty 14 2011 07:39
     	1.0.0 	Opcje
   *
     drag
     	Subscriptions: User Drop Down Link
     Adds a link in the user's drop down to manage subscriptions 	invision Power Services, Inc 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	(SOS31) Total Time Spent On Forums v2.0.0
     Will show how much time each member spends logged into the site. 	Adriano Faria 	sty 14 2011 07:28
     	1.0.0 	Opcje
   *
     drag
     	IP.Shoutbox (Global)
     This adds a global shoutbox in your forum 	IPS Community Project Developers 	wczoraj, 03:29
     	1.1.3 	Opcje
   *
     drag
     	Status Updates
     Displays the last 10 status updates from members 	Invision Power Services, Inc 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	Subscriptions: Current Subscriptions Badge
     Shows details of your current subscription 	Invision Power Services, Inc 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	IP.Shoutbox (Active Users)
     This adds a list of active users in the shoutbox on your board index 	IPS Community Project Developers 	wczoraj, 03:29
     	1.1.3 	Opcje
   *
     drag
     	Subscriptions: Complete Registration Form
     Displays packages on the complete registration page 	Invision Power Services, Inc 	wczoraj, 03:29
     	1.0.1 	Opcje
   *
     drag
     	Subscriptions: Register Form
     Displays the package drop down on the register form 	Invision Power Services 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	(IM) Members Online Today
     Shows a list of which members have been online that day 	Michael McCune 	sty 07 2011 11:15
     	1.0.2 	Opcje
   *
     drag
     	Subscriptions: Check For Package
     Checks for a post-registration unfinished package 	Invision Power Services 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	(IM) Group Name Indicator
     Show a legend of your group names below the Board Index Active Users list 	Michael McCune 	sty 07 2011 10:21
     	1.0.1 	Opcje
   *
     drag
     	Unread Notifications
     Shows unread notifications on the board index 	Invision Power Services, Inc 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	Ad Code Sidebar
     Displays ad code on the board index sidebar 	Invision Power Services, Inc. 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	(DP31) Reputation Time
     View when rep point was added. 	DawPi 	sty 06 2011 01:37
     	1.0.0 	Opcje
   *
     drag
     	Recent Topics
     Adds a list of recent topics to the board index 	Invision Power Services, Inc 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	Board Index Watched Content
     Shows watched forums and topics on the board index 	Invision Power Services, Inc 	wczoraj, 03:29
     	1.0.0 	Opcje
   *
     drag
     	(DP30) Top Reputation
     Modyfikacja wyświetla listą top X użytkowników z największą ilością reputacji. 	DawPi 	sty 05 2011 02:05
     	1.0.3 	Opcje
   *
     drag
     	(DP31) Top Posters 	DawPi 	sty 05 2011 02:42
     	1.0.0 	Opcje

Edytowane przez @lek

b_350_20_692108_381007_FFFFFF_000000.png

Je ne suis pas d'écrire correctement en Polonais

comprendre S.V.P !!

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.