<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум PHP-MyAdmin.RU &mdash; Ошибка выгрузки прайса]]></title>
	<link rel="self" href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1153&amp;type=atom" />
	<updated>2009-03-25T19:09:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.php-myadmin.ru/viewtopic.php?id=1153</id>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7603#p7603" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Hanut сказал:</cite><blockquote><p><strong>Tonik</strong><br />Если в одном каталоге, то так:<br />include(&#039;./tables.inc.php&#039;);</p></blockquote></div><p>Опять те же ошибки. Наверное надо програмера сюда. Сам не осилю. Hanut - спасибо за советы!</p>]]></content>
			<author>
				<name><![CDATA[Tonik]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=1881</uri>
			</author>
			<updated>2009-03-25T19:09:56Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7603#p7603</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7598#p7598" />
			<content type="html"><![CDATA[<p><strong>Tonik</strong><br />Если в одном каталоге, то так:<br />include(&#039;./tables.inc.php&#039;);</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-03-25T18:05:17Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7598#p7598</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7591#p7591" />
			<content type="html"><![CDATA[<p>tables.inc.php и connect.inc.php находятся в одном каталоге, и насколько я понимаю такой путь правильный - include(&#039;./cfg/tables.inc.php&#039;); - это ж и есть 28-я строка, о которой я говорил в первом сообщении..? </p><p>код 27 // include table name file<br />код 28 include(&#039;./cfg/tables.inc.php&#039;);<br />код 29 ?&gt;</p>]]></content>
			<author>
				<name><![CDATA[Tonik]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=1881</uri>
			</author>
			<updated>2009-03-25T14:27:43Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7591#p7591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7587#p7587" />
			<content type="html"><![CDATA[<p><strong>Tonik</strong><br />Только вы знаете где у вас находятся подключаемые файлы. Поищите tables.inc.php и укажите его путь относительно connect.inc.php.</p><p>Ошибка связанная с функцией session_start(), означает, что она находится уже после того, как отосланы заголовки, например выше есть функции print, echo или header(). Можно избавиться от ошибки выставив перед функцией символ @.<br />@session_start();<br />Но я не знаю как это скажется на работоспособности скрипта.</p><p>Table &#039;valkor.SETTINGS_TABLE&#039; doesn&#039;t exist - Означает, что таблица SETTINGS_TABLE не найдена. Проверьте развернули ли вы таблицы в БД.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-03-25T11:38:43Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7587#p7587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7584#p7584" />
			<content type="html"><![CDATA[<p>прошу прощения, побежал впереди паравоза. При правке строки include(&#039;../cfg/tables.inc.php&#039;);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; появилась ошибка на главной странице. Я туда не посмотрел вчера и поспешил порадоваться.</p><p>Warning: include(../cfg/tables.inc.php) [function.include]: failed to open stream: No such file or directory in /var/www/valkor/valkor.com.ua/cfg/connect.inc.php on line 28</p><p>Warning: include() [function.include]: Failed opening &#039;../cfg/tables.inc.php&#039; for inclusion (include_path=&#039;./:/&#039;) in /var/www/valkor/valkor.com.ua/cfg/connect.inc.php on line 28</p><p>Warning: Cannot modify header information - headers already sent by (output started at /var/www/valkor/valkor.com.ua/cfg/connect.inc.php:28) in /var/www/valkor/valkor.com.ua/index.php on line 62</p><p>Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/valkor/valkor.com.ua/cfg/connect.inc.php:28) in /var/www/valkor/valkor.com.ua/index.php on line 64<br />Table &#039;valkor.SETTINGS_TABLE&#039; doesn&#039;t exist SQL query : select settings_constant_name, settings_value from SETTINGS_TABLE</p>]]></content>
			<author>
				<name><![CDATA[Tonik]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=1881</uri>
			</author>
			<updated>2009-03-25T07:22:51Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7584#p7584</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7583#p7583" />
			<content type="html"><![CDATA[<p><strong>Tonik</strong><br />Посмотрите где у вас находится файл language_list.php и поправьте относительный путь к нему в функции include().</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-03-24T19:56:38Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7583#p7583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7582#p7582" />
			<content type="html"><![CDATA[<p>вот результат<br />Warning: include(../language_list.php) [function.include]: failed to open stream: No such file or directory in /var/www/valkor/valkor.com.ua/export/cen_csv.php on line 6</p><p>Warning: include() [function.include]: Failed opening &#039;../language_list.php&#039; for inclusion (include_path=&#039;./:/&#039;) in /var/www/valkor/valkor.com.ua/export/cen_csv.php on line 6<br />т.е. часть ошибки исчезла</p>]]></content>
			<author>
				<name><![CDATA[Tonik]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=1881</uri>
			</author>
			<updated>2009-03-24T19:29:47Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7582#p7582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7581#p7581" />
			<content type="html"><![CDATA[<p><strong>Tonik</strong><br />Попробуйте переписать так:<br />include(&#039;../cfg/tables.inc.php&#039;);</p><p>include(&quot;../language_list.php&quot;);</p><p>Одна точка - это текущий каталог, две точки - уровень ниже.</p>]]></content>
			<author>
				<name><![CDATA[Hanut]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=181</uri>
			</author>
			<updated>2009-03-24T19:20:11Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7581#p7581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ошибка выгрузки прайса]]></title>
			<link rel="alternate" href="https://forum.php-myadmin.ru/viewtopic.php?pid=7580#p7580" />
			<content type="html"><![CDATA[<p>Вопрос к знающим, тертым, так сказать, калачам;-)<br />Warning: include(./cfg/tables.inc.php) [function.include]: failed to open stream: No such file or directory in /var/www/sait/sait.com.ua/cfg/connect.inc.php on line 28</p><p>Warning: include() [function.include]: Failed opening &#039;./cfg/tables.inc.php&#039; for inclusion (include_path=&#039;./:/&#039;) in /var/www/sait/sait.com.ua/cfg/connect.inc.php on line 28</p><p>Warning: include(./../language_list.php) [function.include]: failed to open stream: No such file or directory in /var/www/sait/sait.com.ua/export/cen_csv.php on line 6</p><p>Warning: include() [function.include]: Failed opening &#039;./../language_list.php&#039; for inclusion (include_path=&#039;./:/&#039;) in /var/www/sait/sait.com.ua/export/cen_csv.php on line 6</p><p>Вот такая беда приключилась после переноса с виндового на юниховый хост. Пошел в папку cfg. Файлик connect.inc.php на месте. Подключение в нем указано в строке 28 -&nbsp; include(&#039;./cfg/tables.inc.php&#039;); .<br /> В файле ./export/cen_csv.php есть строка 6 -&nbsp; include(&quot;./../language_list.php&quot;);<br />Сайт достался мне &quot;в наследство&quot;. Знание пхп начального уровня, постигаю,&nbsp; ковыряюсь сам. Буду очено признателен за совет, как побороть эту ошибку.</p>]]></content>
			<author>
				<name><![CDATA[Tonik]]></name>
				<uri>https://forum.php-myadmin.ru/profile.php?id=1881</uri>
			</author>
			<updated>2009-03-24T19:02:31Z</updated>
			<id>https://forum.php-myadmin.ru/viewtopic.php?pid=7580#p7580</id>
		</entry>
</feed>
