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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Nubuilder on an existing website with joomla!
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Nubuilder on an existing website with joomla!
Hi,
What if you navigate directly to nuBuilder's index.php in your browser? Do you see the login screen?
What if you navigate directly to nuBuilder's index.php in your browser? Do you see the login screen?
-
- Posts: 4
- Joined: Tue May 29, 2018 6:26 pm
Re: Nubuilder on an existing website with joomla!
Hi,
I tried navigating to the index.php by www.mywebsite.com/nubuilder/index.php
All I get is a 404.
Thanks
C
I tried navigating to the index.php by www.mywebsite.com/nubuilder/index.php
All I get is a 404.
Thanks
C
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Nubuilder on an existing website with joomla!
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.
-
- Posts: 4
- Joined: Tue May 29, 2018 6:26 pm
Re: Nubuilder on an existing website with joomla!
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
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
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
-
- Posts: 4
- Joined: Tue May 29, 2018 6:26 pm
Re: Nubuilder on an existing website with joomla!
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 in the config.php.
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' ;
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am