Difference between revisions of "Zend License"

From TMM Wiki
Jump to navigationJump to search
m
 
m
 
Line 16: Line 16:
 
== Missing License ==
 
== Missing License ==
 
Sometimes, after updating PHP on your server, you get the error message,
 
Sometimes, after updating PHP on your server, you get the error message,
"no license found."  This usually means your forgot to replace the [[Zend]]
+
"no license found."  This usually means your forgot to replace the Zend
 
license line in the PHP initialization file, ''php.ini''.  Find the
 
license line in the PHP initialization file, ''php.ini''.  Find the
 
''nats/licenses'' folder on your server and add its full path name,
 
''nats/licenses'' folder on your server and add its full path name,
Line 29: Line 29:
  
 
[[Category:Also NATS4 Article]]
 
[[Category:Also NATS4 Article]]
 +
[[Category:NATS4 Troubleshooting Tips]]

Latest revision as of 17:41, 1 June 2011

NATS 4
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers
Troubleshooting
Common Errors
Email_Issues
Fix Graphs
Expired License
Zend License
Zip Files in Internet Explorer
NATS 3
Troubleshooting
Common Errors
Email_Issues
Auto Login
Emptying Forms
AutoLogin Cookie
CAPTCHA
Changing Licenses
Expired License
Zend License

Zend License Co-Habitation

To run more than one Zend licensed programs on one server, you need to separate license paths with a colon. For example:

zend_optimizer.license_path=<path to other license>:<path to nats/licenses>

Missing License

Sometimes, after updating PHP on your server, you get the error message, "no license found." This usually means your forgot to replace the Zend license line in the PHP initialization file, php.ini. Find the nats/licenses folder on your server and add its full path name, starting with "/", to the Zend portion of php.ini. For example:

zend_optimizer.license_path=<full license path>

Save php.ini and restart Apache. If the error does not disappear, please submit a ticket.