I am trying to install vTigercrm-5.4.0.tar.gz file via ftp path..
and I am following the following tutorial
I uploaded the source file. extracted it to http:///admin
now, when I try to access
> http://mydomain.com/admin
or
http://mydomain/admin/install.php
I get the following error,
The requested URL /admin/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.
I googled so much about the issue, but I am at failure in resolving it, vtiger forums is not helping also regarding this issue,,
Can somebodey tell me why this is happening?
what is possible solution?
Should I have to introduce .httaccess or something else?
I am striking my head for last 10 hours, still at failure, please somebody help me
very bad to say and feeling real shame, I was doing a very basic blunder, Damn me...I installed it in admn folder and was trying admin
can you believe??
sorry, really sorry for this question..I struck my head for oneday long..and when I knew the issue, I was totally mad at myself..let me admit this was the most foolish from me..
Related
I am getting multiple 404 error for Copy_of_Facebook_Ad_Untitled_Design_1.png.
Can anybody please tell me what this .png file is for? How to resolve this?
Any help will be appreciated.
Thanks
Generally the 404 http error comes when the requested asset or file is not found in server. Looking at the console image I would say somewhere in your theme that particular cdn link of the image has been used which is not a valid link.
With out looking the code or knowing the theme name it's difficult to say what it is for. If you are not sure where it has been used then search for the file in your code base and remove it or provide a correct cdn link
My cpanel was working fine till yesterday. Today, when I tried logging into it, I got the following error "The filesystem mounted at / on this server is running out of disk space. cPanel operations have been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition".
How do I go about fixing this issue? I am a newbie at this and would be grateful if the solutions were explained in detail, preferably in steps and in layman language if possible.
Thank You!
The issue was solved!! I contacted the host company and they were able to fix it within a few hours.
everybody.
I got an "404 not found" when trying to access the link
http://www.abc.com/api.php/
But the same link without backward slash is OK:
http://www.abc.com/module/mfox/api.php
My server using Cloudflare. And I have disabled this service, but it still happen. I also try with htaccess, but it do not work. Could anyone tell me what's the wrong here, and how to fix this issue?
Thank you.
That would be on your server directly (we don't host your content). The fact that it happens with us off definitely means an issue on your server.
today i encountered a very weird problem on joomla that is file does not exist 500.shtml and 400.shtml. In my every web page no matter what i am trying to open it is showing me the same error over and over again which turned off my website. I also google out for it and found some suggestions that are turn off your sef in config file of joomla or change your htaccess by putting a # in front of option and close the htaccess file but still it does not helped me. Any help would be appreciated the most.
In general the first step when dealing with this sort of error would be to turn on error reporting by putting the following at the beginning of your index.php:
ini_set('display_errors','On');
error_reporting(E_ALL);
Doing so might give you some php-specific error message with which I will find it easier to trouble shoot the problem.
This would Display the real error , I had a same trouble, and I found that a new template/plugin/module were creating the problem .So I uninstalled/disabled it .And it was working again.
Cheeers
I'm having trouble with my Apache Web Server. I have a folder (htdocs\images) where I have a number of images already in place. I can browse them and see them on my web server (and access them via HTML). I added a new image in there today, and went to browse to it, and it can't be found. I double and triple checked the path and everything. I even restarted Apache and that didn't seem to help.
I'm really confused as to what's going on here. Anybody have any suggestions?
Thank you.
Edit I just turned on the ability for the images directory to be listed, browsed to it (http://127.0.0.1/images/) and I was able to see all the previous images that were in the folder, but not the new one.
Turn directory indexes on for htdocs\images, remove (or move out of the way) any index.* files, and point your browser at http://yoursite/images/
That should give you a full listing of files in that directory. If the file you're looking for isn't there, then Apache is looking at a different directory than you think it is. You'll have to search your httpd.conf for clues -- DocumentRoot, Alias, AliasMatch, Redirect, RedirectMatch, RewriteRule -- there are probably dozens of apache directives that could be causing the web server to get its documents from somewhere other than where you think it's looking.
make sure the caSE and spelling are 100% correct.
There is not magic in programming (some may disagree:), so look for silly errors. Wrong server? Case of your letters? Wrong extension?
There's a chance it could be due to the cookies stored on your device. I would delete all cookies to the website you're working on before you refresh again