Page 2 of 2

Re: Customizations Needed Please

Posted: Fri May 13, 2005 3:03 pm
by garvinhicking
Use this SQL for every entryID:

Code: Select all

INSERT into serendipity_entryproperties(entryid, property, value) VALUES (4711, 'ep_access', 'member');
And yes, you can set up virtualhosts. Just use this in the virtualhost container:

Code: Select all

DirectoryIndex serendipity_admin.php index.php
You can also try to insert this directive/code immediately inside a .htaccess file of your serendipity directory.

Regards,
Garvin

It's not changing to Myself / Co-Authors

Posted: Mon May 16, 2005 8:30 am
by rahulmunjal
Whenever i edit and entry and then edit extended options.... it displays that it has changed.
But when we again edit the ehtry, it again displays the original value that we selected.

Is it happening at your end too ?

Waiting for your reply.........

Regards,
Rahul

Customizations Needed Please

Posted: Mon May 16, 2005 8:38 am
by rahulmunjal
Warning: Invalid argument supplied for foreach() in D:\Apache Group\Apache2\htdocs\serendipity\plugins\serendipity_event_sidebarhider\serendipity_event_sidebarhider.php on line 389

Also, this is the error when we click on
Save Changes to Layout

under Manage Sidebar Visibility !!

And the data is not stored. Please suggest me what to do regarding that too.....

Regards,
Rahul

Customizations Needed Please

Posted: Mon May 16, 2005 11:32 am
by rahulmunjal
Whenever i edit and entry and then edit extended options.... it displays that it has changed.
But when we again edit the ehtry, it again displays the original value that we selected.
Please ignore it. There was some inconsistency that i solved.

But a good thing that i came up with is that if a BLOG Entry is very large... then even if we select it only to be displayed to co-authors, still its getting displayed to everyone. I know technically it doesn't sounds ok. But its happening. Whenever i cut short it, its functioning well. But if i make it again huge, say 11 pages large in IE... it starts getting displayed. :cry:


Please if possible, check it out.

Regards,
Rahul

Re: Customizations Needed Please

Posted: Mon May 16, 2005 7:17 pm
by garvinhicking
This really cannot be technically :)

Check your serendipity_entryproperties table and see if for that large entryid the "ep_access" property is set to "member" properly?

I suspect that when saving a large entry your PHP stalls and serendipity cannot insert the entrypropeties...

Regards,
Garvin