avenidacataluna
Forum Replies Created
-
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Panel Not show (?css file not found?)ok, thks
I’m fighting with my “production” wordpress: an old release (3.0.1.), and your plugin don’t run:
load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available
I must update to 3.4.2 but I have fear…
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Panel Not show (?css file not found?)here, a quick “solution”:
include(ABSPATH .”..”. $parsed_url[‘path’]);
: D
sorry.
I hope I have been helpful
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Panel Not show (?css file not found?)The error it’s here !
with this change the plugin runs ok:
file: schemeable-sliding-panel
static function process_file( $arg1 ) {
global $wp_query;
if( isset( $wp_query->query_vars[‘process-file’] )) {
$parsed_url = parse_url($wp_query->query_vars[‘process-file’]) ;
include(“c:/xampp/htdocs/”. $parsed_url[‘path’]);
exit();
}
}see the “include” sentence.
now i’m searching a function for get the correct url.
: )
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Panel Not show (?css file not found?)uummm… see this:
Link:
output:
<b>Warning</b>: include(C:\xampp\htdocs\wordpress//wordpress/wp-content/plugins/schemeable-sliding-panel/css/slide.css.php): failed to open stream: No such file or directory in <b>C:\xampp\htdocs\wordpress\wp-content\plugins\schemeable-sliding-panel\schemeable-sliding-panel.php</b> on line <b>148</b>
<b>Warning</b>: include(): Failed opening ‘C:\xampp\htdocs\wordpress//wordpress/wp-content/plugins/schemeable-sliding-panel/css/slide.css.php’ for inclusion (include_path=’.;C:\xampp\php\PEAR’) in <b>C:\xampp\htdocs\wordpress\wp-content\plugins\schemeable-sliding-panel\schemeable-sliding-panel.php</b> on line <b>148</b>
The path:
C:\xampp\htdocs\wordpress//wordpress/wp-content/plugins/schemeable-sliding-panel/css/slide.css.php
Must be?
C:\xampp\htdocs\wordpress\wp-content\plugins\schemeable-sliding-panel\css\slide.css.php
? I think it’s not generating the css file ?
!?
Forum: Plugins
In reply to: [Schemeable Sliding Panel] Panel Not show (?css file not found?)thks for your quick answer. : )
The version it’s 1.1a (ok)
Permissions folder uploads 777 (ok)You can see the output:
https://www.saracosta.com/fallo.JPG
The slide, close and open ok.