Forums / Install & configuration / users stay in the admin pending list
Marko Faber
Tuesday 06 June 2006 1:05:45 pm
My users aren't automatically being added to the Guest Accounts group, they are instead sent to the collaboration list because i added the section user to the standard workflow. If i approve, they are added to the Admin's pending list. Why? I want them to be added to the Guest accounts after i approved.What do i have to do to make them published.
If i look into the collaboration list, there is written: "The Object *** was approved." And if i open that object, there is written: "The Object *** was approved and will be published as soon as the publishing-workflow will go on."(I translated it from german, so maby the sentence is wrong!!)
I don't undestand that!
Kristof Coomans
Tuesday 06 June 2006 11:19:42 pm
Hi Marko
You need to run the cronjobs script (or at least the workflow cronjob).
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Wednesday 07 June 2006 3:50:31 am
yes, it works, but... i get the output: check-http://ez.no valid check-http://www.ingog.org validcheck-www.ewb-germany.de/index.php/ingog/regionalgruppen/berlin invalid
any idea?
Wednesday 07 June 2006 4:12:30 am
That's the output of the linkcheck cronjob script.
Take a look at the configuration settings in cronjob.ini.
Wednesday 07 June 2006 5:37:21 am
Ahh,
and where can i find that file?
I saw that invalid in the line "check-www.ewb-germany.de/index.php/ingog/regionalgruppen/berlin invalid"Invalid doesn't sound nice. What does invalid mean?
Wednesday 07 June 2006 7:41:30 am
You will find it in the settings directory, but you should make an override for it in settings/override. Please read the documentation pages about the configuration model ( http://ez.no/doc/ez_publish/technical_manual/3_8/concepts_and_basics/configuration ).
Invalid means that it couldn't retrieve the webpage. But I guess you get that because you didn't prepend http://
Good luck!