摘要:
使用Menu Maker 进行导航设计的批量处理,使用默认的links表来保存导航首先安装插件:http://wordpress.org/extend/plugins/menumaker/或者http://downloads.wordpress.org/plugin/menumaker.0.6.zip说明文档:Upload themenumakerdirectory to the/wp-content/plugins/directoryActivate the plugin through the 'Plugins' menu in WordPressGo to Options 阅读全文
摘要:
主要是因为5.4.3的curl.dll的问题导致,替换为新的版本就okhttp://vdisk.weibo.com/s/oHnJBhttp://forum.wampserver.com/read.php?2,85716Go to [www.anindya.com] download *php_curl-5.4.3-VC9-x64.zip* under "Fixed curl extensions:" and replace the php_curl.dll in ext folder. This worked for me. 阅读全文
摘要:
I was having the same problem when I was trying to login to the backend. Magento kept redirecting me to the login page without any warnings whatsoever.I added a new entry on my local hosts file (c:\windows\system32\drivers\etc) like this:127.0.0.1 localhost.comand I installed magento again using loc 阅读全文
摘要:
问题:zencart Strict standards: Only variables should be assigned by reference in jscript_zen_magiczoomplus.php将符号&去掉就可以了http://stackoverflow.com/questions/11777908/strict-standards-only-variables-should-be-assigned-by-reference-php-5-4看手册第15章:引用是什么在PHP中引用意味着用不同的名字访问同一个变量内容。这并不像C的指针,它们是符号表别名。注意在PHP 阅读全文
摘要:
<?php/** * Very simple error logging to file * * Sometimes it is difficult to debug PHP background activities * However, using the PHP error logging facility we can store all PHP errors to a file, and then review separately. * Using this method, the debug details are stored at: /cache/myDEBUG-999 阅读全文
摘要:
## This is the main Apache server configuration file. It contains the# configuration directives that give the server its instructions.# See <URL:http://httpd.apache.org/docs/2.2/> for detailed information.# In particular, see# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html># f 阅读全文