admin-modules.php not found #95
Comments
Hi lordmuffin, This is an interesting one. My first reaction is .htaccess did not get copied/moved to your document root, but there are checks in place within the app for that so that is not the case. Would you mind providing the specific steps you took to get to this point? I'd like to see how it could be reproduced. Thanks. |
I started with a clean Ubuntu 14.04 install. Installed LAMP, created an /var/www/html/fm folder and extracted the server contents. I modified the dir to 777 to go through the install. And thats where i am. Also had to do curl install and create an .htaccess. But its blank, is there something specific that needs to get added? |
The .htaccess file should have the following contents:
|
Replacing the .htaccess file in my FM folder resolved the issue. That is a step that potentially could be documented? Or was it suppose to write that file on install? |
The .htaccess file is included in the tar file so it should have been extracted with the rest of the files. If it's not extracted, the installer should detect it and inform you to create it along with the contents. I'll take another look at the install process to ensure it's providing users with the proper information. Glad you are up and running now. |
Yeah, it may have been the way i moved files didnt catch it because its a hidden file. I got another issue when i try to add a server to fmDNS it gives me a blank square, am i doing something dumb? |
Hrm. A blank white square would indicate the ajax call isn't returning the form. If you refresh the page, does it still happen? What about when you try adding a view or ACL? Under the General Settings, you could turn on error reporting to see if that gives any additional information. |
Not sure how i managed to screw it up, and yes it happens on all of those. So here is what i get. Notice: Undefined variable: server_builds in /var/www/html/fm/fm-modules/fmDNS/functions.php on line 572 Warning: array_unique() expects parameter 1 to be array, null given in /var/www/html/fm/fm-modules/fmDNS/functions.php on line 572 Fatal error: Cannot re-assign auto-global variable _POST in /var/www/html/fm/fm-modules/fmDNS/classes/class_options.php on line 396 |
Found the issue which is restricted to PHP 5.5.x (found in Ubuntu 14.04). Fix will go out with v1.2.3. |
Since this is a new install for you, I would recommend performing a fresh install of the latest version now. |
Guys, I had the same problem. My .htaccess contains this information: Header set Cache-Control "max-age=7200" Header set Cache-Control "max-age=2592000" RewriteEngine OnRewriteCond %{REQUEST_FILENAME} !-f But I am always getting this message: Not Found The requested URL /facileManager/admin-modules.php was not found on this server. What I need to do? |
@andrerdrummond what is your server environment? |
I'm using a CentOS 6.6 |
@andrerdrummond What version of facileManager and apache are you using? Do you have a virtualhost defined for this? If so, are you allowing rewrites with it? |
I'm using these: I the file httpd.conf there is a line to load the rewrites: LoadModule rewrite_module modules/mod_rewrite.so |
In your httpd.conf you should have a
|
OMG!!! Thanks a lot. It worked. |
Glad to hear it. |
After figuring out how to do a new server install, i managed to get through setting it up, creating a user. And now every time i load it up it redirects to /admin-modules.php and it cannot be found. Obviously because it doesn't exist. What am i missing here?
The text was updated successfully, but these errors were encountered: