<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/prattcms/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/prattcms/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 12 Nov 2003 20:18:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/prattcms/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>installation on windows sets include_path wrong</title><link>https://sourceforge.net/p/prattcms/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the include_path in the global.var.php is set like this:&lt;br /&gt;
ini_set(&amp;amp;quot;include_path&amp;amp;quot;,&amp;amp;quot;.:&amp;amp;quot; . $PRATTCMS_dir . &amp;amp;quot;pear:&amp;amp;quot; .&lt;br /&gt;
$PRATTCMS_dir . &amp;amp;quot;smarty:&amp;amp;quot; . $PRATTCMS_dir);&lt;/p&gt;
&lt;p&gt;but on windows it must be&lt;br /&gt;
ini_set(&amp;amp;quot;include_path&amp;amp;quot;,&amp;amp;quot;.;&amp;amp;quot; . $PRATTCMS_dir . &amp;amp;quot;pear;&amp;amp;quot; .&lt;br /&gt;
$PRATTCMS_dir . &amp;amp;quot;smarty;&amp;amp;quot; . $PRATTCMS_dir);&lt;/p&gt;
&lt;p&gt;thx :D&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niko Sams</dc:creator><pubDate>Wed, 12 Nov 2003 20:18:29 -0000</pubDate><guid>https://sourceforge.net4e4be2713d52a8505d30e04192c2908d8fd26b9d</guid></item><item><title>/admin/install: mySQL: the query number 27 died!</title><link>https://sourceforge.net/p/prattcms/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PHP 4.3.2&lt;br /&gt;
MySQL 3.23.54&lt;/p&gt;
&lt;p&gt;db 'pratt' has all permissions except grant and &lt;br /&gt;
references.&lt;/p&gt;
&lt;p&gt;CREATE TABLE installed_templates (&lt;br /&gt;
id int(11) NOT NULL auto_increment,&lt;br /&gt;
name varchar(50) NOT NULL default '',&lt;br /&gt;
value varchar(50) NOT NULL default '',&lt;br /&gt;
PRIMARY KEY  (id)&lt;br /&gt;
) TYPE=MyISAM;&lt;/p&gt;
&lt;p&gt;the script while excuting this query:&lt;/p&gt;
&lt;p&gt;INSERT INTO `installed_templates` VALUES (2,&lt;br /&gt;
'Blue', '1');&lt;/p&gt;
&lt;p&gt;gives a syntax error.&lt;/p&gt;
&lt;p&gt;assigning a value to a field with autoincrement may be a &lt;br /&gt;
bug its not the cause of the error.&lt;br /&gt;
after the error the table is still empty, running the query &lt;br /&gt;
manually inserts the record as expected without error.&lt;/p&gt;
&lt;p&gt;-----------------------------------&lt;/p&gt;
&lt;p&gt;output from the query-log:&lt;/p&gt;
&lt;p&gt;2041 Init DB     pratt&lt;br /&gt;
2041 Query       CREATE TABLE `files` (&lt;br /&gt;
`id` int(11) NOT NUL&lt;br /&gt;
L auto_increment,  `filename` varchar(50) NOT NULL &lt;br /&gt;
default '',  `description` te&lt;br /&gt;
xt NOT NULL,  PRIMARY KEY  (`id`),  KEY `filename` &lt;br /&gt;
(`filename`)) TYPE=MyISAM AUT&lt;br /&gt;
O_INCREMENT=7    &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;2041 Init DB     pratt&lt;br /&gt;
2041 Query       CREATE TABLE `images` &lt;br /&gt;
(  `id` int(11) NOT NU&lt;br /&gt;
LL auto_increment,  `filename` varchar(50) NOT NULL &lt;br /&gt;
default '',  `description` t&lt;br /&gt;
ext NOT NULL,  PRIMARY KEY  (`id`)) TYPE=MyISAM &lt;br /&gt;
AUTO_INCREMENT=5&lt;/p&gt;
&lt;p&gt;2041 Init DB     pratt&lt;br /&gt;
2041 Query       CREATE TABLE &lt;br /&gt;
`installed_templates` (  `id` i&lt;br /&gt;
nt(11) NOT NULL auto_increment,  `name` varchar(50) &lt;br /&gt;
NOT NULL default '',  `value&lt;br /&gt;
` varchar(50) NOT NULL default '',  PRIMARY KEY&lt;br /&gt;
(`id`)) TYPE=MyISAM AUTO_INCREM&lt;br /&gt;
ENT=4            &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;2041 Init DB     pratt&lt;br /&gt;
2041 Query       INSERT INTO &lt;br /&gt;
`installed_templates` VALUES (2,&lt;br /&gt;
'Blue', '1');   &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;output from the install script:&lt;/p&gt;
&lt;p&gt;Error: the query number 27 died!&lt;/p&gt;
&lt;p&gt;db_error Object&lt;br /&gt;
(&lt;br /&gt;
[error_message_prefix] =&amp;amp;gt; &lt;br /&gt;
[mode] =&amp;amp;gt; 1&lt;br /&gt;
[level] =&amp;amp;gt; 1024&lt;br /&gt;
[code] =&amp;amp;gt; -2&lt;br /&gt;
[message] =&amp;amp;gt; DB Error: syntax error&lt;br /&gt;
[userinfo] =&amp;amp;gt; INSERT INTO `installed_templates` &lt;br /&gt;
VALUES (2, 'Blue', '1');&lt;br /&gt;
[nativecode=1064 ** Fehler in der Syntax bei ';&lt;br /&gt;
' in Zeile 1.]&lt;br /&gt;
[backtrace] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/DB.php&lt;br /&gt;
[line] =&amp;amp;gt; 604&lt;br /&gt;
[function] =&amp;amp;gt; pear_error&lt;br /&gt;
[class] =&amp;amp;gt; db_error&lt;br /&gt;
[type] =&amp;amp;gt; -&amp;amp;gt;&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; DB Error: syntax error&lt;br /&gt;
[1] =&amp;amp;gt; -2&lt;br /&gt;
[2] =&amp;amp;gt; 1&lt;br /&gt;
[3] =&amp;amp;gt; 1024&lt;br /&gt;
[4] =&amp;amp;gt; INSERT INTO &lt;br /&gt;
`installed_templates` VALUES (2, 'Blue', '1');&lt;br /&gt;
[nativecode=1064 ** Fehler in der Syntax bei ';&lt;br /&gt;
' in Zeile 1.]&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[1] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/PEAR.php&lt;br /&gt;
[line] =&amp;amp;gt; 508&lt;br /&gt;
[function] =&amp;amp;gt; db_error&lt;br /&gt;
[class] =&amp;amp;gt; db_error&lt;br /&gt;
[type] =&amp;amp;gt; -&amp;amp;gt;&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; -2&lt;br /&gt;
[1] =&amp;amp;gt; 1&lt;br /&gt;
[2] =&amp;amp;gt; 1024&lt;br /&gt;
[3] =&amp;amp;gt; INSERT INTO &lt;br /&gt;
`installed_templates` VALUES (2, 'Blue', '1');&lt;br /&gt;
[nativecode=1064 ** Fehler in der Syntax bei ';&lt;br /&gt;
' in Zeile 1.]&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[2] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/DB/common.php&lt;br /&gt;
[line] =&amp;amp;gt; 298&lt;br /&gt;
[function] =&amp;amp;gt; raiseerror&lt;br /&gt;
[class] =&amp;amp;gt; pear&lt;br /&gt;
[type] =&amp;amp;gt; ::&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; &lt;br /&gt;
[1] =&amp;amp;gt; -2&lt;br /&gt;
[2] =&amp;amp;gt; &lt;br /&gt;
[3] =&amp;amp;gt; &lt;br /&gt;
[4] =&amp;amp;gt; INSERT INTO &lt;br /&gt;
`installed_templates` VALUES (2, 'Blue', '1');&lt;br /&gt;
[nativecode=1064 ** Fehler in der Syntax bei ';&lt;br /&gt;
' in Zeile 1.]&lt;br /&gt;
[5] =&amp;amp;gt; DB_Error&lt;br /&gt;
[6] =&amp;amp;gt; 1&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[3] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/DB/mysql.php&lt;br /&gt;
[line] =&amp;amp;gt; 713&lt;br /&gt;
[function] =&amp;amp;gt; raiseerror&lt;br /&gt;
[class] =&amp;amp;gt; db_mysql&lt;br /&gt;
[type] =&amp;amp;gt; -&amp;amp;gt;&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; -2&lt;br /&gt;
[1] =&amp;amp;gt; &lt;br /&gt;
[2] =&amp;amp;gt; &lt;br /&gt;
[3] =&amp;amp;gt; &lt;br /&gt;
[4] =&amp;amp;gt; 1064 ** Fehler in der &lt;br /&gt;
Syntax bei ';&lt;br /&gt;
' in Zeile 1.&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[4] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/DB/mysql.php&lt;br /&gt;
[line] =&amp;amp;gt; 223&lt;br /&gt;
[function] =&amp;amp;gt; mysqlraiseerror&lt;br /&gt;
[class] =&amp;amp;gt; db_mysql&lt;br /&gt;
[type] =&amp;amp;gt; -&amp;amp;gt;&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[5] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/DB/common.php&lt;br /&gt;
[line] =&amp;amp;gt; 735&lt;br /&gt;
[function] =&amp;amp;gt; simplequery&lt;br /&gt;
[class] =&amp;amp;gt; db_mysql&lt;br /&gt;
[type] =&amp;amp;gt; -&amp;amp;gt;&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; INSERT INTO &lt;br /&gt;
`installed_templates` VALUES (2, 'Blue', '1');&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[6] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/pages/step4.php&lt;br /&gt;
[line] =&amp;amp;gt; 41&lt;br /&gt;
[function] =&amp;amp;gt; query&lt;br /&gt;
[class] =&amp;amp;gt; db_mysql&lt;br /&gt;
[type] =&amp;amp;gt; -&amp;amp;gt;&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] =&amp;amp;gt; INSERT INTO &lt;br /&gt;
`installed_templates` VALUES (2, 'Blue', '1');&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[7] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[file] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/index.php&lt;br /&gt;
[line] =&amp;amp;gt; 65&lt;br /&gt;
[args] =&amp;amp;gt; Array&lt;br /&gt;
(&lt;br /&gt;
[0] &lt;br /&gt;
=&amp;amp;gt; /apache/opt2/r/pratt/admin/install/pages/step4.php&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;[function] =&amp;amp;gt; require&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;[callback] =&amp;amp;gt; &lt;br /&gt;
)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Tue, 09 Sep 2003 14:55:36 -0000</pubDate><guid>https://sourceforge.net50fee16211ef4135a8bc25bbd7bd213990c78b48</guid></item><item><title>Can't Re-Order Pages</title><link>https://sourceforge.net/p/prattcms/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Reordering pages gives the error: &lt;/p&gt;
&lt;p&gt;Fatal error: Call to undefined function: fetchinto() in&lt;br /&gt;
/home/groups/p/pr/prattcms/htdocs/templates/michael.tpl_includes/phplayersmenu/lib/layersmenu.inc.php&lt;br /&gt;
on line 852&lt;/p&gt;
&lt;p&gt;I think it has something to do with how pear is working&lt;br /&gt;
with phplayersmenu in the michael.tpl template.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Wed, 18 Jun 2003 23:33:59 -0000</pubDate><guid>https://sourceforge.net7fa3f553012a3b7cd64a4feac9d628b875acef90</guid></item><item><title>Can't Change User Passwords</title><link>https://sourceforge.net/p/prattcms/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As said above.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Wed, 18 Jun 2003 22:20:54 -0000</pubDate><guid>https://sourceforge.net005ae305a36a5dc89144fd7de79cba812e389734</guid></item><item><title>Session Directory Problem with Multiple Servers</title><link>https://sourceforge.net/p/prattcms/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is a problem with a site where mutliple servers&lt;br /&gt;
are used, like on SourceForge. The problem is that the&lt;br /&gt;
session data for the admin is saved in a servers /tmp&lt;br /&gt;
directory. When ask for a page you are given the server&lt;br /&gt;
with the least load at that time. So, if that changes&lt;br /&gt;
(which it constantly does), you lose the session data.&lt;br /&gt;
We need to use PHP's session_save_path() function to&lt;br /&gt;
change that. It _cannot_ be in a place that is&lt;br /&gt;
accessible by a browser. We need to add it to the&lt;br /&gt;
install scripts, and add that function to the top of&lt;br /&gt;
every session_start(). This also means making sure&lt;br /&gt;
variables/global.var.php is accessed each time the&lt;br /&gt;
session is started.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Wed, 18 Jun 2003 20:29:35 -0000</pubDate><guid>https://sourceforge.net8430746a32d2c60a2726a599f521b318bf072f7d</guid></item><item><title>Producing Files Doesn't Copy File</title><link>https://sourceforge.net/p/prattcms/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Just above.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Wed, 18 Jun 2003 01:44:35 -0000</pubDate><guid>https://sourceforge.netaf0105b1ed3f3840cb284859e7ba143d19637227</guid></item><item><title>Double-Producing a Test Page doesn't create Link entry.</title><link>https://sourceforge.net/p/prattcms/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you produce something twice you don't get a link&lt;br /&gt;
entry because it finds two different records with the&lt;br /&gt;
same text. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Wed, 18 Jun 2003 01:34:25 -0000</pubDate><guid>https://sourceforge.net3dbe1d334dc0e8d3a6c62f6422297ff7fb128f1f</guid></item><item><title>ID Issue With Creating New Pages</title><link>https://sourceforge.net/p/prattcms/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is an ID issue when creating New Pages. The old&lt;br /&gt;
way of generating a new ID was to find out how many&lt;br /&gt;
entries there were and add 3. However, because when&lt;br /&gt;
entries are deleted, the count goes down, that&lt;br /&gt;
eventually runs into a problem. It now tries to run&lt;br /&gt;
into a duplicate entry. We can't submit without an id&lt;br /&gt;
or we get no link to click on in the file manager.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Wed, 18 Jun 2003 01:00:04 -0000</pubDate><guid>https://sourceforge.net4678fb4a5dcec5b9131cb45b57043974c26d7719</guid></item><item><title>Marking item for review fails</title><link>https://sourceforge.net/p/prattcms/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version: CVS 17 June 03&lt;/p&gt;
&lt;p&gt;Problem:&lt;br /&gt;
In the File Manager, when trying to mark an item for&lt;br /&gt;
review, I get:&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;Warning: Invalid argument supplied for foreach() in&lt;br /&gt;
/var/www/html/prattcms/admin/pages/heirarchy_page_test.php&lt;br /&gt;
on line 88&lt;/p&gt;
&lt;p&gt;Warning: Invalid argument supplied for foreach() in&lt;br /&gt;
/var/www/html/prattcms/admin/pages/heirarchy_page_test.php&lt;br /&gt;
on line 107&lt;br /&gt;
Marked for review. Please notify those users by sending&lt;br /&gt;
them an e-mail. Their addresses are:&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;This happens for all items.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gad</dc:creator><pubDate>Tue, 17 Jun 2003 03:17:03 -0000</pubDate><guid>https://sourceforge.neta50aa115fc4cc113ce5afc04f550fb6087f8a651</guid></item><item><title>Install Scripts: Install Problem on systems w/o PEAR</title><link>https://sourceforge.net/p/prattcms/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PEAR.php won't be included in DB Checks. We need to&lt;br /&gt;
move the steps around so we have the directory&lt;br /&gt;
information before the database information...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael A Smith</dc:creator><pubDate>Mon, 16 Jun 2003 16:51:35 -0000</pubDate><guid>https://sourceforge.net2ab81b2967c3e814b6e5b3c968931869567387cd</guid></item></channel></rss>