Page 1 of 1

All breadcrumbs are 404'ing on 2.7.4.5?

Posted: Mon Aug 27, 2012 4:41 pm
by zedtiger
Greetings,

I'm a first-time user of nuBuilder as of this morning, and I have to say, amazed to have found your software. Working on a project for a client and this is exactly the "saving throw" their project needs. :-)

I'm sad, however, to report that 2.7.4.5 (at least when running on a Mac OS X Mountain Lion standard Apache+PHP setup with official distribution MySQL server) has an error in my setup where every breadcrumb link (including the "home"-type link) produces a 404 error (appears to be trying to go to a partial query string on the root level of my Apache installation when looking at the URL in the browser location bar). Everything seems to work other than the breadcrumbs.

Is this a known issue with the latest release, or, is there some common issue that can lead to this problem? Also, just to re-iterate, I am NOT using MAMP in my setup, I am in fact using Apple's "genuine" Apache+PHP distribution (shipped with Mountain Lion) along with a stock MySQL server distribution for Mac OS X.

Also, if I can provide more specific detail, please just let me know what you need. No need for hand-holding on information-gathering either, just say what you need, and I'll gladly provide it. ;-)

Cheers!
Zed

Re: All breadcrumbs are 404'ing on 2.7.4.5?

Posted: Tue Aug 28, 2012 5:15 am
by massiws
Zed,

I upgraded now from nuBuilder 2.7.4.3 to 2.7.4.5 and all works fine, breadcrumbs too. :D

Have you a document root like: public_html/~<username>/sitename ?
If so, you need to set up a virtualhost for your site to skip the '~' character: have a look at this post: http://forums.nubuilder.cloud/viewtopic.php?f=4&t=7891

Breadcrumbs in nuBuilder are "sensible" to system configuration (PHP/Apache).
Maybe, more resource are necessary: try to insert this in .htacces file in your project folder, or modify the php.ini file:

Code: Select all

php_value max_input_vars 5000
php_value post_max_size 16M
php-value max_execution_time 600
php_value memory_limit 512M
php_value magic_quotes_gpc Off
Hope this helps.

Re: All breadcrumbs are 404'ing on 2.7.4.5?

Posted: Tue Aug 28, 2012 12:54 pm
by zedtiger
Massiws,

Wow, thanks, my apologies, I must admit, I didn't do a thorough job searching these forums! Indeed, this was under a userdir, I can very easily put it outside of one. I'll try that here later in the day and provide another reply here with results once I've done that.

Again, greatly appreciate your response, I think you've probably immediately hit the nail on the head here! Awesome job here!

Thanks!
--Zed

Re: All breadcrumbs are 404'ing on 2.7.4.5?

Posted: Wed Aug 29, 2012 9:04 am
by admin
.