Transfering local host joomla site to live domain database issue - php

I'm transferring my localhost Joomla site to my Telekom live domain , problem is when transferring the database.
I have created the export from my local host database. The dump I'm trying to import into the phpmyadmin provided by the service provider
The problem is that when I import it comes up with the error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, < unknown> 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.
I have been stuck for days, please help me guys !
I'm using Wampserver for Windows

It's an internal error, and the server isn't giving you, or us, any information to help you out. Your best bet is to contact Telekom, and ask them to look in their server logs, so they can investigate the problem.
Provide them with as much information as you can, give them any relevant information: the name of the server where your db is hosted (they often show that in your CPanel), the name of the database where you're trying to dump the data, and if you're willing and able to do so, provide them with the sql file you exported from localhost. This helps them to diagnose the problem as efficiently as possible.

Related

$this->request->is(array('put')) not working in cakephp framework

I have very strange problem with the following code,
$this->request->is(array('put'))
I have Ubuntu local server and I haven't got ant problems in my local server
but when I upload my local file on to a live server the following code,
$this->request->is(array('put'))
does not work.
What it means is that when I edit the form, it doesn't occur. My real problem is that no debugging tools such as Debugkit and debug and error_log are not reporting/logging any issues.
OP, Contact the web server company you're hosting with... had similar issue but it was resolved from the server end, it has something to do with mod_securtiy.
I hope this helps

Locally Hosted Website / Email went down. Website still works on localhost. Firewall, or PHP error?

I'm working IT at a small company. We host our own exchange servers, and web server. Yesterday, at around 2pm, external emails stopped getting through to us, and our website began serving a 500 error to everyone.
I didn't do much to the firewall (sonicwall 240) or the servers yesterday to cause this. We run WordPress and do not have automatic updates turned on. Also PHP did not update itself.
I'm not sure where to look first. Any ideas on how to track down what's throwing the 500 error? It's not a single page or script that's doing it. Even if I create my own .php file, it'll have a 500 error.
Fixed: Our web server lost it's internal IP address. I changed it back to 192.168.0.3 as it was before, and all is well.

PHP osTicket error in Google Chrome

Occassionally I receive an error when trying to refresh any webpage on the osTicket system. Has anybody experienced similar problems? What did you do to prevent that from happening?
Here's the error:
No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this web page later.
I assume it's a session problem, but am not sure because I only installed it on my test server. However, it would be very bad if a customer ran into this problem.
That message is a standard Google Chrome error. Just as the message describes, the server sent no data to the browser.
This is more likely a server problem than an osTicket one. Make sure your web server is running properly, and check the log files for errors and problems.

POST method problem in php?

As I am using FCKEditor to develop small web site to manage site contents dynamically. When i add more content in the FCKEditor is working fine in my staging server where if i tested same in my live server, which throwing error as "500 Internal server error". I was not able find out the problem, please help me out.
Sri
It probably isn't a problem directly related to FCKEditor, but most likely a configuration issue. Do you have access to your error logs?

MySql Insert doesn't work when the website deployed on the host!

I'm using XAPP under windows and my website just working well!
when I deployed it on the host server, it seems to be working normally, but the insert requests to MySql doesn't have any effect, nothing is changing on the database!
Does anyone had this issue before? is there any configuration in MySql to make it accept insert requests? or simply whats the best way to make it work!
[EDIT]
I use PhpMyAdmin, I have two tables members and notifications, I wanna configure permissions so I can Insert into the notifications table, any hint please?
thank you
check the permissions on the database server for the username and password that you are using. It can also be restricted by IP address, among others.
Indeed, the administrator can set read-only privileges for a user or for a specific table.
Check out the "grant" command for more information.
it would be helpful if you could find out the error message that MySQL is returning. check your web server log files. if you are using some shared hosting plan, there should be an option in your host control panel to see the web server log files. PHP is configured in most places so that error messages are stored in web server log files. find out what is actually happening there. it could be permissions most likely.

Categories