registration
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: re
# 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/
# 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
Tell me what you tried already. The two FAQ links describe how it can be done.
Regards,
Garvin
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/
# 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
ok i tried the faq http://www.s9y.org/11.html#A18
and i put the code.
adn this is what it looks like
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.
and i put the code.
Code: Select all
<?php
chmod('public_html/serendipity_config_local.inc.php', 0777);
?>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>
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: re
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
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/
# 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
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/
# 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
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
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/
# 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
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
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/
# 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/
Re: re
Now you have 2 ways: You use the forum search (is cheaper) or you wait until you can buy something for garvinHumanX wrote:cmmni cant give you the thing on the wishlist. iam just 15:p
But please help me how to change the permision
Little Tip: search for chmod and php
-
Guest
Re: re
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
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
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!
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:
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
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/
# 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/