Eroare phpBB overall_header.html!

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

User avatar
the best`
Membru, skill +1
Membru, skill +1
Posts: 158
Joined: 13 Mar 2012, 17:33
Detinator Steam: Da
CS Status:
Detinator server CS: NU ▲
SteamID: master_1396
Location: Targu Jiu, de te nasti aici si cresti, ramai Anti-BuCUResti!
Has thanked: 9 times
Been thanked: 15 times
Contact:

12 Apr 2014, 17:42

Salut, cand vreau sa intru in overall_header.html primesc urmatoarea eroare : [phpBB Debug] PHP Warning: in file [ROOT]/includes/utf/utf_tools.php on line 1845: htmlspecialchars(): Invalid multibyte sequence in argument

Daca ma poate ajuta careva cu un raspuns sa posteze, mersi.
RoyalServer 2
User avatar
miber
Membru, skill +4
Membru, skill +4
Posts: 1986
Joined: 09 Apr 2013, 03:43
Detinator Steam: Da
CS Status: Web Designer.
SteamID: mibfx
Location: rootem
Has thanked: 50 times
Been thanked: 111 times
Contact:

12 Apr 2014, 18:10

Nu inteleg cum intri tu in overall_header.html din browser sau din editorul tau de text ?
M-am lasat, is pensionar pe caz de boala, acum ma tratez cu Mari pana dau de Ioana.

Image
User avatar
the best`
Membru, skill +1
Membru, skill +1
Posts: 158
Joined: 13 Mar 2012, 17:33
Detinator Steam: Da
CS Status:
Detinator server CS: NU ▲
SteamID: master_1396
Location: Targu Jiu, de te nasti aici si cresti, ramai Anti-BuCUResti!
Has thanked: 9 times
Been thanked: 15 times
Contact:

12 Apr 2014, 18:22

miber wrote:Nu inteleg cum intri tu in overall_header.html din browser sau din editorul tau de text ?
Din panou, browser.

Image
User avatar
miber
Membru, skill +4
Membru, skill +4
Posts: 1986
Joined: 09 Apr 2013, 03:43
Detinator Steam: Da
CS Status: Web Designer.
SteamID: mibfx
Location: rootem
Has thanked: 50 times
Been thanked: 111 times
Contact:

12 Apr 2014, 18:39

Foloseste editorul text, notepad++ sau notepad, cred ca ai niste caractere neacceptate in fisierul .html, sau ai errori in php-uri cine stie ce ai modificat tu intr-un php incat sa dea aceasta eroare.
M-am lasat, is pensionar pe caz de boala, acum ma tratez cu Mari pana dau de Ioana.

