I know as a quick fix in your website root dir you can create a file called php.ini and in that you can just define what location you wish to set the timezome for that directory.
That way you can define different timezones to different websites if you so wish.
Done forget to restart apache or iis to make the change.
Like this you mean,
http://www.easyjetva.com/index.php/pilots
Active / inactive column
Its a if else statement, i dont see no reason why this couldnt be adapted to the avtar
Right, with IE and the map display i get the following error reporting in IE8 only.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)
Timestamp: Wed, 3 Mar 2010 22:54:53 UTC
Message: Unspecified error.
Line: 32
Char: 37
Code: 0
URI: http://maps.gstatic.com/intl/en_gb/mapfiles/api-3/30/main.js
Any ideas on this?
What you can do is what i have done on my dev site, go in to phpmyadmin and select the pilots table then operations, and defrag and optimize it, that will reduce the number again but you can seriously screw things up if you do this at the wrong time.
SO i wouldn't attempt on a live site.
Hi guys,
I am just doing some tidying up and im trying to add some custom css to the pilots public profile, on that page it lists the pilots pireps, there is no code for this in the pilot_public_profile.tpl, where does this info come from?
A quick way of editing is export to csf then highlight the column and ctrl+f what you want to find and just replace with nothing.
The only thing to watch is that none of your airports have what your searching for or that will be replaced with nothing.
OK on my dev site i have just gone back to the default skin to eliminate any thing i have done and i still get the following error for viewing the pireps map,
Thats what you usually get when a wrong username or password is used to access the database. How many transactions are you doing, that can sometimes be the cause because the server is over worked with requests it just cant authenticate.
These are the errors im getting with IE on the Live map,
And these when viewing a pirep map,
URI: http://maps.gstatic.com/intl/en_gb/mapfiles/api-3/30/main.js
Is any body else totally Fu%$ed off with IE, the way it renders stuff is nothing like FF or Chrome. Just thought id have a rant because i have spent all morning tinkering with my css to get it to look right in all 3 browsers.... God damn Microsoft!
Back to business now
OK i have found it but an i ok to change it, i dont want to go screwing up the registration, errors are displayed as <p class"error">, the setting that works is <div id="error">.
Ill give it a go see what happens
Nabeel, Is there any way of making error messages red and bold, for example when a user registers if for example they fail the human test this text gets lost on the page and its difficult to distinguish, if i can change a setting in the css to make these messages red and bold that would be excellent. Would you happen to know what the style or class is?
How strange, this is what i get.
System/Localtime
My server is set to GMT because i set it, but there is no output above, i think i have locked quite a bit down via apache config and the php.ini...
Sure no problem, im just about to copy and paste on my windows box to see if i can duplicate it on there with my settings.
Its only come about since the last update just before this one.
Wow, that sql import kills the server lol, good job i didnt hold my breath :lol:
All ok though, Still get that error above that Keith is reporting
Cant seem to get rid of it, i have even tried using my smtp server, still the same.
I have just done a bit of testing and on my test site i dont get the error, the only difference i can see is i still have the old column in the pireps field landing_rate, maybe this is it.
Hi, i have just noticed the following error when filing a manual pirep,
Warning: Invalid argument supplied for foreach() in /srv/www/easyjetva.com/public_html/core/common/LandingstatsData.class.php on line 23
I take its because there is no value going into that field, what would be the best option to fix this, im thinking allow null in the database? Or is there something else that would do it.