TestLink Configuration with Wampserver on Local machine - testlink

Unable to configure TestLink on Wampserver and facing the issue
http://localhost/testlink-1.9.0/
Failed! MySQL Database cannot be used.

Related

Error in ballerina Sql connector configurations

I have an issue with the mysql connector when i'm trying to make a connection with a staging database. There is no issue with the connection when I try locally. The error is attached below
The staging Db configs are as follows.
[mysqld] max_allowed_packet=1G
Thanks!

Permission problems when setting active host

I'm setting active host and having Docker client point at it:
docker-machine env [instance name]
That gives me output:
Error checking TLS connection: Error checking and/or regenerating the certs: There was an error validating certificates for host. You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'
when I try to regenerate the certs I get this from the debug log: fork/exec /usr/bin/ssh: permission denied
Changing permission settings for the directory didn't help. How can I troubleshoot it ?
Solution found here https://www.digitalocean.com/community/questions/ssh-not-available-when-creating-docker-machine-through-digitalocean
Problem was running Docker as a snap (Ubuntu's repo) instead of official build from Docker. As soon as I uninstalled the Docker snap and installed official build SSH problem has gone away.

have no permission to access superset tables either from load_examples or added manually after installation

i have airbnb superset setup on centos 6.6 and python 3.4 virtual env. the web server is booted up without error logged and also OK to browse the web ui. but neither the tables which are already there due to"superset load_examples" in setupup, nor the mysql tables i managed to add in web ui by myself, are accessable from web ui. all tables are reported "The endpoint requires the datasource tablenamexxx, database or 'all datasource_access' permission", "You do not have permission to access the datasource(s):multiformat_time_series."
Anyone familiar with superset can help check this?
Error prompt is like this pic:
I have encountered this issue myself by neglecting to run the superset init command during the installation and initialization process before starting the webserver. Shutting down the webserver, running superset init, then restarting the webserver with superset runserver solved the issue for me.

How to remote debug python application running in Oracle virtual box?

For my Python + Django web project at workplace, we use Oracle Virtual box running Cent OS (Linux) clone image for all development and deployment. We use SSH clients namely mtputty and Mobaxterm depending on the developers choices.
We have checked out the project locally in windows and make it a shared folder for the clone running in Virtualbox. We are able to develop on Pycharm IDE by opening the files on shared folder.
This is the problem:
Though we are able to develop, we aren't able to remote debug on Pycharm IDE.
Is there a way to configure the remote debugging, so that when the server is running in the Virtual box, we can debug on the PyCharm.
Specs:
Python - 2.7
Django - 1.3.4
Pycharm - 4.5
I have done this by first:
1) Configuring the deployment and mapping in my project:
2) Then configure your Pycharm "Run/Debug Configurations", click on Run>Edit Configurations... click the plus sign and choose in the list "Django server".
In my configuration I'm forwarding my guest's port 8000 so I can access it on my host browser. You can do this on your vagrant file by adding:
config.vm.network "forwarded_port", guest: 8000, host: 8000

Can't host localhost create Django application in Openshift

I have Django-1.6 connected to Mysql and running in my local-host. I push that asowac project to github to host in open-shift. Then I created a application called asowac-attsoc.rhcloud in open-shift and connect it to the github asowac repository. But now it show me 404 error when go the URL. What is the reason for this and how can I fix this error?
This is the error