Actions
Bug #14883
closedError when adding pagecontent
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2005-07-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When adding a pagecontent and changing the type, I get this error: "Sorry, you didn't have proper permissions to perform this change."
When I look into the DBAL Debug Log for the page "typo3/alt_doc.php" (the first one in the list), the following table shows the query "Array" in the last row.
I have installed the following extensions:
css_styled_content
rte
adaltas_skin
tmpl_urbannomad
version
tt_news
csh_de
adodb
newloginbox
arotea_loginbox
kickstarter
beko_debugster
beko_improved_login
mjseventpro
dbal
ts_language_de
I only use a mysql-db.
(issue imported from #M1317)
Files
Updated by Karsten Dambekalns almost 19 years ago
This is fixed in current code, please have a look again when the beta has been released. This was caused by a missing check for incoming data on BLOB field handling.
Actions