GetSimple Support Forum

Full Version: Error Plugin with Theming CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Try to reupload all 18n plugins you have installed before problems arrived.
You can also delete them temporarily for testing purposes.
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
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?
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