Transferring Joomla from local to remote host - joomla

I built a website on Joomla on a local host server and now I'm trying to upload it to the new hosting I bought. So here it goes:
I upload the Akeeba backup
When I'm on the pre-installation page I click next then it asks me for > Connection information
I'm not sure what should I put there so I click next and it gives me this message:
An error occurred while restoring the database. The error message can
be found below. Click on the × button at the top right of this dialog
message to close it and return to the database restoration page.
Access denied for user 'voiscypr_vacd'#'localhost' to database
'voiscypr_vacd' SQL=CREATE DATABASE voiscypr_vacd CHARACTER SET
utf8
Any ideas on how to fix it ?

Related

Published Umbraco site, now runs installer in loop

I just published my website I have been developing on local machine. And when I copied the files to the server, and now enter the address, it just starts the Umbraco installer.
It does it both front-end and back-end.
It is stuck, it seems unable to find the installer.
In my console it says the following:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
/install/api/GetSetup
it usually happens when there is no permission to write to file structure. So you need to edit file permission.
Right click on the folder > properties and follows >

I changed Joomla FTP password.... access denied

So, I changed my FTP password from my hosting panel.
And I've no idea what the old password was.
And now my website displays "Access denied." on every page.
It's a Joomla website.
Thank you for your help !
Edit: When I try to login on the admnistrator page, here is what I get :
Warning: include_once(/home/clients/6a0b43a5add26c536570d4cb7062e046/web/libraries/fof/config/provider.php): failed to open stream: Permission denied in /home/clients/6a0b43a5add26c536570d4cb7062e046/web/libraries/fof/autoloader/fof.php on line 87
Warning: include_once(): Failed opening '/home/clients/6a0b43a5add26c536570d4cb7062e046/web/libraries/fof/config/provider.php' for inclusion (include_path='.:/opt/php5.6/lib/php') in /home/clients/6a0b43a5add26c536570d4cb7062e046/web/libraries/fof/autoloader/fof.php on line 87
Fatal error: Class 'FOFConfigProvider' not found in /home/clients/6a0b43a5add26c536570d4cb7062e046/web/libraries/fof/model/model.php on line 570
Then I cant get back to the administrator page, it keeps saying that error message.
Stefan
It sounds like you may have unintentionally changed the credentials that Joomla uses to connect to its database.
You'll need to know the username and password that your hosting account uses to connect to the Joomla database. If you don't know what these are you'll be able to find the username in your cPanel and you should be able to reset the password.
Then using either an FTP client or your cPanel file manager,
- open the configuration.php file in the root of your site
- locate the lines that start with public $user and public $password
- as precaution first copy and save the vales on these two lines
- then change their values to what you noted above, eg
public $password = "my_database_password";
That should do it.
The name of your Joomla database is set in the same configuration file on the line public $db. I think it's unlikely that you could have unintentionally changed this, though you could double check if updating your username and password doesn't work.
Good luck!
The FTP section you see at the Joomla! admin is for handling FTP jobs between your website and the server and it can't manage the server's FTP account.
In any case, you can bring your site back by disabling FTP like what it was before. Since you have no access to the website, you can do it via FTP or cPanel. Go to root folder of the Joomla! site and open configuration.php file. Then change the value of public $ftp_enable = '1'; to public $ftp_enable = '0';. It'll disable it again and you'll be able to see the website again.

Internal server error in bakup of magento 1.8.1

Taking System backup System->tools->backup -> System Backup in admin panel of magento 1.8.1, following Internal server Error occurred ---
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster#eshopsnet.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
During backup maintenance mode message show on home page of live website. After refreshing browser above error occured in home page and admin panel.
Please provide any solution.
connect to the ftp using software (ex:filezilla) go to the root folder (ex:public_html) right click on index.php and select file permissions. Then set the Numeric value to the 644. your done :)

Magento crashed after adding new website

I already have a Magento site running, & was trying to create a new website from within this installation. I added a code name of 'tb_new' and hit save. And my live site has crashed. It may be that Magneto does not like the new code name with an _.
UPDATE: On checking the error logs, it seems the problem is because the initial installation of Magento is under a specific user on my server, whereas the live site is running under a different user. Here's the error:
a:4:{i:0;s:96:"SQLSTATE[28000] [1045] Access denied for user 'tomharris'#'64.111.114.232' >(using password: YES)";i:1;s:2672:"#0 >/home/anotheruser/domainname.com/lib/Zend/Db/Adapter/Pdo/Mysql.php(96): >Zend_Db_Adapter_Pdo_Abstract->_connect()
How best do I quickly get my site running?

Magento Error: SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 113

I have copy the magento website from one server to another and done all the necessary changes and now when i opened my new site the following error is coming
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 1237612538
It is showing the numbers of errors first is
a:4:{i:0;s:115:
"SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 113"
;i:1;s:2374:"
#0 /home/content/32/9503032/html/lib/Zend/Db/Adapter/Pdo/Mysql.php(96): Zend_Db_Adapter_Pdo_Abstract->_connect()
Here is the solution:
Are you sure changed db credentials correct in xml file?
1 .Recheck db credentials with username and password correct or not?
File permisions
compilation mode enable/disable
clear cache
clear sesion
try it
if you want to more detail in error, you can change a little bit step as follows
go to Magento Folder
Magento Folder
errors
local.xml.sample to local.xml
Refresh Page. You will see more detail errors.

Resources