Anwar

Posts

Php Call to undefined function str_get_html

You are calling class does not belong to php. Download simple_html_dom class here and use the methods included as you like it. It is really great especially when you are...

Php ssh execute remote command

When you are working on two different servers, sometimes you need to communicate from one server to other server using php file OR in simple...

Php shell script execute

Several possibilities: You have safe mode enabled. That way, only exec() is working, and then only on executables in safe_mode_exec_dir exec and shell_exec are disabled in php.ini The path to the...

PHP 5.6 install in ISPCOnfig3

https://www.howtoforge.com/how-to-build-php-5.6-fpm-fastcgi-with-zend-opcache-and-apcu-for-ispconfig-3-on-debian-7-wheezy

Php 5.5 to 5.6

To upgrade to a newer version of PHP 5.6 on Ubuntu 14.04, you can use Ondřej Surý’s PPA. He is one of the Debian maintainers of...

PhhpMyAdnin Forbidden You don_t have permission to access phpmyadmin on this server

None of the configuration above worked for me on my CentOS 7 server. After hours of searching, that what worked for me: Edit file phpMyAdmin.conf...

Pdo mysql and gd extensions install

PHP5 plugins outside those included in a plain default install (from installing just a php5 plugin for apache, or php5-fpm or similar) will not exist, and because of that,...

Parse error syntax error, unexpected T PAAMAYIM NEKUDOTAYIM

T_PAAMAYIM_NEKUDOTAYIM is the double colon scope resolution thingy PHP uses – :: Quick glance at your code, I think this line: return $cnf::getConfig($key); should be...

Odoo install odoo on serverpilot

https://linuxize.com/post/how-to-deploy-odoo-12-on-ubuntu-18-04/ https://www.getopenerp.com/install-odoo-12-on-ubuntu-18-04/ https://websiteforstudents.com/install-odoo-open-source-erp-and-crm-on-ubuntu-16-04-18-04-lts/