Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E Entity
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • quarxConnect.de
  • Entity
  • Issues
  • #8

Closed
Open
Created Dec 26, 2021 by Oliver Ohnesorge@ollyReporter

Object of class quarxConnect\Entity\IO\Text could not be converted to string

Fatal error: Uncaught Error: Object of class quarxConnect\Entity\IO\Text could not be converted to string in qc/qcEntity/src/IO/Text.php:646

$entityData .= wordwrap ($$this->writeToString ($entityProperty), 75, "\r\n ", true) . "\r\n";

needs to be

$entityData .= wordwrap ($this->writeToString ($entityProperty), 75, "\r\n ", true) . "\r\n";

https://gitlab.quarxconnect.de/quarxconnect.de/qcEntity/-/blob/main/src/IO/Text.php#L646

Edited Dec 26, 2021 by Oliver Ohnesorge
Assignee
Assign to
Time tracking