This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Trying to view entries that have been submitted.
Started 12 years ago by bin00010111 | 7 posts |
-
I installed the Machform fresh since install blew up on me (thanks to php 5.2)
I have it installed and am rebuilding my form. I went to check to see how the submissions look in new machform. I click the Entries button and it goes to a error page not found. It tried to go to this page but fails.
http://192.168.155.45/machform/manage_entries.php?id=2
My actual page with my form is http://192.168.155.45/machform/view.php?id=2
I have checked DB and it created the tables and stuff, so I believe it is not a connection issue with DB.
When you email me back I can give a picture since I don't see where to put one on here.
Posted 12 years ago # -
Here's the error from log;
[Tue Mar 13 22:07:46 2012] [error] [client 72.215.12.54] PHP Parse error: syntax error, unexpected T_ELSE in /var/www/html/machform/manage_entries.php on line 569, referer: http://192.168.155.45/machform/manage_forms.php
Posted 12 years ago # -
Line 569;
<?php } else { ?>
Posted 12 years ago # -
We just noticed today that some syntax within the "manage_entries.php" is not working with PHP 5.3.10
I suppose you are using that version?The fix is quite simple, edit your "manage_entries.php" file, search around line 214 for this code:
<? } ?>
change it to become:
<?php } ?>
that should solve the issue.
MachForm Founder
Posted 12 years ago # -
You are awesome. Thanks!!
Posted 12 years ago # -
That fixed it for me as well. Thanks!
Posted 12 years ago # -
This has been included with v3.1
MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.