<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: login problem</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: login problem</description>
<language>en</language>
<pubDate>Tue, 05 May 2026 11:34:38 +0000</pubDate>

<item>
<title>yuniar on "[closed] login problem"</title>
<link>https://www.machform.com/forums/topic/login-problem#post-153</link>
<pubDate>Tue, 23 Oct 2007 11:30:56 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">153@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm... this seems to be a session problem.&#60;/p&#62;
&#60;p&#62;Try to create a new PHP file and put this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
  session_start();
  if(empty($_SESSION[&#38;#39;counter&#38;#39;])){
    $_SESSION[&#38;#39;counter&#38;#39;] = 0;
  }else{
    $_SESSION[&#38;#39;counter&#38;#39;]++;
  }

  echo $_SESSION[&#38;#39;counter&#38;#39;];
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Upload the file and run the script few times. For every reload, that script should display an incremented number. If not, then there must be an error with your session configuration.&#60;/p&#62;
&#60;p&#62;I've just sent you an email for more thorough investigation.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Narthex on "[closed] login problem"</title>
<link>https://www.machform.com/forums/topic/login-problem#post-152</link>
<pubDate>Tue, 23 Oct 2007 11:15:44 +0000</pubDate>
<dc:creator>Narthex</dc:creator>
<guid isPermaLink="false">152@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;yuniar,&#60;/p&#62;
&#60;p&#62;I have successfully installed mach form on to my server and database has been set up. I changed the config.php file as instructed (see below), but when I log in, the page does not leave the login page. It only refreshes. I attempted to enter an incorrect user and password and it flagged that attempt, but when I enter the correct user/password the page does not progress to the form builder. The code below is the only thing I changed in the config-empty.php/config.php file. Thoughts? Idea?&#60;/p&#62;
&#60;p&#62;/** MySQL settings **/&#60;br /&#62;
define('DB_NAME', 'machform'); //The name of your database. Note that this database must exist before running installer.php&#60;br /&#62;
define('DB_USER', 'xethran'); //Your database username&#60;br /&#62;
define('DB_PASSWORD', 'psa247'); //Your database users password&#60;br /&#62;
define('DB_HOST', 'localhost'); //The hostname for your database&#60;/p&#62;
&#60;p&#62;/** Admin user and password **/&#60;br /&#62;
define('ADMIN_USER','xethran');&#60;br /&#62;
define('ADMIN_PASSWORD','psa247');&#60;/p&#62;
&#60;p&#62;**************************************************&#60;br /&#62;
Here is the DB information:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.narthexwebdesign.com/db.png&#34; rel=&#34;nofollow&#34;&#62;http://www.narthexwebdesign.com/db.png&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
