pbootcms The template prompts that your server environment is not detected sqlite3 Database extension
The error message did not detect your server environment sqlite3 Database extension, please check php.ini Is the extension already enabled? In addition, your server support was detected pdo_sqlite Extended, you can also modify the database configuration to connect to the driver pdo_sqlite Try it! There are two solutions, depending on the specific situation: The first method: Change the database configuration connection driver to pdo_sqlit...
pbootcms Collection of common error reports on websites
For convenience pbootcms Webmasters quickly solve common errors, and here is a comprehensive question-solving article, which will be listed below PbootCMS Problems and solutions that arise in the background or front desk. Search tips: Shortcut keys Ctrl+F, A search box pops up to find the answer quickly. 1. Backstage image upload prompt: "Upload failed: storage directory creation failed! “Give the static resource directory (in the root directory static arts...
pbootcms use Ajax Submit custom form without refresh
Custom form (online message) <form onsubmit="return submsg(this);"> Contact <input type="text" name="contacts" required id="co...
pbootcms Template content page call related articles
pbootcms How to call related articles on the inner page of the template {pboot:list scode={sort:scode} num=4}<a href="[list:link]" target="_blank">[list:title]</a>{/pboot...
pbootcms template tag Tag calls
pbootcms template tag Tag call 1. All site tag Call {pboot:tags}<a href="[tags:link]">[tags:text]</a>{/pboot:tags}2、Content page {pboot:tags id={content:id}}<a h...
pbootcms Modify domain authorization prompt information
PbootCMS After the program is uploaded to the server, if you do not go to the official website to obtain the domain name authorization code, it will prompt unauthorized related prompt information. However, sometimes we use it for customers and do not want the customers to see this information. So what should we do? In fact, the official has prefabricated a free solution, you only need to create a new one in the root directory of the website. sn.html , write your own prompt information in the file, such as contacting someone, and then access unauthorized...
pbootcms Template specifies the call column name and link
Specify the link and name of a column to call {pboot:sort scode=1}<a href="[sort:link]" class="lxwm">[sort:name]</a>{/pboot:sort}Detailed explanation scode=1 //Column ID...
pbootcms Template homepage and top column highlight
Highlight code on the home page <li {pboot:if(0=='{sort:scode}')}class="on"{/pboot:if}> <a href="{pboot:sitepath}/" title="">...
pbootcms System user password reset tool
This tool is for forgetting PbootCMS Reset the account and password of the background user. Download address: PB Password reset tool. rar How to use: Download the reset tool decompression package, after decompression, resetpw.php The file is uploaded directly to the root directory of the website and accessed the file address directly in the browser. Then, enter relevant information according to the prompts on the page to reset the "database configuration file" filled in here is used to reset the tool connection data,...
pbootcms The template background login verification code does not display
Someone keeps asking pbootcms What is the problem that the website background verification code does not display, and how to solve it? Today, Gezhan.com will list some of the causes pbootcms Reason for the verification code not to be displayed. 1. Chinese path problem (tat about website building, do not name it in Chinese, all in English or numbers) 2. Switch PHP Version (recommended here php5.6 or php7.3 Version) 3. Check file permissions 4. If it is Alibaba Cloud...