Page 2 of 4

Re: re

Posted: Mon Dec 12, 2005 5:10 pm
by garvinhicking

re

Posted: Tue Dec 13, 2005 3:33 pm
by HumanX
i want to change the chmodd of the folder serendipity_plugin_adduser
in 0777 so i can rewrith the common.inc.php but still i cant rewrith it and the 0777 of the folder doesnt stay.

Re: re

Posted: Tue Dec 13, 2005 4:14 pm
by garvinhicking
Tell me what you tried already. The two FAQ links describe how it can be done.

Regards,
Garvin

re

Posted: Tue Dec 13, 2005 5:02 pm
by HumanX
ok i tried the faq http://www.s9y.org/11.html#A18

and i put the code.

Code: Select all

<?php
chmod('public_html/serendipity_config_local.inc.php', 0777);
?>
adn this is what it looks like

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<?php
chmod('public_html/serendipity_config_local.inc.php', 0777);
?>

</body>
</html>
and still it doesnt works to overwrith the file and i tried to open the serendipity_config_local.inc.php' and still it says permision denied.

Re: re

Posted: Tue Dec 13, 2005 5:04 pm
by garvinhicking
Well, with what name did you save your file you pasted here?

The FAQ says to save the file as "fixperm.php". You did name that file like this, and not "fixperm.php.html" or so, right?

Come on, show some self-initiative here, give us more and detailed information what you did...

Regards,
Garvin

re

Posted: Tue Dec 13, 2005 8:40 pm
by HumanX
yes i called it fixperm.php

Re: re

Posted: Tue Dec 13, 2005 8:42 pm
by garvinhicking
I guess you did not specify the right path to your serendipity_config_local.inc.php. You must specify the full absolute path. Or put the fix inside the same directory as the config file and change the code to

Code: Select all

chmod('serendipity_config_local.inc.php', 0777);

Re: re

Posted: Tue Dec 13, 2005 8:52 pm
by garvinhicking
HumanX, of course you don't want to change the permissions of the local.inc.php file, I just rethought. You want to change a different directory and a different file. The adduser directory, to be exact.

Come on, I bet you are able to perform that abstraction to know how to modify your fixperm.php script! Show a bit of motivation and brain work! :-))

Regards,
Garvin

re

Posted: Wed Dec 14, 2005 4:57 pm
by HumanX
can u help me bcecasue those faq link dont help because i still cant get over the permision of the folder serendipity_pluggin_adduser. and if i changed the chmodd of that map in to 777 it doenst stands. how can i put the common.inc.php still in de folder

Re: re

Posted: Wed Dec 14, 2005 5:02 pm
by garvinhicking
I can help you, if you get me something from my amazon wishlist in turn for my time. If you want to do that, send me a private mail with your FTP account data.

Best regards,
Garvin

re

Posted: Wed Dec 14, 2005 9:47 pm
by HumanX
cmmn :o i cant give you the thing on the wishlist. iam just 15:p

But please help me how to change the permision

Re: re

Posted: Thu Dec 15, 2005 9:12 am
by falk
HumanX wrote:cmmn :o i cant give you the thing on the wishlist. iam just 15:p

But please help me how to change the permision
Now you have 2 ways: You use the forum search (is cheaper) or you wait until you can buy something for garvin ;-).

Little Tip: search for chmod and php ;-)

Re: re

Posted: Thu Dec 15, 2005 11:36 am
by Guest
HumanX: I'm really sorry, I gave you all the free help I can offer. Everything you need is right there in front of your eyes.

Either get yourself together and show some initiative, or you must pay others for you to do the job. It's up to you, you could do it yourself with just a little of transfer work.

Best regards,
Garvin

Posted: Wed Jan 04, 2006 3:26 am
by fstybrat
Sorry to bring this up since it is nearly a month old.. but it is a similar situation that I am having. Can you help?

I installed the event & sidebar plugins for "user self registration" (www.hiddenshadows.com/journal) the fields to register are there. I have had a couple people register fine & not report any problems- I have had others say they are not getting the email. I am GUESSING it is the format of their password (must include letters & #'s??)

HOWEVER...

I registered for an account to see what is happenening & when I click on the link in my email (http://www.hiddenshadows.com/journal/in ... 72#adduser) I get the error:

The account could not be enabled. Maybe you copied the wrong URL from your activation email?

& if you scroll all the way to the bottom of the screen it gives a warning:

Warning: Cannot use a scalar value as an array in /home/content/h/i/d/hiddenshadows/html/journal/plugins/serendipity_plugin_adduser/serendipity_event_adduser.php on line 114

Now when I look through my installed plugins I do NOT see the adduser plugin installed nor an option of available plugins. What am I over looking??

Thanks in advance!

Posted: Wed Jan 04, 2006 8:07 pm
by garvinhicking
Can you tell me which version of the adduser plugin you are using? (You can see it on your plugin configuration panel)

And please also tell me which other event plugins you have loaded.

Did you install the 0.9.1 serendipity version from scratch, or did you perform any update?

Regards,
garvin