I have a requirement to use phalcon/devtools 3.1.2 for a project. After installing php7.2 I installed phalcon with apt-get install php7.2-phalcon. This will, however, install the latest version of phalcon which currently is 4.1.0. This issue comes up because I use composer install to get the dependencies for my project and this error arises: phalcon/devtools ..
Category : linux
i am running my Nextcloud on Raspberry Pi 4 (2gb) with Ubuntu 20.04 Server LTS on it. Everything was running fine until I had to reboot. Now when I’m trying to connect to my Nextcloud I get following error: Warning: require(/var/www/nextcloud/3rdparty/composer/../mtdowling/jmespath.php/src/JmesPath.php): failed to open stream: Structure needs cleaning in /var/www/nextcloud/3rdparty/composer/autoload_real.php on line 66 Fatal error: ..
I need to move existing laravel 5 project to linux centos 7. I’m going to install lamp, copy source files and database backup and move them to new centos 7 server. Is there anything I should take into account? I moved a lot of pure PHP webpages but never laravel projects. Help appreciated 🙂 Source: ..
I execute this request through the server console. curl -XPOST -d ‘method1=objects.get&arg1={"account_id_abonents":"<ID-абонента>"}&fields=["balance"]’ http://<ip:8080/api/v2/Accounts/ -D – It is work fine. How can I form the same request via php script from a remote web server? Sourc..
I am struggling to understand PHPMyAdmin’s authorization. I have MySQL setup with several users, Each user has their own credentials and I can login with mysql -u user -p and the password for each just fine. The trouble I am having though, (And I know this might be a newbie question so please excuse). Why ..
I am running a Debian Linux server that is hosting my Apache2 web server for an in-house web application I am developing. I am attempting to utilize LDAP for user authentication by communicating with our Active Directory server checking user info and global security groups. On my Linux server I installed the php_ldap module using ..
I seem to get a weird behaviour with shell_exec("linux command here") when running commmands with dialogs. If I do something like shell_exec("php -a") or shell_exec("openssl"), normally I would get an interactive console that would be waiting for me to enter more code. But when calling these from PHP, it just resets back to regular console ..
I am recently trying to deploy an application. I have a linux ubuntu server and I was able to easily install mysql even without having any knowledge of linux. However, when trying to install phpmyadmin I run into an error. First, a password is required to proceed: "mysql aplication password for phpmyadmin". When I enter ..
Есть следующий код, который выполняется непосредственно на сервере и успешно отрабатывает. curl -XPOST -d ‘method1=objects.get&arg1={"account_id_abonents":"<ID-абонента>"}&fields=["balance"]’ http://<ip:8080/api/v2/Accounts/ -D – Возможно ли сформировать такой вопрос через php с удаленного сервера? Если да, то как? Sourc..
I know there are tons of posts about this on here but nothing seems to work. I have tried every command I could find it will not work. I just recently setup mysql on Ubuntu (SQL version is 8.0.23-0ubuntu0.20.04.1). Afterwards i installed myphpadmin and I can get to it, but I noticed that it said ..