Ap.Muthu

Results 44 comments of Ap.Muthu

This was done to keep all include files at the head and be used anywhere. This is a single commit and can be cherry picked. https://github.com/apmuthu/opendocman/commit/d3188b94d604dfb436defde5bdce666364121452

The idea was to enable suppressing the footer itself to conserve screen real estate. Furthermore, this application needs to render the page only after all js is loaded since we...

This was an iterative process that spanned several commits. The upgrade file and the install file too have been updated. The `database.sql` file has been sequenced in alphabetical order of...

This is just one commit that can be cherry picked: https://github.com/apmuthu/opendocman/commit/853dfe5b205c006ae166753a3f65874c4cdb3089

Wilco. I see that your premium ODM v2.0 hosted service has this feature.

```php $value = $spreadsheet->getActiveSheet()->getRowDimension($row)->getRowHeight(); ``` will yield `-1` if it was not set and a value of `15` would be taken as default. Hence it is essential that when a...

I just wanted to make sure if someone else had this issue as it happened on a fresh install of v2.7.4 and whether it was some malformed sql construct that...

As the **ChurchCRM** project seems to work only in `CentOS 7` with the `webtactic` repo, `PHP 7.0` and `MySQL 5.6`, when such a crash occurs, the following would be useful...

When running a CentOS 7.3.1611 OpenVZ Virtual Machine on a Debian host, with MySQL 5.6 installed, on every reboot, the `/run/mysqld` folder `(/var/run` [is symlinked](https://blog.hqcodeshop.fi/archives/93-Handling-varrun-with-systemd.html) to `/run` folder) gets reset...

A better solution instead is to just edit the `/usr/lib/systemd/system/mysqld.service` file which [is symlinked](https://www.orangecoat.com/how-to/run-memcached-as-a-socket-under-systemd-in-centos-or-rhel-7) as `/etc/systemd/system/multi-user.target.wants/mysqld.service` to perform the `chown`. ![centos7 3 1611_mysql56_permfix_better](https://cloud.githubusercontent.com/assets/2995044/25727347/534cf38e-3146-11e7-9486-1fa02a7ccf29.png) It appears that the the following is...