Image
User avatar
the best`
Membru, skill +1
Membru, skill +1
Posts: 158
Joined: 13 Mar 2012, 17:33
Detinator Steam: Da
CS Status:
Detinator server CS: NU ▲
SteamID: master_1396
Location: Targu Jiu, de te nasti aici si cresti, ramai Anti-BuCUResti!
Has thanked: 9 times
Been thanked: 15 times
Contact:

12 Apr 2014, 18:43

overall_header.html | Afiseaza codul
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<!-- INCLUDE ca_config.html -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
{META}


<link rel="shortcut icon" href="http://who.pho.to/img/thumbs/cs-gui.com_favicon.jpg" type="image/jpeg">

<title>{SITENAME} - <!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}</title>

<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

<script type="text/javascript">
// <![CDATA[

	var onload_functions = new Array();
	var onunload_functions = new Array();
	var ca_main_width = '{$CA_WIDTH}';

<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}
<!-- ENDIF -->

function popup(url, width, height, name)
{
	if (!name)
	{
		name = '_popup';
	}

	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
	return false;
}

function jumpto()
{
	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';

	if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
	{
		if (base_url.indexOf('?') == -1)
		{
			document.location.href = base_url + '?start=' + ((page - 1) * per_page);
		}
		else
		{
			document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
		}
	}
}

/**
* Find a member
*/
function find_username(url)
{
	popup(url, 760, 570, '_usersearch');
	return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
	var parent = document.getElementById(id);
	if (!parent)
	{
		eval('parent = document.' + id);
	}

	if (!parent)
	{
		return;
	}

	var rb = parent.getElementsByTagName('input');
	
	for (var r = 0; r < rb.length; r++)
	{
		if (rb[r].name.substr(0, name.length) == name)
		{
			rb[r].checked = state;
		}
	}
}

<!-- IF ._file -->

	/**
	* Play quicktime file by determining it's width/height
	* from the displayed rectangle area
	*
	* Only defined if there is a file block present.
	*/
	function play_qt_file(obj)
	{
		var rectangle = obj.GetRectangle();

		if (rectangle)
		{
			rectangle = rectangle.split(',')
			var x1 = parseInt(rectangle[0]);
			var x2 = parseInt(rectangle[2]);
			var y1 = parseInt(rectangle[1]);
			var y2 = parseInt(rectangle[3]);

			var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
			var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
		}
		else
		{
			var width = 200;
			var height = 0;
		}

		obj.width = width;
		obj.height = height + 16;

		obj.SetControllerVisible(true);

		obj.Play();
	}
<!-- ENDIF -->

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions);
		}
	}

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions);
		}
	}


if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0)
{
	document.write('<link rel="stylesheet" href="{T_THEME_PATH}/mac.css" type="text/css" />');
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts.js"></script>
<script language="JavaScript">
<!--
/* MjM'S JAVA CODENAME = FLASH
   This JavaScript Code was written by MjM for Hyperchat UK
   I am not responsible for any damage caused by my code.
   This code can be modified as long as the Author's Name is still attached.
   Email : [email protected]
   © Copyright 1996
*/
var yourwords = "Thank you for visiting Hart-Dynasty.Com";
var speed = 150;
var control = 1;
function flash()
{
  if (control == 1)
    {
      window.status=yourwords;
      control=0;
    }  
  else
    {
      window.status="";
      control=1;
    }
  setTimeout("flash();",speed);
}
// -->
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">
<div align="center">
<a href="index.php">{SITE_LOGO_IMG}</a>
<td width="10%" align="right" valign="middle">
<!-- IF not S_USER_LOGGED_IN --><!-- ENDIF --></td>
<td width="20%" align="left" valign="middle"><a href="{U_LOGIN_LOGOUT}" style="color:#e3e3e3">{L_LOGIN_LOGOUT}</a>
<!-- IF not S_USER_LOGGED_IN --><a href="http://efl.ro/forum/ucp.php?mode=register" style="color:#e3e3e3">{L_REGISTER}</a><!-- ENDIF -->
</td>

<table align="center" height="42" border="0">
<tr>
		<td height="42"><a href="{U_INDEX}"><button class="bibut">{L_INDEX}</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td>
		<td height="42"><a href="http://dr-efl.p.ht/"><button class="sitebut">svURL</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td>
        <td height="42"><a href="http://www.efl.ro/forum/viewtopic.php?s ... 5"><button class="bibut">Regulament</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td>
    <!-- IF not S_IS_BOT -->
        <!-- IF S_USER_LOGGED_IN --><td height="42"><a href="{U_PROFILE}"><button class="ucp">{L_PROFILE}</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td> <!-- ENDIF -->
        <!-- IF S_USER_LOGGED_IN -->
            <!-- IF S_DISPLAY_PM --><td height="42"><a href="{U_PRIVATEMSGS}"><button class="ucp">{L_PRIVATE_MESSAGES}</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td> <!-- ENDIF -->
        <!-- ELSEIF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --> <!-- ENDIF -->
    <!-- ENDIF -->
    <!-- IF U_RESTORE_PERMISSIONS --><td height="42"><a href="{U_RESTORE_PERMISSIONS}"><button class="ucp">{L_RESTORE_PERMISSIONS}</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td> <!-- ENDIF -->
    <td height="42"><a href="{U_FAQ}"><button class="sitebut">{L_FAQ}</button></a></td><td><img src="{T_THEME_PATH}/images/separator.png" /></td>
    <!-- IF not S_IS_BOT -->
        <!-- IF S_DISPLAY_MEMBERLIST -->  <td height="42"><a href="{U_MEMBERLIST}"><button class="bibut">{L_MEMBERLIST}</button></a></td> <!-- ENDIF -->
    <!-- ENDIF -->
    </tr>
    </table></div>
    <div id="content">
    <table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center">
<tr>
	<td id="contentrow">
	<p><br style="clear: both;" /></p>
	 
<!-- INCLUDE breadcrumbs.html -->



Daca stie careva ce are ..
The Kalu
Fost administrator
Fost administrator
Posts: 13707
Joined: 09 Oct 2010, 12:39
Detinator Steam: Da
CS Status: In grajd!
SteamID: kalulord
Reputatie: Fost Administrator
Fost membru Club eXtreamCS (6 luni)
Nume anterior: Terra
Location: Romania, Ploiesti
Has thanked: 328 times
Been thanked: 646 times
Contact:

12 Apr 2014, 18:58

Ai un backup mai vechi, deoarece este posibil sa fie un caracter in db care nu este recunoscut.La linia 1845 este doar un array.
PS: Ce ai pus tu the best` este egal cu 0, acel fisier nu are nimic.Daca avea ceva iti afisa in index eroare sau acel PHP Debug.
Image
User avatar
the best`
Membru, skill +1
Membru, skill +1
Posts: 158
Joined: 13 Mar 2012, 17:33
Detinator Steam: Da
CS Status:
Detinator server CS: NU ▲
SteamID: master_1396
Location: Targu Jiu, de te nasti aici si cresti, ramai Anti-BuCUResti!
Has thanked: 9 times
Been thanked: 15 times
Contact:

12 Apr 2014, 18:59

Doar ce am instalat phpbb, si doar pe tema asta imi da eroare in overall_header.
User avatar
miber
Membru, skill +4
Membru, skill +4
Posts: 1986
Joined: 09 Apr 2013, 03:43
Detinator Steam: Da
CS Status: Web Designer.
SteamID: mibfx
Location: rootem
Has thanked: 50 times
Been thanked: 111 times
Contact:

12 Apr 2014, 19:06

Atunci tema este buguita, nu mai baga tema asta.
M-am lasat, is pensionar pe caz de boala, acum ma tratez cu Mari pana dau de Ioana.

Image
User avatar
the best`
Membru, skill +1
Membru, skill +1
Posts: 158
Joined: 13 Mar 2012, 17:33
Detinator Steam: Da
CS Status:
Detinator server CS: NU ▲
SteamID: master_1396
Location: Targu Jiu, de te nasti aici si cresti, ramai Anti-BuCUResti!
Has thanked: 9 times
Been thanked: 15 times
Contact:

