Posts: 3
Threads: 1
Joined: Apr 2012
Hello everyone
I was trying to put my css website into a getsimple cms. I'm following a tutorial to do this but when everything was done (changing the template.php) and after I had to login into the admin panel I got a white page.
So I thought I did everything right and I started to look for a solution. Then I started my Get simple cms in debug mode and I got the following Error.
Warning: copy(/var/www/vhosts/nielsjansen.be/httpdocs/test/admin/loadext.php): failed to open stream: Permission denied in /var/www/vhosts/nielsjansen.be/httpdocs/test/plugins/i18n_common/common.php on line 62
Has this error anything to do with the white page?
Thanks
Posts: 2,928
Threads: 195
Joined: Feb 2011
what is the healt-check saying`? You find it in support : server health check
everything ok?
One way to find the reason:
de-activate all plugins and check if everything is ok without plugins
then install one plugin after the other
Posts: 1,204
Threads: 30
Joined: Jun 2010
Try to reupload all 18n plugins you have installed before problems arrived.
You can also delete them temporarily for testing purposes.
Addons: blue business theme, Online Visitors, Notepad
Posts: 3
Threads: 1
Joined: Apr 2012
2012-04-06, 00:50:57
(This post was last modified: 2012-04-06, 00:55:21 by dunyomoyo.)
Connie Wrote:what is the healt-check saying`? You find it in support : server health check
everything ok?
One way to find the reason:
de-activate all plugins and check if everything is ok without plugins
then install one plugin after the other
Thanks for the answer Connie. I checked the health status and everything there is green, so it means it is ok.
I have tried to disable all the plugins and then I got one error left. I forgot a " ; " in the php code. Then I reactivated all the plugins again, one by one, and my screen isn't white anymore BUT i still got an error in one of the plugings.
warning: copy(/var/www/vhosts/nielsjansen.be/httpdocs/test/admin/loadext.php): failed to open stream: Permission denied in /var/www/vhosts/nielsjansen.be/httpdocs/test/plugins/i18n_common/common.php on line 62
Posts: 21
Threads: 4
Joined: Jan 2012
Niels89 Wrote:Connie Wrote:what is the healt-check saying`? You find it in support : server health check
everything ok?
One way to find the reason:
de-activate all plugins and check if everything is ok without plugins
then install one plugin after the other
Thanks for the answer Connie. I checked the health status and everything there is green, so it means it is ok.
I have tried to disable all the plugins and then I got one error left. I forgot a " ; " in the php code. Then I reactivated all the plugins again, one by one, and my screen isn't white anymore BUT i still got an error in one of the plugings.
warning: copy(/var/www/vhosts/nielsjansen.be/httpdocs/test/admin/loadext.php): failed to open stream: Permission denied in /var/www/vhosts/nielsjansen.be/httpdocs/test/plugins/i18n_common/common.php on line 62
The permission denied is because of the permission settings set on the file. PHP can't access it. are you running this on a server somewhere or locally? If its local, what operating system do you have?
www.ericwooley.com
5wooley4@gmail.com - Let me know if you need any help with any of my plugins, or just help in general. I'll always help if i can.
Beware, Im just a drunken college student. I may throw up at any time.
Posts: 3
Threads: 1
Joined: Apr 2012
5wooley4 Wrote:Niels89 Wrote:Connie Wrote:what is the healt-check saying`? You find it in support : server health check
everything ok?
One way to find the reason:
de-activate all plugins and check if everything is ok without plugins
then install one plugin after the other
Thanks for the answer Connie. I checked the health status and everything there is green, so it means it is ok.
I have tried to disable all the plugins and then I got one error left. I forgot a " ; " in the php code. Then I reactivated all the plugins again, one by one, and my screen isn't white anymore BUT i still got an error in one of the plugings.
warning: copy(/var/www/vhosts/nielsjansen.be/httpdocs/test/admin/loadext.php): failed to open stream: Permission denied in /var/www/vhosts/nielsjansen.be/httpdocs/test/plugins/i18n_common/common.php on line 62
The permission denied is because of the permission settings set on the file. PHP can't access it. are you running this on a server somewhere or locally? If its local, what operating system do you have?
Hello 5wooley4, thanks for the answer. I'm running this website/file on a server. I'm going to try to run this website locally under a Mac OSX lion based operating system.
Thanks for your answer