redteamsecuritytraining / PlugBot-Plug

The "bot" component of the PlugBot project
Other
270 stars 68 forks source link

HTTP 500, can't start the app #1

Closed themoah closed 8 years ago

themoah commented 8 years ago

Hi,

(I do not code in php). I've went thru setup instruction, cloned the last git commit (master/origin - 0a2d734), created DB , imported the script , added user/password for MySQL. Opened URL - getting HTTP 500. From /var/log/apache2/access.log:

`192.168.1.7 - - [04/Jun/2016:19:30:30 +0000] "GET /index.php/home/setup HTTP/1.1" 500 187 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17"

Seems like some issue with application_folder. (?line 187)

Appreciate the help !