Page 1 of 1

split long entry doesn't split long entry

Posted: Wed Feb 16, 2005 5:53 am
by gaw
Downloaded and installed the "Split Long Entries" plugin, inserted the <!--nextpage--> tag in both the extended and body text. The entry is still displayed at full length.

I'm using version .8, the entry I'm trying to split is at
http://unitelater.com/s9y/index.php?/ar ... ensed.html

What am I doing wrong?

Re: split long entry doesn't split long entry

Posted: Wed Feb 16, 2005 11:50 am
by garvinhicking
The plugin works here at my latest CVS installation.

Are you using the latest version of it, together with the latest version of 0.8-alpha11?

There were changes to the plugin about a week ago which were needed to make the plugin properly work if the extended entry properties plugin is enabled. If you have the extended entry properties plugin enabled, then that's the reason why it doesn't work for you and you either need to disable the plugin or upgrade to latest CVS versions of serendipity and the plugin...

I'm sorry for your inconvenience...

Regards,
Garvin

Posted: Wed Feb 16, 2005 6:30 pm
by gaw
I'm using the latest cvs (v1.4, datedt 2/9/05) of the plugin as well as the today's snapshot of s9y.

Still no sub-pages.

I've got a bunch of plugins enabled, but none of them are called "extended properties". Could it be one of the others I'm running?

EVENT PLUGINS-
Markup BBCode
Markup Emoticate
Markup NL2BR
Spam Protector
Fix Common XHTML Errors
Statistics
Highlight Search Queries
Browser Compatibility
Markup Track Exits
Template Chooser
Content Rewriter
Links to next/previous
Split Long Entries
Layout: Quote-Markup

Posted: Thu Feb 17, 2005 3:27 am
by gaw
OK, now this is different... I uninstalled the quote markup and the next/previous plugins. Now when the page split plugin is installed I get this message:

Fatal error: Call to undefined function: getfieldreference() in /mypath/s9y/plugins/serendipity_event_entrysplit/serendipity_event_entrysplit.php on line 106

Posted: Thu Feb 17, 2005 5:18 am
by gaw
I'm such a doofus... :oops: I had reinstalled the old CVS, not today's. Splitting long entry plugin thingy works perfectly now. :D

Posted: Thu Feb 17, 2005 11:17 am
by garvinhicking
Hehe - so sorry for all the confusion, but great to hear that it's working now. :)

Have fun,
Garvin

Posted: Sun Mar 20, 2005 7:08 pm
by Trench
When using the split page plugin with 0.8-beta4 when I click on the second page it takes me back to the main blog page.

http://test.thetrenchcoat.com/archives/ ... -page.html

Posted: Mon Mar 21, 2005 11:05 am
by garvinhicking
Trench:

It seems either your Apache or PHP is broken. Look at the link to your page 4:

Code: Select all

http://test.thetrenchcoat.com/index.php?archives1234-Testing-split-page.html&serendipity[entrypage]=2
but obiously this should read:

Code: Select all

http://test.thetrenchcoat.com/index.php?/archives/1234-Testing-split-page.html&serendipity[entrypage]=2
(note the two extra slashes). Serendipity gets the URL via 'serendipity_currentURL' in include/functions.inc.php. There we use the PHP function parseURL() which should return the correct statement. I have no single clue why it strips the '/' for you.

Please tell me your webserver/OS/PHP setup, which event+sidebar plugins you are using, which template you are using and if you made any modifications to any of the files.

Also make sure you're using CVS revision '1.5' of the entrysplit plugin.

Regards,
Garvin

Posted: Tue May 10, 2005 1:59 am
by Hathor
I'm having the same problem as the original poster. It's just not splitting the entries.

I got v. 1.6 of the plug-in from the CVS, and I'm using 8.0 (the latest stable download). My installed plug-in list is:

Markup: Serendipity
Markup: Emoticate
Markup: NL2BR
Browser Compatibility
Spam Protector
Announce entries
Custom Permalinks for Entries
Spartacus
Amazon Media Button
e-Mail Entry
Typeset Buttons
Split long entries
Link List
HTML Validator
Extended properties for entries
Links to next/previous entry
Static Page (Blog Stuff - Cool Tools)
Static Page (prsearch)
Static Page (futurepr)
Fix common XHTML errors
Creative Commons License
Highlight search queries
Tagging of entries
HTML Link Metatags
e-Mail Entry

Posted: Tue May 10, 2005 12:50 pm
by garvinhicking
Hathor: The "Entry Properties" or "Links to next/previous entry" plugins may interfer in your installation. Put the "split entries" plugin as last plugin in the queue?

Regards,
Garvin

Posted: Tue May 10, 2005 4:48 pm
by Hathor
Oh, wait. I just realized that if I click to the entry itself, it IS split. It's just on the front page that it doesn't split. Is that how it's supposed to work?

Posted: Tue May 10, 2005 6:02 pm
by garvinhicking
Hathor, yes that's right. The entrypsplit function only works on the extended entry area.

Regards,
Garvin

Posted: Tue May 10, 2005 9:06 pm
by Hathor
Gotcha. All is well, then. :)