| Poster |
Topic |
deftbonz
|
Problems after changing Hosting Partner |
|
20.12.2005 17:50
Hi guys
As a satisfied (never had andy issues) user of phpWebEd for 2 years I changed my hosting partner.
Since then I can't log in the editor. The editor start page works, but after typing in the user and pw phpWebEd doesn't load anymore the webpage for editing.
What have I forgotten? What do I have to change/do?
Thanks in advance, Murat |
Wazzo
|
Re: Problems after changing Hosting Partner |
|
25.01.2006 10:30
I have the same problem.
I'm using the same hosting company, same stuff installed.
If I run the setup, i put the server info etc in and it just reloads the same page without user and passwords.
I can't see a reason or a solution to this prob, I think I may have to look at using something else. |
deftbonz
|
Re: Problems after changing Hosting Partner |
|
25.01.2006 13:55
I could solve this problem. Make sure that you have enabled "Register Globals" and maybe "Magic Quotes" within PHP. If you do that globally, you might have security issues if you more than one webpages running on one server, though I don't know how big they can be. Then you can make a ".htaccess" file with just this line:
php_value register_globals 1
Put this file into the folder where you need the this, or just put it into the highest folder, then you'll get automatically the parameter enabled for all subfolders. |
Wazzo
|
Re: Problems after changing Hosting Partner |
|
25.01.2006 14:49
|
Wazzo
|
Re: Problems after changing Hosting Partner |
|
25.01.2006 14:51
I tried, and now I get "500 internal server error" |
deftbonz
|
Re: Problems after changing Hosting Partner |
|
25.01.2006 17:58
Have you done this too:
Set the permissions rw-rw-rw- (666) to the files "config.inc.php", "logins.txt" and all files within "contents". The "contents" directory must have the permission rwxrwxrwx (777) |
Wazzo
|
Re: Problems after changing Hosting Partner |
|
01.02.2006 13:08
I've tryed everything, no dice.
I got onto the hosting support, and they said there is no difference between accounts.
It just won't write to the file, I'm 100% sure all info (server paths etc) is correct. |
deftbonz
|
Re: Problems after changing Hosting Partner |
|
01.02.2006 14:30
Then I can't help you any further buddy. Sorry. |
Wazzo
|
Re: Problems after changing Hosting Partner |
|
02.02.2006 06:01
well, it turns out they WAS differences in the account (even though they said there wasn't) Anyway, they changed it and now I have a php.ini file so everything is cool.
Thanks for your help (and sorry for hijacking your thread a bit...)
Cheers,
Wazzo |
deftbonz
|
Re: Problems after changing Hosting Partner |
|
02.02.2006 07:57
I'm fine with that. As long as everybody is helped |