phpVMS on Homebrew Problem with Admin Center

Hello All,

I do not know if you have ever came up with issue but I have issues with phpVMS (2 & 5) on my home-brew installation. Everything has been installed and working great in the user page. When it comes to the admin part, the Dashboard (admin/index.php) works but the rest of the pages redirect to the user part.

Have you evert came uo with this issue before? I have tries php 5.3 and php 5.6 but has the same issues. Thanks!

Your image isn’t appearing…

 

Have you gone through /public_html/admin/templates/core_navigation.tpl and checked the links for their proper admin modules? 

\<li\>\<a href="\<?php echo adminurl('/downloads/overview'); ?\>"\>Downloads\</a\>\</li\>

It should be noted that “adminurl” needs to be there, rather than “url” like it is in navigation.tpl.