Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 4:50 pm (All times are UTC )

 




Post new topic Reply to topic  [ 301 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 11  Next
Author Message
Posted: Mon Mar 20, 2006 11:25 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jan 27, 2006 11:49 am
Posts: 45
Location: Norway
Thanks Guiliam.
Seems to me that I got an older version, since this "SQL export compability" does not appear in my version.
Thanks anyway :)

_________________
http://www.norkirken.com


Top
  E-mail  
 
Posted: Fri Apr 07, 2006 9:08 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
A question here form a total server newbie ( but familiar with Joomla's features ).

I need to move two joomla installations to a new host.
If I understand it correctly, the process is:

1.  Export the Old database info using PHPMyAdmin
2.  FTP the old site onto the new server
3.  Import the Old database info to the new server using PHPMyAdmin

I apologize if this analysis is painfully simplistic, but like I said, I'm new.

Does this make sense?

I've been looking around for a  newbies guide to moving Joomla from one host to another, no luck yet.
Thanks

Cappy'

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Fri Apr 07, 2006 9:17 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
Oh, one more thing.  I'm aware that Guilliam and others have had to respond to this question before.

The links that they posted are no longer valid - I'm not trying to bother people by asking the same question without searching around.
thanks again,
c

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Sat Apr 08, 2006 3:33 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jan 27, 2006 11:49 am
Posts: 45
Location: Norway
I just tested the links in some earlyer posts in this thread, and they seems to work fine!
I'm no expert, but I would think that the method would be more or less the same as exporting from JSAS to a server.
So here's a coupple of links posted earlyer in this thread, and these works fine:

guilliam wrote:
check this one for reference for JSAS --> http://forum.joomla.org/index.php/topic,32577.0.html

ask your particular question on that thread since youre both using JSAS.

- g


In the abowe thread theres a link to a flash tutorial:

joomlasolutions_JB wrote:
[me=joomlasolutions_JB]rushes in at Guilliams call![/me]


1.Info for JSAS / MSAS local to remote host - see animated step by step flash tutorial MSAS / JSAS Site Sync Flash Tutorial

This tutorial was made for MSAS (Mambo) b ut same principals apply for JSAS ( Joomla)

2. password blank issue: In JSAS, the password is blank, correct behavior. However on live host you will need a database password! You get this from your host!


Rgds
Erik

_________________
http://www.norkirken.com


Top
  E-mail  
 
Posted: Sat Apr 15, 2006 11:18 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
Thanks Erik, et al.

I've managed to export my old database, copy it to the new one, and upload the files.

At the moment, I'm trying to test the site using a ip~temp name, before changing my domain to point to the new server.

Initally I had two errors, that I was able to solve by editing the configuration.php to match the temp name for the new server.
Now I have this error:

Restricted accessRestricted accessRestricted accessRestricted access
Fatal error: Cannot instantiate non-existent class: database in /home/solarnet/public_html/includes/joomla.php on line 79


This is line 79 as mentioned above:

$database = new database( $mosConfig_host, $mosConfig_user, $mosConfig_password, $mosConfig_db, $mosConfig_dbprefix );

soooo....
as a total newbie, I'm thinking that this is a database or username pass, correct?

I seem to have entered the info correctly into configuration.php, but still, this error...

What am I doing wrong?  I'm at a total loss and I really need to get this site running :(
Thanks,
Cap'n

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Sat Apr 15, 2006 11:21 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
whoops - also, I should mention that I had an error intially with the database import - something about the "latin syntax"...after re-exporting without "auto_increment" checked, it worked.

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Mon Apr 17, 2006 3:16 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
*bump*

Sorry to bump, I but *really* need to get this site up.  Any ideas?

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Mon Apr 17, 2006 6:47 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Jan 12, 2006 9:10 pm
Posts: 99
Location: Lake Michigan
similar to above...

Here's what I've done and where I'm at:

1. ftp new joomla to root of site

2. I've imported the SQL Db.

3. I've uploaded the site's files local server

4. I've configured the configuration.php file with guilliam's instructions.

However, I am still getting: 

Parse error: parse error, unexpected T_LNUMBER in /home/supper/public_html/configuration.php on line 7

and i can't log into admin area, same response


thanks for any help


Top
  E-mail  
 
Posted: Mon Apr 17, 2006 7:23 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Jan 27, 2006 11:49 am
Posts: 45
Location: Norway
I could be missunderstanding the both of you, but here is what I did:
1. I installed joomla (in the normal way) on the server.
2. I exported the database from my localhost
3. I imported this database to the server.
    I had som troubles with this. got the following error:
  #1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ' at line 20
    This was solved by deleting: "ENGINE=MyISAM DEFAULT CHARSET=latin1" everywhere in the query.
4. I ftp'ed the joomla files from my localhost to the server, and made them overwrite "old" ones.
    NB! VERY IMPORTANT NOT TO OVERWRITE CONFIGURATION.PHP (don't transfer this one from localhost)

Please forgive if I'm on the wrong track in helping you here, but this worked out fine for me.
As I'm a newbie to Joomla, and don't know programming, I'm afraid my knowledge stopps at this point. But the solution to my problems on transfering was solved by searching and asking in this forum.
Good luck!

_________________
http://www.norkirken.com


Top
  E-mail  
 
Posted: Mon Apr 17, 2006 7:30 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Jan 12, 2006 9:10 pm
Posts: 99
Location: Lake Michigan
any idea why i may get ..

Parse error: parse error, unexpected T_LNUMBER in /home/supper/public_html/configuration.php on line 7

my databases are restored, both php my adim on my local server and host server?

any ideas where this is going? i'm new to this also, no programmer here.


Top
  E-mail  
 
Posted: Mon Apr 17, 2006 8:33 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
Well,
I can say that I'm getting the dreaded #2 Error.............

very frustrating!

It seems like I've got all the values in the config correct...is there some other sort of common issue which would cause #2 (not connecting to database) ?

I initally had the "latin syntax" error but managed to get around it...now I think I have everything set, but still, no database connection.

I'm really desparate to get this solved...anyone have any ideas?
The current installation is at:
http://209.59.181.51/~solarnet
and the error can be viewd at:
http://209.59.181.51/~solarnet/index.php


Thanks,
Cap'n

_________________
Joomla! is a volunteer-based project. Be kind.


Last edited by holdencreative on Mon Apr 17, 2006 8:47 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Mon Apr 17, 2006 9:10 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
Okay it's fixed!

This may be useful to know if you are having a #2 Error and you've already gone through the process of editing your configuration.php files, etc.  Don't let it happen to you!

Being a total newbie, I had carefully followed the excellent advice presented herin on migrating a Joomla site - yet - after editing everything to what I thought was the correct values - no luck.  :(

The problem was :  The number of characters allowed in my database username was limited - but my configuration.php did not reflect that.

Or in other words, when setting up the new database on my new server, I had entered a username that was ELEVEN characters. (mambodata10)

But...even though the MySql interface in Cpanel allowed me to enter that 11 character name without error - it saved my username with SEVEN characters.  (mamboda)

I never caught this , so my Joomla configuration.php file had the wrong username (mambodata10).  Only by going back to MySql and viewing the usernames one more time, did I catch the error.

Yep, this is a total newbie error...but we're all newbies once.  Don't let it get ya.

Thanks to Guilliam and everyone contributing to this thread.

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Mon Apr 17, 2006 9:58 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Thu Oct 13, 2005 1:51 am
Posts: 317
Location: Hamilton, ON
One more quick question:

When I navigate to my temp site at:

http://209.59.181.51/~solarnet

I don't see my Joomla installation...but at

http://209.59.181.51/~solarnet/index.php

I do...for my other Joomla installs, the first sort of link works fine.
Do I need to change or edit something in the config or htaccess?

Thanks,
Cap'n

_________________
Joomla! is a volunteer-based project. Be kind.


Top
  E-mail  
 
Posted: Mon May 08, 2006 1:24 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed May 03, 2006 1:13 pm
Posts: 3
Thanks to Lumis who saved my life with his post.

It works perfectly for me by just adding `option` to the words making a syntax error 1064.

Great  :laugh:

All the best
Nathalie


Lumis wrote:
Bear with me, I will waffle on for my first post - hello everybody  :P

Have just been thru this nightmare - I suggest you DO NOT use cpanel to backup an SQL database - as it often does not restore when you want it to, and it also adds strange code to the backup file. You must use phpMyAdmin as suggested above.

For example you will find it adds \ to all your hyperlinks - i.e. img src="www.mysite.com/image.jpg"  becomes img src=\"www.mysite.com/image.jpg\"

This can often be fixed by a find/replace in notepad of find: \" and replace: "
Also any single quote ' will also be altered to read \' - this is harder to replace, I just went thru and replaced it with nothing - in other words deleted it, so now some of my content now shows as youll instead of you'll

Also, because the cpanel backup function does not use the back quote ` (note this is the key next to number 1 on keyboard) - try restore the fixed database using phpMyAdmin, and everytime you get a 1064 error in syntax - you must manually fix it. I know from past experience that it does not like terms like "fulltext", "introtext" and "option"
When you get this 1064 error, read where it states the error occurs, then fix it by adding a ` backquote before and after the word.

This is very confusing, so I have placed examples below:

1064 error because of MySQL conflict (MySQL uses this word and so does not realise it should be a table)

DROP TABLE IF EXISTS mos_components;
CREATE TABLE mos_components (
  id int(11) NOT NULL auto_increment,
  name varchar(50) NOT NULL default '',
  link varchar(255) NOT NULL default '',
  menuid int(11) unsigned NOT NULL default '0',
  parent int(11) unsigned NOT NULL default '0',
  admin_menu_link varchar(255) NOT NULL default '',
  admin_menu_alt varchar(255) NOT NULL default '',
  option varchar(50) NOT NULL default '',
  ordering int(11) NOT NULL default '0',
  admin_menu_img varchar(255) NOT NULL default '',
  iscore tinyint(4) NOT NULL default '0',
  params text NOT NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

must be made into

DROP TABLE IF EXISTS mos_components;
CREATE TABLE mos_components (
  id int(11) NOT NULL auto_increment,
  name varchar(50) NOT NULL default '',
  link varchar(255) NOT NULL default '',
  menuid int(11) unsigned NOT NULL default '0',
  parent int(11) unsigned NOT NULL default '0',
  admin_menu_link varchar(255) NOT NULL default '',
  admin_menu_alt varchar(255) NOT NULL default '',
  `option` varchar(50) NOT NULL default '',
  ordering int(11) NOT NULL default '0',
  admin_menu_img varchar(255) NOT NULL default '',
  iscore tinyint(4) NOT NULL default '0',
  params text NOT NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

as well as the insert table bit below which may contain

INSERT INTO mos_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'');

so change into
INSERT INTO mos_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, `option`, ordering, admin_menu_img, iscore, params) VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,'');

For hyperlinks change this:
\"text-align: justify;\">

into this
"text-align: justify;">

and for single quotes change this:
isn\'t

into this:
isnt
Maybe you could try to use a ` backquote around the ' like isn`'`t but I wasnt prepared to try as I had one humongous database to fix and this was the least of my worries.

Once I had found all the \", \' and words that MySQL doesnt like in tables like 'option', then I could use phpMyAdmin to restore fixed database.

Thats my story...........


Top
   
 
Posted: Wed May 10, 2006 9:44 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat May 06, 2006 9:46 pm
Posts: 8
check line 6 u left out a ' or  ; some where in line 6


Top
   
 
Posted: Fri May 19, 2006 5:39 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Sat Dec 31, 2005 1:58 am
Posts: 2408
I found that i have problems with phpmyAdmin to backup and restore dbs between different versions.
I search the web and found this program  SQLyog    it will let me take a phpmyAdmin backup file and split it.
One into just structure and the other data. I upload the structure file first then the data.

This work everytime for me doesn't matter which version of mysql used.

k4lch

_________________
Loyd
http://k4lch.info
http://volstatehosting.com


Top
  E-mail  
 
Posted: Fri May 19, 2006 8:11 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 7:13 am
Posts: 13255
Can you do this with the free version of the program? Another question, is it Windows only?

_________________
Antonie de Wilde - Forum admin
All Joomla! release dates and days between releases: http://jfoobar.org/blog/189-days-betwee ... a-releases.test


Top
   
 
Posted: Fri May 19, 2006 10:53 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Sat Dec 31, 2005 1:58 am
Posts: 2408
Yes the free version will work there is a version for linux called sja for linux
http://www.webyog.com is the web address

k4lch

_________________
Loyd
http://k4lch.info
http://volstatehosting.com


Top
  E-mail  
 
Posted: Sat May 20, 2006 2:09 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu May 18, 2006 1:53 am
Posts: 13
I have used the following tutorials and fund them to be very helpful.


I use the following tutorial to backup, restore and move the database.

1 - http://forum.joomla.org/index.php/topic,35826.0.html
2 - http://forum.joomla.org/index.php/topic ... 2027 

I experience an error tell me that the table as be dropped (MySQL said: Documentation #1050 - Table 'jos_banner' already exists) I am not sure if this is a problem or just the way MySQL acts?


I have notice if I make a backup (export –MyPHPAdmin) database with changer like unpublished or non required item e.g. administrators menu (turned off). If I publish these items again (logoff) and restore my database with the exported unpublished items. The database will only not restore the unpublished items it will only show my latest setting with them published.

I assuming that when I restore a database all the setting would be backup and they would be restored from the backup?

I have just notice in C panel > Site Management Tools > Backup-  a notice stating that the administrator is the only one whom can restore databases.

I am doing something wrong or has it got something to do with the hosting (administrator only permission to backup) ?

Please help as I am going totally insane tying to work this out…  ???


Thanks 
T6 


Top
  E-mail  
 
Posted: Sat May 20, 2006 2:15 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu May 18, 2006 1:53 am
Posts: 13
I have used the following tutorials and fund them to be very helpful.


I use the following tutorial to backup, restore and move the database.

1 - http://forum.joomla.org/index.php/topic,35826.0.html
2 - http://forum.joomla.org/index.php/topic ... 2027 

I experience an error tell me that the table as be dropped (MySQL said: Documentation #1050 - Table 'jos_banner' already exists) I am not sure if this is a problem or just the way MySQL acts?


I have notice if I make a backup (export –MyPHPAdmin) database with changer like unpublished or non required item e.g. administrators menu (turned off). If I publish these items again (logoff) and restore my database with the exported unpublished items. The database will only not restore the unpublished items it will only show my latest setting with them published.

I assuming that when I restore a database all the setting would be backup and they would be restored from the backup?

I have just notice in C panel > Site Management Tools > Backup a notice stating that the administrator is the only one whom can restore databases.

I am doing something wrong or has it got something to do with the hosting? Please help as I am going totally insane tying to work this out… 


Thanks
T6 


Top
  E-mail  
 
Posted: Sat May 27, 2006 11:06 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat May 27, 2006 6:40 pm
Posts: 23
Hey, i've exported my mysql on the other host but i don't see my language (lithuanian) letters in the texts, i see the question-marks instead of them. :( Do u know why it happens ?

U can see it at this screenshot http://img100.imageshack.us/img100/7715 ... hot2qk.png


Top
   
 
Posted: Sun May 28, 2006 9:01 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat May 27, 2006 6:40 pm
Posts: 23
so anyone? I need to repair it as fast as possible :)


Top
   
 
Posted: Sun May 28, 2006 11:36 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Sat Dec 31, 2005 1:58 am
Posts: 2408
i know this might seem like a stupid question which Language did you use to export phpmyadmin has two for lithuanian one is  utf-8  the other win-1275 might check this out and if possible try a backup with both settings

k4lch

_________________
Loyd
http://k4lch.info
http://volstatehosting.com


Top
  E-mail  
 
Posted: Mon May 29, 2006 12:42 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat May 27, 2006 6:40 pm
Posts: 23
k4lch wrote:
i know this might seem like a stupid question which Language did you use to export phpmyadmin has two for lithuanian one is  utf-8  the other win-1275 might check this out and if possible try a backup with both settings

k4lch


When I try this it gets more worse, http://theateam.domenas.net/ check it ;)


Top
   
 
Posted: Tue May 30, 2006 8:42 pm 
User avatar
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Thu Aug 18, 2005 10:27 am
Posts: 3928
Location: Sunny City Cebu, Philippines!
guilliam wrote:
wow.. this is the problem of this forum account of mine. :( --> i dont recieve email notifications of replies with most posts specially those that i havent browsed for more than 2 weeks. its a bug on "my account" :P so its considered special. heheh.

julien and all if 24 hours passed and was trying to get my attention to check the thread,.. shoot me a pm here in the forum and leave the url so i'll check it :)

- g


^^as stated. i have a SPECIAL ACCOUNT :P
sorry to those that needed immediate help and i was not there. (LOL --> drama! :P)

okies.. so who goes first and who stil has issues?

- g

_________________
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u cant read that, you clearly missed the HIGHLIGHTS!
www.backspace.ph | www.joomlaconsultancy.net


Top
  E-mail  
 
Posted: Sun Jun 11, 2006 11:37 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Jun 02, 2006 2:45 pm
Posts: 88
firstly thanks for a great walk through tutorial.

ive exported the mysql from the database in site one. (localserver)
now when im importing it into the database that i have created in site2 i get the following error

Quote:
MySQL said: Documentation
#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci' at line

any suggestions?? thanks in advance


Last edited by umarglobal on Sun Jun 11, 2006 11:57 am, edited 1 time in total.

Top
   
 
Posted: Mon Jun 12, 2006 8:03 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri May 12, 2006 9:07 am
Posts: 27
Location: Moorea - Tahiti
Hi there... these problems seems so similar it'd be great if soluces could turn into hierarchical FAQ....

I have had the same issues, #1064 was solved easily by exporting with parameter set to compatibility database, as explained in that thread.

But my site being in french, I just couldn't restore without having glibberish characters, even though I would select all the good encodings back and forth....

Then I discovered something strange : the uncompressed database backup in one particular setting showed the rights accents, but the gzipped one did not... So I ended up copying the text version into a text editor, saved it and imported that ok in live phpMyAdmin. (my database is small, though, so I did not gzip'd it after saving, but it should work too)

(an issue here is that using notepad corrupted the data, I had to use metapad.exe, similar, but with much better memory and character management http://www.liquidninja.com/metapad/ )

good luck for you guys and gals !


Last edited by leodom on Mon Jun 12, 2006 8:31 pm, edited 1 time in total.

Top
  E-mail  
 
Posted: Tue Jun 13, 2006 8:43 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Fri Jun 02, 2006 2:45 pm
Posts: 88
hi i cant even get to import the sql file into the new database ive created on the new server

i get the following error

Quote:
#1044 - Access denied for user: 'dbo167660795@%' to database 'mysql'


i dont even get the localhost after the @ sign :(

help would be appreciated, its probably something simple that ive missed.


Top
   
 
Posted: Fri Jun 23, 2006 6:33 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Jun 23, 2006 6:26 am
Posts: 1
[EDIT] I got it working somehow.... :-D [/EDIT]

OK, so I had Joomla running on my webserver in /beta and now I moved it to / I edited the configuration.php and removed all the /beta references thus moving all the paths to the root folder of the server. My problem is that I get a warning and a error.

"
warning: main(/home/.diggin/tehcypress/brokenfloppy.com/beta/includes/version.php): failed to open stream: No such file or directory in /home/.diggin/tehcypress/brokenfloppy.com/includes/joomla.php on line 71

Fatal error: main(): Failed opening required '/home/.diggin/tehcypress/brokenfloppy.com/beta/includes/version.php' (include_path='.:/usr/local/lib/php') in /home/.diggin/tehcypress/brokenfloppy.com/includes/joomla.php on line 71
"

I downloaded both the version.php and joomla.php files and looked on line 71 (joomla.php) and it seemed completely irrelevant to the error. I then tried finding where the base_url variable is set and from my understanding thats in the configuration.php, and it is set correctly there.

Anyone have any ideas what to do? I really need to get this site up and running quick.
Thanks for the help in advance,
Cypress


Last edited by tehcypress on Thu Jul 06, 2006 6:47 pm, edited 1 time in total.

Top
   
 
Posted: Thu Jul 06, 2006 6:36 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Feb 10, 2006 4:36 am
Posts: 124
I followed the above tutorial and am getting this message (*Note, I've had this message ever since I copied the files over via SSH):

--------
Warning: main(/home/usmapandbook/public_html//includes/compat.php50x.php): failed to open stream: No such file or directory in /home/usmapand/public_html/includes/joomla.php on line 66

Fatal error: main(): Failed opening required '/home/usmapandbook/public_html//includes/compat.php50x.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/usmapand/public_html/includes/joomla.php on line 66
--------

After exporting and importing the database into the new site and setting up the user, password, etc...

I modified the following to fit my details:
      $mosConfig_user = 'joomla_joomla';
      $mosConfig_password = 'password';
      $mosConfig_db = 'joomla_joomla';
      $mosConfig_absolute_path = '/home/joomla/public_html';
      $mosConfig_live_site = 'http://www.joomla.org';
      $mosConfig_cachepath = '/your absolute path/cache';

After doing a lot of research, all posts seems to point this error message with an issue in configuration.php. However, I've compared it to my other sites that work fine, and it seems like everything is fine. Perhaps the file was corrupted in the move?

The domain is still pointing to another server, but I wanted to get it running locally first. The live_site config is pointing to the correct local server URL ( http://65.110.54.140/~usmapand/ )

Any ideas?

Thanks,
Justin

_________________
Public Arts Collective  |  http://www.vbpa.org 
Visual Buffet Enterprises  |  http://www.visualbuffet.com


Last edited by visualbuffet on Thu Jul 06, 2006 7:09 pm, edited 1 time in total.

Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 301 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 11  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group