Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Bread Crumb missing

Locked
PhilipMartian
Posts: 7
Joined: Sun Mar 18, 2012 8:00 pm
Location: Vancouver, WA USA
Contact:

Bread Crumb missing

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Bread Crumb missing

Unread post by admin »

PhilipMartian,

Is it just on the employees form?

Steven
PhilipMartian
Posts: 7
Joined: Sun Mar 18, 2012 8:00 pm
Location: Vancouver, WA USA
Contact:

Re: Bread Crumb missing

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Bread Crumb missing

Unread post 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
PhilipMartian
Posts: 7
Joined: Sun Mar 18, 2012 8:00 pm
Location: Vancouver, WA USA
Contact:

Re: Bread Crumb missing

Unread post by PhilipMartian »

I will reinstall.
Thanks,
Philip
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Bread Crumb missing

Unread post by admin »

Philip,

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

Thanks

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Bread Crumb missing

Unread post 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
PhilipMartian
Posts: 7
Joined: Sun Mar 18, 2012 8:00 pm
Location: Vancouver, WA USA
Contact:

Re: Bread Crumb missing

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Bread Crumb missing

Unread post by admin »

.
Locked