Jump to content

heyitsomarrr

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

heyitsomarrr's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Update: I was able to fix the problem myself. The main index.php file on my crew site had X-Frame options set to 'sameorigin' I changed that to 'allow from http://...' and it works now!
  2. The issue is the main website is not created by phpvms. I have a subdomain for the crew center running phpvms. I am trying to iframe the subdomain onto the main site. I contacted my hosting service and they asked me to contact a phpvms web developer to tell them what the server-side requirements are. Any ideas?
  3. Does anyone know how I could go about customizing the email notifications from my airline (registration, acceptance, etc.)? I want them to look more professional and unique.
  4. Hi, This may be a dumb question (and I'm really new to code') but how would I go about using an iFrame to display my live map on an external page? I tried using this: <iframe id="mymap" name="mymap" src="http://crew.panamvirtual.org/index.php/acars" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="650px" scrolling="no"></iframe> But when I tried to load the page, the spot where it was supposed to be was just blank. Any suggestions?
  5. Nevermind, I fixed it. There was no closing tag in the main index.php file.
  6. Are they settings I can change without contacting the provider? If not what exactly am I to ask of them?
  7. After uploading all the necessary files for phpvms I visited my homepage and saw these errors along with the link to install. Warning: session_start(): open(/hermes/phpsessions/b/0/i/r/sess_b0irtjpg4cgidnu4nuseiaqf17, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php:40) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: Unknown: open(/hermes/phpsessions/b/0/i/r/sess_b0irtjpg4cgidnu4nuseiaqf17, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (4;/hermes/phpsessions) in Unknown on line 0 When I install these errors do not go away. Please note I am using PHP 5.5 and iPage as a paid hosting provider. Does anyone know how to fix this? Thank you!
×
×
  • Create New...