-
Posts
1824 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by Strider
-
-
Link to the site, and is it on free hosting?
-
Run the checkinstall, and post what it gives out. Or it could be a CSS issue, not sure.
-
You don't have to give them full admin access. When creating the staff groups make sure access admin is clicked, I will only allow them edit what the group is allowed edit. You set that when creating the group.
-
Delete Pilot
Warning! This is NOT reversible. This removes all of this pilot's information and data, including PIREPS and their registration.
That is what it says above the delete pilot button.
-
Just for the record,this is not my post or topic that is mentioned here: "To back up what Jon has mentioned, the comment in a request for help that states, "it doesn't work, what is wrong", is not the best way to get some help. It is very helpful to the people trying to help you if you include the details of the situation. It is the old saying of "help me to help you". I do find myself avoiding the threads that have a screenshot of a problem and very little supporting information, it is similar to calling the Dr and telling him you don't feel well and asking him, what's wrong? He can't see you, perform an examination, and may not know your history. I also, and I think I may speak for others, avoid threads with "HELP!!!" in the title, or are filled with "!!!!!!" strings"
David
I think you miss read what simpilot said. He was backing up Jon who posted previous to him.Just for the record, I have always gotten great support here. You can't expect people to automatically know the problem, it is like going into a garage asking them what is the problem with my car, and not letting them see the car, or give them any further detail on what the problem is.
-
Unless we see the site, we can't give much help. We need to see the code for it, and the best way is being on the site. We need more details of the problem.
-
What is most likely happening is that you have forgotten to close a div tag, so the css is not being parsed for that section. A link would help us help you better.
-
Nope, there is no such app, but it would be a good one though. Though I would add a bit more parameters in so that it doesn't come up with silly routes.
-
Not quite sure what you are asking, when pilots register, they have to ability to choose which hub the want to be apart of. Is it you want a specific page for the hub? IF so, you can create a page in the admin area for that, if you don't want the public to view it, don't make it public, then edit the pilot center, and add the links, should be http://www.yourva.com/pages/hubname and that is it.
-
SQL is not that hard, it doesn't have to look pretty, as long as it does its job, as only you see it when coding, the general public dont see it.
-
This is nothing to do with phpvms but something on this site,
{ "error": { "type": "OAuthException", "message": "Invalid redirect_uri: Given URL is not permitted by the application configuration." } }
I tried to connect my account to my fb account, and get that instead.
-
If there is on turn off in my opinion is a splash screen, I don't want to go through the hassle of going to a site, only to get a splash screen and have to click to see the main site. Also they are old, no one really uses them anymore for the reason people get annoyed by them and leave.
-
Free hosts give limited services, and php is one, they are usually using older versions of php also.
-
By the sounds of it, you used the same db tables, that is really a no no because, exactly what you said happened will happen. That is why you never use the same tables for two seperate installs. If you want to use the same db, then give them a different prefix, like phpvmst_ something to make them unique. A screenshot will not give us all the information, detail of the problem will help us immensely. This is not a bug in the software, it is just a mistake on your part (don'tt mean to offend but it is what it is).
-
In reality you should never use a beta as a poduction site, use it in a seperate folder and test it, and report the bugs you run into. Make sure the files have the correct permissions. Make sure the server location is correct some use localhost some have a different server location. When upgrading do not go to install.php you just need to go to upgrade.php. Install.php will install it fresh, and it could be getting a conflict with the current database.
-
i was using the wrong user hehe.
-
The error is saying it is receiveing a 404 error from the server.
-
gah, ok, will install it later this week
-
Anyone?
-
I am having a problem with xacars, it is giving me an error saying that the url for the flight tracking is giving an error. This happened recently and suddenly, I am not sure what is going on, I have cleaned the cache, and resent the acars table, but that did not help. I have set everything up correctly. I do have 2 other xacars configs in the same location, but they are not named the same, I have named the xacars config file that is in use just xacars as that is what it was before. Any help would be greatly appreciated.
-
<script type="text/javascript" src="[url="view-source:http://southwingsva.comli.com/sandbox/lib/js/jqModal.js"]http://southwingsva.comli.com/sandbox/lib/js/jqModal.js[/url]"</script>
you are missing a ">" that is what is causing the problem.
-
YOu need to go the route of the site in an ftp program, and set the permissions that way.
-
DId you upload the events module to the core>modules folder?
-
What I take from your post tav1702, is when you post an event it posts a news item. It already does that. 1.3 does anyway. Maybe the older version didn't. But when you create an event there is a check box that says post to news, and it will make a post in the news for you.
Yikes! Website not showing! [SOLVED]
in Support Forum
Posted
Sounds like you caused an error in php. When that happens, it stops everything else from showing.