Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Admin User getting logout when clicked on publisher tab

Status Resolved
Add-on / Version Publisher
Severity Critical
EE Version 31

Demotesting

Jun 25, 2013

My site is under development
I purchased publisher addon yesterday

I have configured plugin as per your instructions on site.
But when admin user logs in for content approval. when admin clicks the content heading in publisher tab on homepage for approval. admin user automatically gets logout.

please help

#1

BoldMinded (Brian)

What is the actual URL value of that link? And what is the URL of your CP when you’re logged in?

#2

Demotesting

Content for Approval Link URL http://vanilladirect.com/vanilla/index.php?D=cp&C=content_publish&M=entry_form&channel_id=1&entry_id=5&status=draft

CP URL http://vanilladirect.com/vanilla/index.php?S=b82f92b823e22e3625c6e51120db6038&D=cp

#3

Demotesting

we are using virtualhost with local setup. you wont be able to access above url 😊

#4

BoldMinded (Brian)

Which version of Publisher are you using?

#5

Demotesting

Current Version: 0.98.8

#6

BoldMinded (Brian)

Can you open up the models/publisher_approval_entry.php file and go to line 97 and you should see this:

$this->link_params[‘status’] = PUBLISHER_STATUS_DRAFT;

Change it to this:

$this->link_params[‘publisher_status’] = PUBLISHER_STATUS_DRAFT;

Does it work then?

#7

Demotesting

Hi, Above problem didnt resolved by your fix please help also When i install your plugin i cant see frontend of my site giving frontend Server 500 error. i tried your fix for that on git https://gist.github.com/litzinger/5718707

And if i uninstall your addon everything is working fine.

FYI i am using Expression Engine 2.6.1 with Multisite Addon

Please help as soon as possible

#8

BoldMinded (Brian)

Take a look at the instructions here: https://gist.github.com/litzinger/5598641

It should reveal a PHP error after updating those debug items. If not, then you’ll need to update this ticket and provide FTP info so I can take a look.

#9

Demotesting

Mate i am still having this problem

when admin user logs in for content approval. when admin clicks the content heading in publisher tab on homepage for approval. admin user automatically gets logout.

Please help

#10

Brian Litzinger

I was able to replicate it locally when my cp_url setting was incorrect. Double check that your config.php file has the cp_url value set correctly.

#11

Demotesting

cp_url is set correctly that’s why i am able to login to CP and do other stuff.. lol

FYI - I have managed to solve white screen problem only problem i am facing now is logout one.

when admin user logs in for content approval. when admin clicks the content heading in publisher tab on homepage for approval. admin user automatically gets logout.

#12

Demotesting

i have already tried this

$this->link_params[‘status’] = PUBLISHER_STATUS_DRAFT;

Change it to this:

$this->link_params[‘publisher_status’] = PUBLISHER_STATUS_DRAFT;

Still having same issue

#13

Brian Litzinger

I need FTP and CP access to look into this further. I can’t replicate it locally.

#14

Brian Litzinger

Also, the cp_url can be set incorrectly and you can still login to the CP. I tested it.

#15

Demotesting

mate can you access my PC via Team Viewer, so you can operate my PC? it would be very helpful if you do so.

#16

BoldMinded (Brian)

Fixed for 1.0.2

Login to reply