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

I can't merge any discussion. #6

Open
tolgaaaltas opened this issue Aug 28, 2019 · 2 comments
Open

I can't merge any discussion. #6

tolgaaaltas opened this issue Aug 28, 2019 · 2 comments

Comments

@tolgaaaltas
Copy link

I've got this error message when i try merge any discussion. (I tried with three methods of FoF-Transliterator)

[Sun Aug 25 22:35:50.619072 2019] [php7:notice] [pid 21349] [client 66.249.76.87:60547] PHP Notice: Undefined index: id in /home/zincirsiz/web/XinXirsiX.XeX/public_html/storage/views/64bf5edd6d58f570ff2964ba03dadb35f88cf2dd.php on line 17

And here it is the code in that file:
`'; ?>

<title><![CDATA[<?php echo $title; ?>]]></title>
<subtitle><![CDATA[<?php echo $description; ?>]]></subtitle>
<link href="<?php echo e($self_link); ?>" rel="self" />
<link href="<?php echo e($link); ?>" />
<id><![CDATA[<?php echo $link; ?>]]></id>
<updated><?php echo e($pubDate->format(DateTime::ATOM)); ?></updated>

<?php $__currentLoopData = $entries; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $entry): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<entry>
    <title><![CDATA[<?php echo $entry['title']; ?>]]></title>
    <link rel="alternate" type="text/html" href="<?php echo e($entry['permalink']); ?>"/>
    <id><?php echo e($entry['id'] or $entry['permalink']); ?></id>
    <updated><?php echo e($entry['pubdate']->format(DateTime::ATOM)); ?></updated>
    <summary><![CDATA[<?php echo $entry['description']; ?>]]></summary>
    <content type="html"><![CDATA[<?php echo $entry['content'] or $entry['description']; ?>]]></content>
    <author>
        <name><?php echo e($entry['author']); ?></name>
    </author>
</entry>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

`

@dsevillamartin
Copy link
Member

Duplicate of #5.

@dsevillamartin
Copy link
Member

Not a duplicate 🤦‍♂.

I'll keep this open so that at some point we look at why the extension doesn't work with Syndication.

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

No branches or pull requests

2 participants