Joomla on server shows "it works" page [closed] - joomla

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 8 years ago.
Improve this question
Joomla developers.
I developed an website for myself with joomla on local server. and after a while, I uploaded it to a server that I purchased from a company but it only shows "it works" on a white background.
the address is jeonseungwon.com
I do not get why I got this page.

The following error you're getting on your site:
Database connection error (2): Could not connect to MySQL.
I pretty self explanatory. It simply means that the setting you have in your configuration.php do not match the database. When you "uploaded" your site to your purchased host, you need to ensure that you also upload your database as well, along with creating a database username to assign to it, and ensure the setting match the details in the configuration.php

Related

Unable to verify ID for Google Developer account [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
There is not possible to verify ID during enrolling to Google Developer Account. I got rejects on all new partner's accounts. Moreover, old accounts that have successfully passed verification earlier when updating the application also receive a message
We couldn't verify your ID, so you won't be able to publish apps on Google Play from this account.
I received all these errors in the last 5 days, before that there were no problems with ID's verification.

DNS for localhost while accessing through router or access point on mobile [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 7 years ago.
Improve this question
i'm running a website in college LAN which is accessed by 200+ members on mobile only.
they are accessing it by server ipaddress 192.168.0.***.i wanna assign a name for this ipaddress.i've tried to modify the hosts file. it worked on system alone,but didnt worked on mobile.
i need some suggestions. im using xampp as server
everything works on localhost, no internet connection is involved anywhere
hosts file
127.0.0.1 yep
192.168.0.110 yep.com
you forgot the point before and after the variables.
$query="insert into logs(`from`,`to`) VALUES ( '".$caller."', '".$callto."')";
btw change your quote to double quotes just like my code.

pointing cPanel to heroku [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Improve this question
I want to point my custom domain to heroku.
My provider uses cPanel.
I have followed the instructions here.
https://devcenter.heroku.com/articles/custom-domains
And added this to my DNS Zone Editor
www.my-site.com. 14400 IN CNAME my-app.herokuapp.com
however it's been a day and my app still doesn't point to heroku.
It might be because there are several other records in the DNS
currently these are the records in my DNS.
I'm wondering what's wrong with my setup.
Do I have to remove the A record pointing to the IP address of the old server?
note: XX.XX.XX.XX = Old IP address
NAME----------------------------TTL-----------CLASS------TYPE--------RECORD
my-site.com.---------------------14400-----------IN------------A----------XX.XX.XX.XX
localhost.my-site.com.---------14400-----------IN------------A------------127.0.0.1
mail.my-site.com.---------------14400-----------IN-----------CNAME-----my-site.com
www.my-site.com.--------------14400 ------ ----IN---------- CNAME-----my-app.herokuapp.com
ftp.my-site.com.---------------- 14400------------IN----------CNAME-----my-site.com
webdisk.my-site.com.----------14400----------- IN----------A-------------XX.XX.XX.XX
autodiscover.my-site.com.--- 14400------------IN----------A-------------XX.XX.XX.XX
autoconfig.my-site.com.------14400------------ IN----------A-------------XX.XX.XX.XX
FIX: I fixed the problem by removing the A record pointing to the old server. Then it now points to my herokuapp. I tried to put the old A record back on and it still works now (don't know why) maybe it's a conflict on the provider's side

Can you point DNS records for a domain name at a site on AppHarbor with the free account? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Just like the question says. I have deployed a site to AppHarbor, and then I updated the DNS A record for a domain name to point at the IP given on the 'Hostnames' page. The DNS hasn't updated properly yet so can't see if it's worked.
Has anyone else done this and had it work?
It will work with a free account until the 1st of March (although I am not sure if you can add them now). Then you will have to have payment information as it will cost $10 a month.
Another option is to somehow forward the web request to the *.apphb.com address.
I have some free (Canoe) applications there and the DNS worked fine for the hostnames. Although I am not at the point to really need them enough to pay for them, so I removed them and haven't tried re-adding a hostname to see if it will require payment information.
(Information coming from here: http://blog.appharbor.com/2012/02/02/announcing-pricing)

blocking website via hosts file not working? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm trying to block a website using the hosts file using this tutorial : http://hackspc.com/how-to-block-a-website/
but It doesn't work, the website I'v blocked In this case facebook still shows up, please can anyone help me out here?
link textI could not access the link (blocked in office) but i think this may help you edit your host file
"“WWW” has become the universal standard for the default host. It is just as common to define a site with no host as well. This means that as far as DNS goes www.yahoo.com & yahoo.com are two totally different sites, even though they resolve to the same place. Because of this to effectively block the site, you must also block all hosts. This would usually mean:
127.0.0.1 facebook.com
127.0.0.1 www.facebook.com"
check the link for more details.
Also i you trying to block multiple sites, its better to have a proper software like proxy server or firewalls which can block access to particular sites.
I think Kavitesh Singh made the most important point: Blocking the domain with and without www. this is the most common reason for an entry not working.
Also, not all browsers immediately react to changes in the hosts file. Have you tried re-starting your browser and / or system?

Resources