嘿,我正在尝试安装TYPO3 CMS 7.6.19,但即时消息始终收到此错误...
include_path = C:\xampp\htdocs\mrs\vendor/pear/pear_exception C:\xampp\htdocs\mrs\vendor/pear/http_request2 C:\xampp\php\pear
Normally the current path '.' is included in the include_path of PHP. Although TYPO3 does not rely on this, it is an unusual setting that may introduce problems for some extensions.
Run Code Online (Sandbox Code Playgroud) 我正在尝试为所有列设置相同的宽度,Bootstrap是否有适当的方法?
<a href="produkte.html">
<div class="panel-body">
<table class="table">
<tbody>
<tr>
<th></th>
<th>#</th>
<th> # analog Eingänge</th>
<th> # I/Os</th>
</tr>
</tbody>
</table>
</div>
</a>
Run Code Online (Sandbox Code Playgroud)