Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal errors while getting metadata #7

Open
melindakraft opened this issue Jun 7, 2024 · 0 comments
Open

Fatal errors while getting metadata #7

melindakraft opened this issue Jun 7, 2024 · 0 comments

Comments

@melindakraft
Copy link

I am trying to export a large list of content from our KMC. It seems to be failing during the get metadata process, and while the error claims that there is a deprecated simplexml_load_string, I think it has more to do with the size of the dataset because it runs fine with a small dataset. Here's the error from terminal - running on Mac 14.5 and php 8.3.1

Getting metadata for the entries...
Getting metadata: 94251 entries of 171000 total entries...PHP Deprecated: simplexml_load_string(): Passing null to parameter #1 ($data) of type string is deprecated in /Users/makraft/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php on line 306

Deprecated: simplexml_load_string(): Passing null to parameter #1 ($data) of type string is deprecated in /Users/xxx/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php on line 306
PHP Fatal error: Uncaught Error: Call to a member function children() on false in /Users/xxxx/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php:307
Stack trace:
#0 /Users/makraft/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php(629): KalturaContentAnalytics->run()
#1 {main}
thrown in /Users/xxxx/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php on line 307

Fatal error: Uncaught Error: Call to a member function children() on false in /Users/xxxx/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php:307
Stack trace:
#0 /Users/xxxx/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php(629): KalturaContentAnalytics->run()
#1 {main}
thrown in /Users/xxxx/Downloads/Kaltura-Library-Export-Excel-master 3/accountdump.php on line 307
makraft@m-c02fr3w4md6m Kaltura-Library-Export-Excel-master 3 %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant