Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. EDIT:- Nabeel Sorry about that, i forgot that i copied from the app.config.php to local when the release was originally done, I just deleted from the local.config.php and ran the updater again and all is well
  2. Also running the maintenance.php i get the following, Notice: Undefined index: autoretire in /core/common/PilotData.class.php on line 753 Notice: Undefined index: autoretire in /core/common/PilotData.class.php on line 753 Notice: Undefined index: autoretire in /core/common/PilotData.class.php on line 753 Notice: Undefined index: autoretire in /core/common/PilotData.class.php on line 753 Notice: Undefined index: group_add in /core/common/PilotData.class.php on line 359 Notice: Undefined index: group_remove in /core/common/PilotData.class.php on line 365 Notice: Undefined index: group_add in /core/common/PilotData.class.php on line 359 Notice: Undefined index: group_remove /core/common/PilotData.class.php on line 365
  3. Plus the template email_registrationaccepted.tpl is coming from the core/templates not the active skin templates.
  4. I have more groups than defined, i think thats what has caused the problem.
  5. I am having the following problem when it runs the update.php. Fixing settings for Mark Grant Warning: Invalid argument supplied for foreach() in install/update.php on line 116 Warning: Invalid argument supplied for foreach() in /install/update.php on line 120
  6. When you right click on the image that isnt there, whats the url, you can normally rectify what is happening when you can see where its looking to get it from.
  7. Strange thing is though all the old variables will still work so im not sure why your not able to get the map to display.
  8. Hi, I have not updated yet to the latest beta because of the issues that i may experience and have to overcome. Try changing, $flights = PIREPData::getRecentReportsByCount(10); to $flights = $pirep_list::getRecentReportsByCount(10); I dont know till i sit down later and have a look, that might be complete garbage
  9. There is a .htaccess file provided within phpvms. I fail to see what that will do to be honest. As a simple test create index.html, place this is the root folder of your site and try to hit it, also make sure phpvms is in the root directory not in a folder in the root directory. Final thing to check is create a phpinfo file and upload that to see if its parsed by the server.
  10. Try replacing the <ul> with the divs
  11. <div align="center"><?php Screenshots::show_random_screenshot(); ?></div>
  12. I think some of the variables have been renamed, but the old ones still work, check out the changes below, https://github.com/nshahzad/phpVMS/issues/38 This may be relevant, For PIREPs: $pirep - A single PIREP $pirep_list - A list of PIREPs
  13. That top line where you have the image wanting to be displayed add a <td> at the front and </td> at the end same as your other rows. echo '<td align=center><img src="'.fileurl('/images/airline/'.$airline->icao.'.gif').'" alt="'.$airline->name.'" /></td>'; Give that a go see how you get on. 3rd time lucky
  14. What skin are yo using, you will need to add it to the menu divs, remove it from frontpage_main.tpl Ok i see, To get another menu box displayed have a look in your header.tpl you will see the divs for the menu and box content, you can add it in there or create another for it
  15. Do a search in the forums the answer is here
  16. The latest beta release has this kind of thing being built in to it i believe, but if the are inactive they will get a message when they try to login which can be customised. Nabeel is still working in this.
  17. Thanks Nabeel that's cleared that one up as i was not sure myself. Are you able to replicate that error i reported above about logging in even though you are approved?
  18. If your looking for a fairly stable beta, then try Rev v2.1.934-129-g64633c1 - fixed #24 pilot retired status fixed But i dont know if just those files are available.
  19. What version are you running, this was fixed a while back but i do mean about 6 or 7 months ago.
  20. You don't make sense, All you need to do move that code out of the php tags, I dont know if this will work,within the existing tags, Screenshots::show_random_screenshot(); Or just move that code like this, <div class="mc0201"> Welcome to SF Logistik </div> <br /> <br /> <div class="mc020303"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('FrontBids', 'RecentFrontPage', 15); Template::Show('acarsmap.tpl'); ?> <?php Screenshots::show_random_screenshot(); ?> </div> <div class="mc020303"> </div>
  21. It might just be me but on my dev site when i log out and go to log back in again i get the following message,
  22. Cheers, i have uploaded on my dev site and all seems to still be working ok, will have a good going over the changes and once i fully understand what needs updating in the skins folder ill start editing
  23. Wow these are some big changes to the templates, ill have to look at these as all my templates will need updating.
×
×
  • Create New...