PDA

View Full Version : problem in all WEB-interfaces



lissyara
10-20-2007, 01:36 AM
In web-interface I see more ??? symbols.
In Admin - 20-30; on user level - more than 100 :(
See screen and source:

<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>

lissyara
10-20-2007, 01:38 AM
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 lissyara@cs1454.lissyara.su:/usr/obj/usr/src/sys/SMP-main i386
serv#
last version DA, I install today.

nobaloney
10-20-2007, 11:08 AM
Have you checked with DirectAdmin support?

Jeff

DirectAdmin Support
10-20-2007, 11:02 PM
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

lissyara
10-20-2007, 11:11 PM
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....

lissyara
11-27-2007, 12:55 PM
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.