Jump to content

Custom Kacars Error


Bluemax

Recommended Posts

dataerror.jpgGents, I would not post this if it envolved a single member issue but I have been getting emails from many members all day concerning our custom Kacars. This started today. This is the message they receive when they try to log on to their vamccars

Website Warning Encountered

Notify system administrator of the switch error.

Data not recieved

switch = verify

I have seen this on an old forum post and a comment was made cocerning server adding stuff to the xml? If it is a server issue I have no clue how to approach them with a question.

Getting this message in the admin panel I went to server database and found this (Fields empty

Warning: Unknown: open(/var/php_sessions/sess_71f7c3a24628a5a138e890e7395bb1e0, 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 (/var/php_sessions) in Unknown on line 0

Admim activity log:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 45 bytes) in /hermes/web12b/b1562/pow.bluemax/htdocs/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 273

I would appreciate any constructive suggestions.

Link to comment
Share on other sites

dataerror.jpgGents, I would not post this if it envolved a single member issue but I have been getting emails from many members all day concerning our custom Kacars. This started today. This is the message they receive when they try to log on to their vamccars

Website Warning Encountered

Notify system administrator of the switch error.

Data not recieved

switch = verify

I have seen this on an old forum post and a comment was made cocerning server adding stuff to the xml? If it is a server issue I have no clue how to approach them with a question.

Getting this message in the admin panel I went to server database and found this (Fields empty

Warning: Unknown: open(/var/php_sessions/sess_71f7c3a24628a5a138e890e7395bb1e0, 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 (/var/php_sessions) in Unknown on line 0

Admim activity log:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 45 bytes) in /hermes/web12b/b1562/pow.bluemax/htdocs/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 273

I would appreciate any constructive suggestions.

I'm sorry, but I really need some help here.........Have no clue what happened

Link to comment
Share on other sites

Guest lorathon

This actually has nothing to do with kACARS. But with an error on your site (kACARS is just seeing the error). I have never seen the php_sessions error. Not sure what that could be. Maybe Nabeel can help with this one.

Jeff

Link to comment
Share on other sites

Hello all,

i saw one time that "switch = verify" before, and was my fault not custom kacars.

My error was because my custom code or edited code in one php class file.

I suggest to verify the error log.

After corrected the error all ok.

Hope it helps.

Link to comment
Share on other sites

Hello all,

i saw one time that "switch = verify" before, and was my fault not custom kacars.

My error was because my custom code or edited code in one php class file.

I suggest to verify the error log.

After corrected the error all ok.

Hope it helps.

Gentlemen, I appreciate what your saying but I'm at a total lost. Let me reformulate my comments above. I have 52 active members and their all getting the "Switch=verify error when they try and log onto our custom kacars. But it doesn't end there. When I go into the admin panel, pilots and groups to View all pilots, there is nothing there, But yet their all listed on the pilot page with all their data, hours ranks, pireps et cetera....

When I first open the admin panel these errors our at the bottom of the page.

Warning: Unknown: open(/var/php_sessions/sess_b8afdb9fa6a67035945535d67b0660d4, 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 (/var/php_sessions) in Unknown on line 0

When I go to the admin activity log this is what I get:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 44 bytes) in /hermes/web12b/b1562/pow.bluemax/htdocs/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 273

Warning: Unknown: open(/var/php_sessions/sess_b8afdb9fa6a67035945535d67b0660d4, 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 (/var/php_sessions) in Unknown on line 0

We are approaching our one year aniversary using phpvms and never had an issue such as this. Moving on....I went to my server to view the data base. I have 34 tables, six our empty of data? if you look at the image above you will see what I see. Everything else is intact. I have no clue what to do. A years worth of activity....

I'll give someone my admin access, its a game but a lot has gone into this.

This tid bit I pulled off the forum and gave to my server host (Tech) at powweb:

Your hosting provider is returning extra data in the xml file.

<sitedata><info><loginStatus>0</loginStatus></info></sitedata><!-- www.000webhost.com Analytics Code --><script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script><noscript><a'>http://analytics.hosting24.com/count.php"></script><noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript><!-- End Of Analytics Code -->

David Zaleski

www.usavamc.com

Link to comment
Share on other sites

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 44 bytes) in /hermes/web12b/b1562/pow.bluemax/htdocs/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 273

Hello David,

I am not a programmer but has this line nothing to do with the PHP memory. Basicly that it is too low. I had that problem also one time and increasing the memory worked.

When starting Custom acars some scripts are being started on the server. When some scripts can not proceed because of a memory problem you have problems. Not by fault of acars

but problems on the server.

I have put in my .htaccess file on the server the line

php_value memory_limit 64M
and that helped. As for now I don't have problems with my hosting provider

because here in Holland most of the providers are saying that if you need more than 32M for php, the scripts are not right for a shared server. Till now it is going well.

Hope this will help for you.

Regards,

Cor

Link to comment
Share on other sites

  • Administrators

You need to contact your host, that's a host issue. Either the disk is full, or they made some server configuration change or upgraded something which didn't work properly.

Also the extra data in the XML - are you on a free host? I don't understand where that extra is coming from

Link to comment
Share on other sites

You need to contact your host, that's a host issue. Either the disk is full, or they made some server configuration change or upgraded something which didn't work properly.

Also the extra data in the XML - are you on a free host? I don't understand where that extra is coming from

No I'm not using a free server.............if I knew just how to present my server host with the appropiate question it would help. I have been back and forth with them and getting no where, but I'm probably presenting them with the wrong information. I do appreciate your feedback.

Link to comment
Share on other sites

Hello David,

I am not a programmer but has this line nothing to do with the PHP memory. Basicly that it is too low. I had that problem also one time and increasing the memory worked.

When starting Custom acars some scripts are being started on the server. When some scripts can not proceed because of a memory problem you have problems. Not by fault of acars

but problems on the server.

I have put in my .htaccess file on the server the line and that helped. As for now I don't have problems with my hosting provider

because here in Holland most of the providers are saying that if you need more than 32M for php, the scripts are not right for a shared server. Till now it is going well.

Hope this will help for you.

Regards,

Cor

Gents, thank you...........the issue was server and here is what they did to correct....(Powweb.com Tech)I have set the session path in the php.ini file Problem Solved.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...