Issue instaling Dolphin # Permissions Reversal scr - boonex-dolphin

am trying to install dolphin on my mac. I used the following to set up php and other required software.
http://coolestguidesontheplanet.com/get-apache-mysql-php-and-phpmyadmin-working-on-osx-10-11-el-capitan/
At permission reversal screen, I am asked to change the permission. Which i did so (chmod 400). However I received error. I reverted to writeable permission and tried again still I get the below error -
Warning: require_once(/Library/WebServer/Documents/~tusharsaurabh/pleasereferme/inc/version.inc.php): failed to open stream: No such file or directory in/Users/tusharsaurabh/Sites/pleasereferme/inc/header.inc.php on line 154
Fatal error: require_once(): Failed opening required '/Library/WebServer/Documents/~tusharsaurabh/pleasereferme/inc/version.inc.php' (include_path='.:') in/Users/tusharsaurabh/Sites/pleasereferme/inc/header.inc.php on line 154
When I check the file /Library/WebServer/Documents/~tusharsaurabh/pleasereferme/inc/version.inc.php, there is no tusharsaurabh folder under Documents folder. However /Users/tusharsaurabh/Sites/pleasereferme/inc/header.inc.php is present.
Please let me know how to fix it.

The issue was $dir[root](in header.inc) had incorrect path. Corrected the path and installation was complete.

Related

Git warning: unable to access '.': Permission denied

I get this warning every time I add a file to git for staging. warning: unable to access '.': Permission denied
I started to get this kind of warnings since I added .gitattributes file to the project. I'm not sure. Git still seems to work properly.
What should I do to solve this warning. I am working in Windows.

unable to load shared object 'C:/Program Files/R/R-4.0.5/library/stats/libs/x64/stats.dll'

[![
Hi there!!
I am using R 4.0.5 on a windows 10 OS
I have installed rtools40-x86_64 and used the following command to put the location of the make it utilities as recommanded here
writeLines('PATH="${RTOOLS40_HOME}\\usr\\bin;${PATH}"', con = "~/.Renviron")
However after restarting R, it gave me the error on the picture below. or the following
Error: package or namespace load failed for ‘stats’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Program Files/R/R-4.0.5/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found.
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program Files/R/R-4.0.5/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found.
I have uninstalled R, RStudio, Rtools, deleted all related files in C, Documents, and RStudio registry, and reinstalled there after. But the same error persist.
In a related post they made mentioned of missing binaries, and I used the command
install.packages("stats", type = "binary")
but it was negative.
I tried updating stats package, but once I call it it gives the same error.
> update.packages("stats")
> library(stats)
Error: package or namespace load failed for ‘stats’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Program Files/R/R-4.0.5/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found.
Every package which requires stats package gives the exact same error.
Does anyone have any idea on how to overcome this challenge?
Thanks in advance.
]3]3
I have installed a previous version of R (3.6.0) and a previous version of Rtools (.35) and that message disappeared. I have not tried any other R version.
I’ve seen many suggestions here and elsewhere suggesting to delete the .Renviron files. I deleted .Renviron locally with no success. However, I found an additional two .Renviron file in my OneDrive folder.
After deleting these files in OneDrive and reinstalling the most recent versions of R and rtools I was able to avoid the ‘stats.dll’ error.
Go to files. Delete the .Renviron file that you created and it will work.

Сommand failed: unzip /home/alexander/.buildozer/android/platform/android-ndk-r9c-linux-x86_64.zip

I am trying to compile an application created on Kivy with the help of a buildozer, I encountered many errors, most of them decided, but I can’t deal with this error.
What should I do in this case?
This is what the buildozer in the terminal.
Archive: /home/alexander/.buildozer/android/platform/android-ndk-
r9c-linux-x86_64.zip
End-of-central-directory signature not found. Either this file is
not
a zipfile, or it constitutes one disk of a multi-part archive. In
the
latter case the central directory and zipfile comment will be
found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of
/home/alexander/.buildozer/android/platform/android-ndk-r9c-linux-
x86_64.zip or
/home/alexander/.buildozer/android/platform/android-ndk-r9c-linux-
x86_64.zip.zip, and cannot find
/home/alexander/.buildozer/android/platform/android-ndk-r9c-linux-
x86_64.zip.ZIP, period.
# Command failed: unzip
/home/alexander/.buildozer/android/platform/android-ndk-r9c-linux-
x86_64.zip
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
I got this error earlier. It's very easy! The stock android-ndk-r9c almost never works. You must download the new r9c from the web and then unzip it in .buildozer/android/platform
But I advise you to download the version android-ndk-r13b from the web. r9c is a very old version and you can get some problems with new android APIs. r13b version works good.
You can download 7z, and unzip like:
cd .buildozer/android/platform
7z x the_name_of_your_ndk.zip
Good luck!

How to install properly Stardog on Mac OS High Sierra

I downloaded and unzipped Stardog and I get the instructions on the site but I'm unable to run it and need to understand what I'm missing:
What I did:
export STARDOG_HOME=/data/stardog
I downloaded also the key
Then:
cp stardog-license-key.bin $STARDOG_HOME
Error:
cp: /data/stardog: No such file or directory
A solution did not work for me I found online:
./bin/stardog-admin server start
Error:
STARDOG_HOME directory '/data/stardog' does not exist
It's precisely what the error message says, that /data/stardog does not exist. The instructions assume you have an existing location where you want the home directory to be, Stardog does not create it. So you should either create that directory, or open a new terminal, don't do the first command, and change the second to cp stardog-license-key.bin . That will make Stardog's home directory your current directory, specifically, the root of the binary distribution.

trigger.io [Error 5] Access is denied

I just recently updated to the new version of forge, did not change anything on my setting and when I went to build my app I got an error that said it could not find the file..
so I made the copy of aapt file and put it in a directory where trigger said it was looking (the docs said trigger.io should have moved this file for me already but Im guessing it did not)
After I moved this file and ran the build again it looked like it found the file but now I get [Error 5] Access is denied.
I have checked the permissions on the folder as I am the admin and I have full permissions and I have launched trigger as an administrator and still nothing.
Thanks.
So again from what I can tell this is a problem with the python script that calls aapt.
When you look at the script it points only to aapt, this means its looking for a directory and not the aapt.exe file itself so the first thing that happens is
1) forge says it cant find the aapt directory, this is why you are getting the error message "cant find aapt tool"
2) by adding the directory you would get the access denied because then the script is trying to run all these commands on just the directory (this was the problem I ran into), by making the change below you do not need to create a directory, just leave everything how it is but add the exe and it should work
After doing some testing I found that by adding .exe to the pythong script in android_tasks.py the build was able to run successfully
if you look on line 35 of android_tasks.py and change 'appt' to 'appt.exe' it should build for you
this is what it looks like for me
path.join(sdk, 'build-tools', '*','aapt.exe')
Hope this helps

Resources