registration

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: re

Post by garvinhicking »

# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
HumanX

re

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: re

Post by garvinhicking »

Tell me what you tried already. The two FAQ links describe how it can be done.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
HumanX

re

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: re

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
HumanX

re

Post by HumanX »

yes i called it fixperm.php
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: re

Post 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);
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: re

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
HumanX

re

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: re

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
HumanX

re

Post 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
falk
Regular
Posts: 512
Joined: Tue Sep 27, 2005 10:16 am
Location: DD
Contact:

Re: re

Post 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 ;-)
Guest

Re: re

Post 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
fstybrat

Post 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!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply