Page 1 of 1

Bread Crumb missing

Posted: Mon Mar 19, 2012 12:58 am
by PhilipMartian
Recently installed NuBuilder for the first time, on my shared hosting service, Nubuilder version is 12.02.15
When I select a record from the browse screen, the record is displayed in the form screen
On the Form screen, the bread crumb back to the browse screen is missing

I tested this in Opera, Mozilla and Safari with the same results

Please advise

PhilipMartian

Re: Bread Crumb missing

Posted: Tue Mar 27, 2012 2:30 am
by admin
PhilipMartian,

Is it just on the employees form?

Steven

Re: Bread Crumb missing

Posted: Wed Mar 28, 2012 1:53 am
by PhilipMartian
No. It occurs everywhere including a new database I set up. No link back between form and browse screens. I am using single screen navigation. Tried switching to not Single Screen and the problem persists. I wonder if the download of the newest version is missing a file? since it is the only version I have loaded on my Windows 7 Acer laptop. I have the latest version of Java installed and my host is running PHP 5 and MySQL 5.

Thanks,
Philip

Re: Bread Crumb missing

Posted: Wed Mar 28, 2012 1:58 am
by admin
Philip,

I am not aware of anyone else having this problem.

Maybe try installing and running it on another PC.

BTW the version of java you have won't have anything to do with it. Java has nothing to do with javascript.

Steven

Re: Bread Crumb missing

Posted: Wed Mar 28, 2012 9:22 am
by PhilipMartian
I will reinstall.
Thanks,
Philip

Re: Bread Crumb missing

Posted: Thu Mar 29, 2012 3:35 am
by admin
Philip,

I saw your post http://alternativeto.net/discussions/ap ... base-tool-

Thanks

Steven

Re: Bread Crumb missing

Posted: Thu Mar 29, 2012 6:29 am
by admin
Philip,

Put this in a file named php.ini in the production2 directory..

Code: Select all

short_open_tag = On
max_input_vars = 5000
max_execution_time = 600
variables_order = "EGPCS"
post_max_size = 16M
magic_quotes_gpc = Off
Essentially allowing for more post and get variables.

Steven

Re: Bread Crumb missing

Posted: Fri Mar 30, 2012 6:33 am
by PhilipMartian
The php.ini file fixed the problem. Thank you.
This is a great product and I encourage other users to go to CNET and add their reviews.

:D

Re: Bread Crumb missing

Posted: Mon Apr 02, 2012 2:27 am
by admin
.