piBase stands for PlugIn Base: A php library to develop extensions in TYPO3, merely a collection of often-used functions and wrapper classes. Will be replaced by Extbase, but is still supported in the 4.x and 6.x branch of TYPO3 CMS.
Questions tagged [pibase]
13 questions
4
votes
1 answer
How long are piBase extensions going to be supported by TYPO3
I tried to find the answer on the web, but there seems to be no information at what point old piBase extensions are going to stop working in TYPO3.
The transition of the "old" TYPO3 in direction of FLOW is visible, but I have to give a client an…

Florian Rachor
- 1,574
- 14
- 31
1
vote
1 answer
Why does this pibase extension not get loaded?
i'm updating a project from TYPO3
6.x to 7.x
7.x to 8.7
im already on 8.7 and now working on the extensions. we have a pibase extension were the support should be still available in 8.7
i've refactored a few things already:
i replaced the old…

netzding
- 772
- 4
- 21
1
vote
2 answers
typo3 update from 4.2 to 6/7
On a new project I have to upgrade a old typo3 installation from 4.2 to 6.2 or even 7.6.
The big problem is, that everything is done with templavoila and all extensions are pibased.
I learned with typo3 6.x all pibased extensions will die. But with…

nbar
- 6,028
- 2
- 24
- 65
1
vote
1 answer
TYPO3 IRRE, error "Attempt to modify record..." when saving inline records
I am writing an extension for TYPO3 4.5.4 (unfortunately forced to use this version). The extension should provide a simple method to manage and display lists.
Because the data just needs to be displayed and is solely depending on the containing…

nepumuk
- 86
- 6
0
votes
0 answers
pibase Extension not working after Upgrade to TYPO3 9
I'm currently upgrading an old TYPO3 6.2 Installation to 9.5. I'm also using fluidtypo3 (flux 9.3.2 and fluidpages 5.0.0). There are several pibase Extensions, that I can't get to work. One of them has the following error:
Oops, an error occurred!…

Silkea
- 1
- 4
0
votes
1 answer
What is the new method for TYPO3 pi_getFFvalue
im refactoring a decent sized TYPO3 project and have to refactor the part with the methods
$eIds = $this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'selected_contacts', 'sDEF');
what is the new approach for extbase to fetch values from a…

netzding
- 772
- 4
- 21
0
votes
1 answer
TYPO3 pibase extension with compatibility6 - Duplicate double main() method calls
We're trying to use a legacy pibase extension that worked in a TYPO3 6.1 installation in a TYPO3 7.6 environment. We installed the compatibility6 extension.
The pibase extension basically works, but something (TM) seems to call the pibase main()…

Garvin
- 43
- 6
0
votes
2 answers
Issue with realurl, redirect and caching in TYPO3
This error occures in TYPO3 7.6.10 with a piBase extension and realurl 2.0.15:
In this extension, I'm checking for a GET parameter, e.g. a country. If this parameter is not provided, I redirect to the same page, with default country as…

Sven
- 722
- 1
- 7
- 25
0
votes
2 answers
After upgrade TYPO3 to 6.2 extended tab in tt_news extension disappeed
In the past I created small extension to extend the tt_news possibility. By kickstarter I have created two new fields to tt_news table. Everything worked fine - on every tt_news record I have two flexform fields in "extended" tab.
After upgrade to…

Adrian
- 992
- 2
- 16
- 46
0
votes
0 answers
TYPO3 4.7.19 piBase $GLOBALS['BE_USER'] get blank
I have a TYPO3 piBase BE extension. I have debuged the code and I got the following issue:
When I have logged into BE with "www", I got value of $GLOBALS['BE_USER']. But when I have logged into BE without "www", I got a blank array in…

Ghanshyam Gohel
- 1,264
- 1
- 17
- 27
0
votes
1 answer
piBased Plugin (FLUID) - Image Problems with TYPO3 6.2
I still use piBased-Plugins in my updated TYPO3 v6.2.7 - Installation.
Since 6.2., I have some problems with my small Frontend-Plugin.
My Plugin only show a headline, link and an image. If there is no Image selected in Backend, my plugin doesn't…

user2310852
- 1,654
- 1
- 25
- 52
0
votes
1 answer
TYPO3: Access old-style piBase methods from Extbase extension
Can I access old-style piBase classes and methods from my Extbase extension?
For example, can I create an AccessMyoldExtensionService.php Service as a wrapper class and then pull the return values into my controller?
In my case, I need to return a…

Mateng
- 3,742
- 5
- 37
- 64
-1
votes
1 answer
TYPO3 8.7/9.5 pibase $_POST not available?
i am reworking some old typo3 project extensions. the problem is we have to stay on that pibase structure as it is supported by core anyway. so that extension does some simple CRUD operations, in my case an insert based on submitted values via…

netzding
- 772
- 4
- 21