Year: 2013
-
Post Views: 9 eventually passedhttp://drupal.org/node/1014172找到问题的解决方法; I use the Wamp configuration environment, the native installation, the operating system is win7 64-bit flagship version, by adding in my.ini MAX_ALLOWED_PACKET = 10M to solve the problem. Need to restart the mysql service ha.
-
Post Views: 9 Using $BASE_PATH in some template files will prompt this type of error, and finally solve the problem by modifying the modification in php.ini as shown in the figure. Will ; error_reporting = E_ALL | E_STRICT modify to ; error_reporting = E_ALL | E_STRICT ERROR_REPORTING = E_ALL & ~E_NOTICE
-
Post Views: 12 Just upload the picture directly to illustrate.
-
Post Views: 10 It feels more beautiful than the old version!
-
Post Views: 11 The official website is in English, and it always seems that it is not as good as Chinese. The Chinese text tutorial of druapl Garden found that the explanation is not very detailed. I have translated some documents, but it is not completely translated. I bought a Chinese translation book in the drupal collection, and it feels…
-
Post Views: 14 When installing the module L10N_Install-7.x-1.0-beta23-core with Drupal 7.21 The upload_max_filesize = 2m in php.ini is modified to: upload_max_filesize = 10m to solve this problem.
-
Post Views: 13 Finally, by modifying the php.ini file: Modify; date.timezone = asia/shanghai to: Date.TimeZone = Asia/Shanghai solved.
-
Post Views: 12 <div> <h2>mas-0200 Mini Goldfish Tank 6</h2> <span>Product size</span>424*213-256mm<br /> <span class=”p_l”>re amount</span>5.4kg<br /> <span>Input voltage</span>ac 110-240v<br /> <span class=”p_l”>gong rate</span>50Hz-60Hz<br /> <span>Products</span>Self-use/birthday/marriage/housewarming/high liter/friend gift<br/> </div> #parameter .par .p_l { float: left; width: 80px; height: 30px; } #parameter .par .spac { Word-Spacing: 28px; } Principle: By using the font spacing for words with a small number of fonts to control,…