Welcome to the nuBuilder Forums!

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

Nubuilder on an existing website with joomla!

Questions related to using nuBuilder Forte.
Locked
CMB
Posts: 4
Joined: Tue May 29, 2018 6:26 pm

Nubuilder on an existing website with joomla!

Unread post by CMB »

Hello,

I hope you can help me.

I've got a onepage website running on joomla using cpanel.

I would like to run nuBuilder as a feature on that site linked in the menu to a new page.

I set nuBuilder up almost as discribed https://www.tmdhosting.com/kb/question/ ... tallation/.
except that I extracted the files to a new folder in the public_html.

I rewrote the nubuilder4.sql so that it imported to the newly set up database.

Could you please help me step by step what to change where, for having a link in the menu(already there but leading to a 404) leading to nubuilder4 on a new page or tab.

Thank you very much for your effort.

Colten
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Nubuilder on an existing website with joomla!

Unread post by toms »

Hi,

What if you navigate directly to nuBuilder's index.php in your browser? Do you see the login screen?
CMB
Posts: 4
Joined: Tue May 29, 2018 6:26 pm

Re: Nubuilder on an existing website with joomla!

Unread post by CMB »

Hi,

I tried navigating to the index.php by www.mywebsite.com/nubuilder/index.php

All I get is a 404.

Thanks

C
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Nubuilder on an existing website with joomla!

Unread post by toms »

A 404 error is an HTTP status code that means that the page you were trying to reach on a website couldn't be found on their server. Make sure the path is correct.
CMB
Posts: 4
Joined: Tue May 29, 2018 6:26 pm

Re: Nubuilder on an existing website with joomla!

Unread post by CMB »

Hi Toms,

I appreciate your efforts to help me out.

My website is located in the public_html folder and can be accessed by entering the webadress www.mywebsite.com

I put all the nubuilder4 files in a folder inside the public_html folder and called it NuBuilder.

So I assume, that entering www.mywebsite.com/nubuilder/index.php should lead to the login on nubuilder4.

Sadly it doesn't. It appears to be a noob problem that I can't grasp at this point. Sorry.

Thanks again.

Colten
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Nubuilder on an existing website with joomla!

Unread post by toms »

Is the URL case sensitive?

Would www.mywebsite.com/NuBuilder/index.php work?
CMB
Posts: 4
Joined: Tue May 29, 2018 6:26 pm

Re: Nubuilder on an existing website with joomla!

Unread post by CMB »

Hi,

it's case sensitive.

Thank you very much.

It's working now.

Colten

P.S. Hint for other cpanel-users: use /nubuilder/index.php in the menu-link. But

Code: Select all

$nuConfigDBHost                 = "localhost' ; 
in the config.php.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Nubuilder on an existing website with joomla!

Unread post by toms »

Glad we figured out :D
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Nubuilder on an existing website with joomla!

Unread post by admin »

.
Locked