반응형

# 1146 – Table ‘phpmyadmin.pma_table_uiprefs’ doesn’t exist


phpmyadmin에서 위와 같이 에러가 나면서 테이블 수정이 안된다면

phpmyadmin 디렉토리 안에 config.inc.php를 열어서 아래처럼 주석처리 후 값을 새로 입력 합니다.



띠로리~

반응형

vtigercrm 6.0에서 6.1로 마이그레이션을 했더니 아래의 에러가 나왔습니다.


 "Illegal escape sequence 'u'"


아래 첨부한 파일을 include/Zend/Json 경로에 넣으면 됩니다.



Decoder.php



출처 : https://discussions.vtiger.com/index.php?p=/discussion/173160/cant-do-a-contact-search/p1

Can't do a contact search
  • I've just upgraded from vtiger 6.0 to 6.1 without noticing any errors.
    But when i tryied to do a simple global search, an error appeared when opening the contact details.

    An error window appear with the message "Illegal escape sequence 'u'" and a "back" link.
    Please help.
  • 8 Commentssorted by 
  • It also happens when i try to open an account info.
  • It also happens when i try to open an account info.

    But does not happen when opening leads or projects.
  • 0zoao 
    Posts: 2
    Hi,

    I have de same error.
    This is because the zend json is old.
    The solution is change line 105 in file include\Zend\Json\Decoder.php:
    original:
    $this->_source = $source;
    $this->_sourceLength = strlen($source);

    new:
    $this->_source = self::decodeUnicodeString($source);
    $this->_sourceLength = strlen($this->_source);

    And add the new funtion "decodeUnicodeString" in the end of file.
    You can copy from this file:http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Json/


반응형

1. repo 파일을 다운합니다.

http://dev.mysql.com/downloads/repo/yum/


2. yum localinstall <다운받은 repo 파일>


3. yum install mysql-server


끝~

반응형

Mysql Autostart on Centos

just setup mysql on centos and forgot to set it to auto-start on boot - there the quick fix

sudo /sbin/chkconfig --level 2345 mysqld on

check that this worked as expected by running the chkconfig list

/sbin/chkconfig --list

should result in the below output

mysqld          0:off  1:off  2:on  3:on  4:on  5:on  6:off

   centoslinuxmysql


출처 : http://blog.justin.kelly.org.au/mysql-autostart-on-centos/


반응형

php.ini에서  session.save_path 항목에 권한을 제대로 주거나 위치를 수정 합니다.


반응형

centos 6.5 64비트 기준

/etc/rc.d/rc.local 파일에 추가



---------

/opt/lampp/xampp startapache 

/opt/lampp/xampp startmysql


반응형

[root@localhost bpcrm]# getconf LONG_BIT

64


[root@localhost bpcrm]# arch

x86_64


[root@localhost bpcrm]# uname -m

x86_64


[root@localhost bpcrm]# echo $HOSTTYPE

x86_64



[root@localhost bpcrm]# lscpu

Architecture:          x86_64

CPU op-mode(s):        32-bit, 64-bit

Byte Order:            Little Endian

CPU(s):                4

On-line CPU(s) list:   0-3

Thread(s) per core:    1

Core(s) per socket:    4

Socket(s):             1

NUMA node(s):          1

Vendor ID:             GenuineIntel

CPU family:            6

Model:                 30

Stepping:              5

CPU MHz:               2526.727

BogoMIPS:              5053.45

Virtualization:        VT-x

L1d cache:             32K

L1i cache:             32K

L2 cache:              256K

L3 cache:              8192K

NUMA node0 CPU(s):     0-3

반응형


http://blog.naver.com/adidas0331?Redirect=Log&logNo=220011444849


root'@'localhost' (using password: NO)

+ Recent posts