|
The only php page that I see with the code is the index.php, so I replace it with a backup and everyday I see it change to:
Parse error: syntax error, unexpected '<' in /nfs/c05/h02/mnt/73056/domains/essinteractive.com/html/index.php on line 93
I am...
Started by pcasa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At the end.
For that will clean your Joomla installation but the first thin to do is to change your FTP password.
|
|
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):
You ....
Copy MySql Database
Yep for each database.
The following is an article on how to copy a MySql database from one server to another.
Unfortunately you can't copy the mdf and ldf files like a MSSQL database and reattach.
|
|
I have a Mysql database of 500+ Real Estate Listings which I am looking to load into an empty Joomla Extension (this may apply to any PHP Script).
I have copied the structure and convention of each table the extension uses - with the idea of either exporting...
Started by John Snow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What you need to do is get through the posting procedure files of that joomla component and see what must be entered and what tables get filled.
If it's joomla than it's definitely php.
|
Ask your Facebook Friends
|
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):
1st site -->: : does anyone know how to run 2 joomla sites off 1 database but only having 1 of the joomla sites readhmmmm,....
First of all, I am running 2 joomla sites linking to ONE database.
That I found this page.
|
|
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):
I checked the database that i configured just before the installation if I compare them to the databases ....
After each Loop, I have new tables in the database that origin from the Joomla installation at installation step 4.
|
|
Hi,
I recently upgraded a Joomla 1.7 site to 2.5.
I had a number of database errors, and I tried to "Fix" them in the "Extension Manager". However that did not fix all the errors. I still have about 21 errors of the order:
"Table 'jos_categories' does...
Started by RGhosh on
, 13 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
I tried the global....
Hi Webdongle,
Thanks for replying.
Then the database problem was fixed.
Selected all and checked in.
It turned out, that my Joomla User did not have permissions to fix the database errors box).
Is resolved now.
|
|
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):
Do the manual update and skip the database change step to another one the latest version of ....
Can be a leftover from an earlier attempt to upgrade .
Your database tables already have the column "ordering" and it therefore cannot be added.
|
|
How can I version a Joomla website.
When I do a hand made web application I put the code and database schema into SVN and add a script that updates a working copy, sets up a database and resets a server.
With Joomla I am lost :(
Started by lbownik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
First, install joomla where it is accessible via our web server
take a dump of the mysql....
Move can use the same approach with joomla too.
Create a script that imports your database dump into mysql.
Where joomla was installed.
|
|
On the installation prerequirements checks it keeps saying "No database support".
I've already installed MySQL and it's up and running.
What can I be doing wrong??
Started by femo on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at joomla):
Did you check the requirements for Joomla 2.5 and does exactly the same problem....
The Joomla startup, and i got a green YES on the Database Support () line
Hope this will help somenoneHi femo and welcome to the Joomla forums.
|
|
I'm wondering what kind of php code i need to write to allow me to display Joomla 1.5 modules outside the Joomla framework, but on the same domain.
Because i don't fully understand how the Joomla framework works, i have extra website software and pages...
Started by dam-man on
, 30 posts
by 17 people.
Answer Snippets (Read the full thread at joomla):
Your best bet is to get the data out using RSS from the MySql ....
This works fine for this particular module, but it won't work for all the Joomla includes of the Joomla framework, it quits and outputs the error.
In the database.
|