|
I've been building a joomla-based website for the past couple of months and the time has come to migrate the site from my personal development server to the production one. My initial thought was to dump the database and recreate it on the production ...
Started by Chris Thompson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
And reinstall ....
It definitely works to copy databases on the same server, don't see why it wouldn't work mysql databases around is really easy and secure just with exporting structure and data as 'sql databases , etc.
And extract.
|
|
Hi,
does anyone know how to run 2 joomla sites off 1 database but only having 1 of the joomla sites read the contents items only and no more?
Hope you can help
Skippy
Started by skippy_kaz on
, 22 posts
by 13 people.
Answer Snippets (Read the full thread at joomla):
Install your first Joomla in directory....
If you're.
Hmmmm, you can have two joomla's running in one db by using a different table prefix.
|
|
I recently began looking into Joomla as a platform for developing websites. I've read various articles, tutorials, etc. However, I still have't read anything related to creating dynamic content. For example, suppose I need to create a table for hotels...
Started by Adolfo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Joomla has APIs to interact with the plataform itself, such as database to create a ....
Yes, you create your own Joomla extension (extensions in joomla are divided in Components, Modules Joomla's Extension Directory .
|
Ask your Facebook Friends
|
Hi,
I have a database in MySQL and another database that runs on MS SQL. The MySQL is the backend database for my website running on Joomla. I have an ERP running my store. This ERP is made by a 3rd party in .Net
A table called the orders gets updated...
Started by Anand on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I have an eCommerce portal running on Joomla and Virtue mart (never mind what.
More details.
|
|
Hello,
I open this TOPIC because the others topics with same title did not helped direct what my problem!
My PHP version is 5.3.10
When Installing Joomla! 2.5.1,
Quote: : process - 4 : Database
After inserting all the details, i press "Next"
Then the ...
Started by ziiimbora on
, 18 posts
by 4 people.
Answer Snippets (Read the full thread at joomla):
After each Loop, I have new tables in the database that origin from the Joomla installation it with the information of....
If I compare them to the databases of separate joomla installations that already run on the same server.
|
|
I'm just starting to evaluate joomla CMS as a tool to build out my personal site. I'd like to manage multiple sites/domains with one copy of joomla on one host. so I'll own mysite.com and myothersite.com, which will both point to the same host/joomla ...
Started by Agile Noob on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've done setups where I use the same codebase for Joomla and manage it with version control, but I always end up launching multiple sites with individual....
Core-enhancements/multiple-sites ), Joomla is really designed for one site at a time.
|
|
Ok, maybe I'm missing something here but I'm looking at various PHP hosting options and I see things like "10 MySQL databases", or 25 or even unlimited.
Now I've worked on sites with an Oracle backend that have 10,000+ concurrent users and we've had.....
Started by cletus on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Lots of web applications need a database ....
The host is saying you can have XX number of configured logical databases on a server.
Are to Oracle as DATABASES are to MySQL (in over simplified terms, a logical collections of tables).
|
|
Hi
I'm gonna to merge phpBB and Joomla (not bridging!) => puting joomla files & folders into root of the host AND phpBB files & folders too. before, I'll remove "index.php" file of phpBB. So, when users type my site address into the address-bar, browser...
Started by Barion on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
Can't you put phpBB3 in a subfolder of your Joomla site?
like:
Joomla: /public_html/
phpbb3: /public_html/forum/
In Joomla you could create a menu item that links to phpBB3's /forum/index.php
If you create a phpBB3 template that is....
|
|
Please help me, two weeks ago I update (with update button) a joomla 1.7 to 1.7.1 and some issues happend, front end buttons save and cancel stop to respond, and IE tell that I have jquery issue. And today I try to update again to joomla 1.7.2 (from 1...
Started by Daba on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at joomla):
So, we will see what happens on the next upgrade! As it was a "quickstart" pack with all of the demo SQL in it, something has affected the Joomla back to joomla 1.7.0 ? .......
To another one the latest version of Joomla was showing.
|
|
Hello there...
What kind of mechanisms or joomla component you use when you want to copy your entire joomla installation from your computer (Windows XP + XAMPP + Joomla 1.5.2) to a Linux web hosting server?
The reason I'm asking this is because it is ...
Started by baingao on
, 30 posts
by 21 people.
Answer Snippets (Read the full thread at joomla):
To Joomla and this is also a question that I had, because I'd ideally like to work locally be very glad If you could post any pointer to some step-by-step references of how to transfer Joomla of the Joomla! core files and run the....
|