saish_neugi
Forum Replies Created
-
Hello,
The plugin worked after i included the following code in my wp-config.php
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0);
I checked my log file and it has this error :
PHP Warning: file_exists(): open_basedir restriction in effect. File(C:\Inetpub\vhosts\mydomain.com\httpdocs\beta/wp-content/plugins/https://mydomain.com/beta/wp-admin/post-new.php) is not within the allowed path(s): (C:/Inetpub/vhosts/mydomain.com\;C:\Windows\Temp\) in C:\Inetpub\vhosts\mydomain.com\httpdocs\beta\wp-admin\menu-header.php on line 197This warning gets updated whenever i visit any of the page related to Business Directory plugin either on admin side or frontend.
I have dropped a message on the link which you provided but no replies yet.
Hello,
I contacted my web administrator regarding my server and i found that its a dedicated server and not shared. So i don’t think the internal server error would be because of that.Thank you for the reply. Probably the problem is with my hosting as you said. Coz i have tried the first step before that is disabling the plugins and theme.
Forum: Themes and Templates
In reply to: [BresponZive] BresponZive home page sliderHello sellosaki,
Is your query solved. If yes than please tell me what you did. I am feeling dumb at this moment.Forum: Plugins
In reply to: [BuddyPress Cover] CSS files not loading on some Buddypress pagesHello @aghajoon,
Have you managed to fix that issue. For time being i had to call my css twice, i.e. one the default call from your bp-cover.php and another i had to call in my themes functions.php. But as you know its a bad practice, i want that only one call to do the thing for me.
Forum: Plugins
In reply to: [BuddyPress Default Cover Photo] Plugin doesnt work on certain pagesHello @seventhqueen,
I actually managed to fix it later. The css file which was included in bp-cover.php was not loading on certain pages so i than changed its hook to wp_footer and it all worked fine. thanx for repying anyways ??
Forum: Plugins
In reply to: [Plugin Organizer] Buddypress members pages?Hello #mcpeanut, How to deal with such cases. You guyz didnt posted the exact solution how that needs to be handled. What links to enter in permalink field so that my plugin remains disabled for all the users.