problem in all WEB-interfaces

lissyara

Verified User
Joined
Oct 20, 2007
Messages
12
In web-interface I see more ??? symbols.
In Admin - 20-30; on user level - more than 100 :(
See screen and source:
Code:
<img border="0" src="IMG_SKIN_CTRL_AFEATURES" width="500" height="68">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
	<tr>
		<td width="50%" valign="top" class="left-pad">
			<a href="/CMD_ADMIN_STATS">Complete Usage Statistics</a><br>
			<a href="/CMD_CUSTOM_HTTPD">Custom HTTPD Configurations</a><br>

			<a href="CMD_PHP_SAFE_MODE">PHP SafeMode Configuration</a><br>
??????????????????????????????????????????

		</td>
		<td width="50%" valign="top">
			<a href="/CMD_ADMIN_SETTINGS">Administrator Settings</a><br>
			<a href="/CMD_LICENSE">Licensing / Updates</a><br>
			<a href="CMD_PLUGIN_MANAGER">Plugin Manager</a><br>
??????????????????????????????????????????

		</td>

	</tr>
</table>
 

Attachments

  • admin_level.png
    admin_level.png
    12.8 KB · Views: 153
Code:
serv# uname -a
FreeBSD serv.hos-ting.ru 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Thu Oct 18 12:40:42 MSD 2007     [email protected]:/usr/obj/usr/src/sys/SMP-main  i386
serv#
last version DA, I install today.
 
Hello,

Where the ?? characters are showing up is where there is php output.
My guess is you might be affected by a Zend Optimizer bug. We've been seeing many problems with Zend Optimizer 3.3.0.
Try editing your /usr/local/lib/php.ini, at the very bottom, remove the lines relating to zend.

John
 
Thanks, but I have very long night, and found answer :)
php incorrect built on this machine in CLI.
I copy him from another, and all works correct.
===========
Sorry for my english....
 
after month, and two upgrades I think reason :)
I compile multibyte support into php binary and as module..
after compile binary without them or comment out module - all work correct.
 
Back
Top