Author: 永夜
-
Post Views: 12 The reason is that scandir() is not enabled in the environment configuration, and you need to enable the settings in php.ini.
-
Post Views: 13 When outputting some variables in the template file, if the variable does not exist, it will prompt such an error message. The following is the prompt screenshot and solution: notice:undefined offset: 4 in the include() and other prompts <?php if(isset($content[‘field_power’][0][‘#markup’])) { ?<<span>gong rate:</span>?php print $content[‘field_power’][0][‘#markup’]; ?><br /><?php } ?>
-
Post Views: 9 By searching on the official website, it is determined that the reason is that the installation and activationjQuery updateModule, so this error occurred, I had to disable it recently, and it turned out to be normal all of a sudden.
-
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…