Jump to content
Sign in to follow this  
Emiliano

How to Disable Zenb Errors

Recommended Posts

What errors? I think you should read documentation for Zend.

 

Topic is moved to Questions & Help section, because in Web section we make releases only.


Share this post


Link to post
Share on other sites

i mean there is a any bottom where you disable error reporting and toolbar of zenb i dont know where is, i remember that i saw a give in serverdev but as you know serverdev is Off

 

Share this post


Link to post
Share on other sites
<?php
error_reporting( error_reporting() & ~E_NOTICE );
error_reporting(error_reporting() & ~E_DEPRECATED);

?>

Just write this at the top of your website files

Share this post


Link to post
Share on other sites

one More question,,,

 

 

When i put a Link of the client in the website and people or me click on it 

 

give redirecto to an error page like i click to the client and it give error the link is disable and when i copy and paste the link it work perfectly

 

Share this post


Link to post
Share on other sites
1 hour ago, Emiliano said:

one More question,,,

 

 

When i put a Link of the client in the website and people or me click on it 

 

give redirecto to an error page like i click to the client and it give error the link is disable and when i copy and paste the link it work perfectly

 

Will be nice if you paste this fragment of website code

Share this post


Link to post
Share on other sites

this is what appear when i click on the website but i dont think the problem is the website bcoz i try with another website( like 3-4 ) and the same error appear and the link work perfectly

 

Share this post


Link to post
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.

Sign in to follow this  

×
×
  • Create New...