1
mjoel
help with language constant in file php 5.5 and php 5.4
  • 2016/6/7 3:25

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Hi I have this problem

in localhost i have php 5.4.31..code below display ok

echo "<b><span style='text-transform:uppercase;letter-spacing:2px;'>"._MY_NAME."</span></b><br />";

echo "<div style='clear:both;' align='right'><a href='index.php' class='front'> "._MY_HRMODULE." ยป</a></div>";


in my real server i have php 5.5.31.. i receive this error

Quote:

Notice: Use of undefined constant _MY_NAME - assumed '_MY_NAME' in file /modules/myhr/index.php line 10

Notice: Use of undefined constant _MY_HRMODULE - assumed '_MY_HRMODULE' in file /modules/myhr/index.php line 122

2
mjoel
Re: help with language constant in file php 5.5 and php 5.4
  • 2016/6/7 3:29

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


help how do i correct this in php 5.5

3
Mamba
Re: help with language constant in file php 5.5 and php 5.4
  • 2016/6/7 4:03

  • Mamba

  • Moderator

  • Posts: 11544

  • Since: 2004/4/23


I don't believe that it has to do with your PHP version.

It seems like on your "real" server, the file with the definition of "_MY_HRMODULE" is missing, or is not included.

Find out where are the definitions for the missing language constants on your test server, and make sure they are also on your "real server"
Support XOOPS => DONATE
Use 2.7.x | Docs | Modules | Bugs

4
mjoel
Re: help with language constant in file php 5.5 and php 5.4
  • 2016/6/7 4:32

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Thanks Mamba

i have the same file in both server

i figured out the problem and now its working

i copy paste some of the missing definition from modinfo.php in the language folder to main.php in the same folder

i dont know why it is ok in php 5.4 without definining the constant in main.php but not in php 5.5

Thanks again

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!