12 Apr 2014, 19:07

.. Ok, mersi..
The Kalu
Fost administrator
Fost administrator
Posts: 13707
Joined: 09 Oct 2010, 12:39
Detinator Steam: Da
CS Status: In grajd!
SteamID: kalulord
Reputatie: Fost Administrator
Fost membru Club eXtreamCS (6 luni)
Nume anterior: Terra
Location: Romania, Ploiesti
Has thanked: 328 times
Been thanked: 646 times
Contact:

12 Apr 2014, 19:10

Ia pune fisierul overall_header.html din adm/style/overall_header.
Image
User avatar
the best`
Membru, skill +1
Membru, skill +1
Posts: 158
Joined: 13 Mar 2012, 17:33
Detinator Steam: Da
CS Status:
Detinator server CS: NU ▲
SteamID: master_1396
Location: Targu Jiu, de te nasti aici si cresti, ramai Anti-BuCUResti!
Has thanked: 9 times
Been thanked: 15 times
Contact:

12 Apr 2014, 19:18

SALVANO wrote:Ia pune fisierul overall_header.html din adm/style/overall_header.
Pai eu ce-am vorbit pana acum ? :)) Cand intru imi da eroarea de mai sus. si overall header l-am luat din ftp ca din acp nu-mi da voie.
User avatar
miber
Membru, skill +4
Membru, skill +4
Posts: 1986
Joined: 09 Apr 2013, 03:43
Detinator Steam: Da
CS Status: Web Designer.
SteamID: mibfx
Location: rootem
Has thanked: 50 times
Been thanked: 111 times
Contact:

12 Apr 2014, 19:20

the best` wrote:
SALVANO wrote:Ia pune fisierul overall_header.html din adm/style/overall_header.
Pai eu ce-am vorbit pana acum ? :)) Cand intru imi da eroarea de mai sus. si overall header l-am luat din ftp ca din acp nu-mi da voie.
Intra aici adm/style/overall_header.html cu filezilla sau ce ftp client folosesti tu si pune codul sursa al overall_header.html
M-am lasat, is pensionar pe caz de boala, acum ma tratez cu Mari pana dau de Ioana.

Image
Post Reply

Return to “Discutii generale”

  • Information
  • Who is online

    Users browsing this forum: Bing [Bot], Yandex [Bot] and 426 guests