bjohnson045 / phpMyDirectory

https://www.phpmydirectory.com
GNU General Public License v3.0
33 stars 21 forks source link

Installation problem #48

Open ukrbiz opened 1 year ago

ukrbiz commented 1 year ago

Try to install on a new site, but get an error. Installation screen said Your server meets the requirements to run phpMyDirectory, i fill up all necessary details and press button Complete Installation. That all i can do! nothing happened from this point. It jus sits there and not moving. I logged in in hosting and found this error [Wed Oct 19 14:58:13.362660 2022] [:warn] [pid 16194:tid 34489853184] [client 93.175.201.241:16549] [mod_vhost_ldap.c]: Recursive redirection, errordocument 401 If some one knows how to fix it, please HELP! thank you!

kasunf commented 1 year ago

If anyone need to get this installed pls contact.

natzar commented 1 year ago

any solution? Having same problem,.

natzar commented 1 year ago

Fixed by modifying Line: 94 (install/install.php

94: _if(isarray($errors) AND sizeof($errors) < 1) { // is_array causing problems with multi array $errors¿? 94: if(sizeof($errors) < 1) { // working

After this change installation completes. Also, I'm using Php 5.6, Imagemagick, and ion cube loader.

LTEmperor commented 8 months ago

after uploading all files to server I get error message:

AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

How to solve this problem?

nolliug commented 8 months ago

Funny how everyone is falling in the exact same trap.