Problem with AddToAny Share Buttons
-
I created a code snippet with the following code, modified with my URL
function addtoany_add_follow_services( $services ) { $services['viber'] = array( 'name' => 'Viber', 'icon' => 'viber', 'color' => '7C529E', 'href' => 'https://chats.viber.com/${id}', ); return $services; } add_filter( 'A2A_FOLLOW_services', 'addtoany_add_follow_services', 10, 1 );' And the result was a white page with the error <blockquote>
Don’t Panic
The code snippet you are trying to save produced a fatal error on line 73:is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/var/www/frankf/data:.:/usr/local/stat)
The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before.Please use the back button in your browser to return to the previous page and try to fix the code error. If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site.`
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Problem with AddToAny Share Buttons’ is closed to new replies.