developer resources
Codebales holds an ever growing number of solutions to problems that we have experienced in our day to day code writing
360
results
Andrew Fletcher
•
Supervisor running as root error when running the command
sudo service supervisor statusResponse error
892 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.Check the supervisord.conf file in the directory
cd /etc/supervisor/The file contents for me was
; supervisor config file
[unix_http_server]
file=/var/run/supervisor.sock ; (the...
Andrew Fletcher
•
Listen in on the ports being used on your server. To do so, run the...
Andrew Fletcher
•
If you're planning to create extensions, generating CKAN from source is the...
Andrew Fletcher
•
Error with Nginx
When running an Nginx test, the following response was being...
Andrew Fletcher
•
The following the CKAN source install docs from start to finish including solr....
Andrew Fletcher
•
What I'm seeing in Android Studio when attempting to run the emulator?
Launching 'app' on Pixel 5 API 33.
Install successfully finished in 153 ms.
$ adb shell am start -n "{project}.app.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Timed out waiting for process (com.{project}.app) to appear on Pixel_5_API_33 [emulator-5554].As an error, this gives no intel. So go to logcat tab and change the 3rd dropdown to error what do you see?
For me, I get multiple errors,...
Andrew Fletcher
•
Explain public, private, protected functions and variables inside a class in...
Andrew Fletcher
•
Assuming there is a new field requiring a change on a content type. How do you...
Andrew Fletcher
•
Replicate
Replicate the bug in your local environment.
Check
Check - do you have...
Andrew Fletcher
•
2 or 3 approaches to build a homepage or landing page through Drupal
Please...
Andrew Fletcher
•
Drupal cache is one of the major subsystems that deliver Drupal's flexibility for devs. In a nutshell, Drupal cache is about speeding up the time to render a page to a user. Vanish or similar pending server-side set-up makes caching more efficient.
Drupal modules - to name a few Internal Dynamic Page Cache, Internal Page Cache, System
Andrew Fletcher
•
git reset
git revert
git cherry-pickgit revert
is to roll back to a previous...
Andrew Fletcher
•
Android Studio error
Installation did not succeed.
The application could not be...
Andrew Fletcher
•
Android Studio error
error: package android.support.v4.content does not...
Andrew Fletcher
•
Android Studio build errors
Build failed error: cannot find symbol if...