i0n1ca
Forum Replies Created
-
Super. A?tept noua versiune ??
Mersi,
ionic?Aici ai un link cu poza de pe site-ul meu care indic? eroarea de mai sus.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileHello Rolf,
Already tried when I was using CDN Linker. Nothing changed, errors were generated after that.
I will try now again. Created an empty file called feed-sitemap-pt.php in views folder.
I am waiting now to see if any errors are generated.
Thanks.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileHello Rolf,
I have disabled CDN Linker and linked all upload/plugins/themes folder to default value for wordpress.
The issue with feed-sitemap-pt.php still occures. Any estimate for a fix? Can you provide me a manual fix?
Cheers,
ionicaForum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileYes, the error does come from this plugin but only if a non-existant sitemap is requested. Someone or something must be trying to access the address /sitemap-pt.xml which causes this plugin to try and load a template with the name feed-sitemap-pt.php (which also does not exist). The issue will be addressed in the next version.
Hello Rolf,
Do you know aproximatively when the new release will be out? Or can I do a manual fix for this error in order to don’t have any errors generated in logs?
Thanks.
- This reply was modified 2 years, 7 months ago by i0n1ca.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileI used to have /wp-content folder to another host, now I am planning to change my theme and move again /wp-content to another host. I don’t want to go again through changing all the image links in database.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileYes, you’re right ??
At the begining I have put /wp-admin and /wp-content and /wp-includes to a subdomain called cdn, now I have only wp-content. Yes, CDN Linker can help you use images, plugins, themes any wordpress content from another subdomain or another host.
As you know a subdomain only offers you a directory in the root of your hosting. The CDN Linker points to a different location setup in settings and in wp-config from
www.isay.ro/cdn/wp-content
tocdn.isay.ro/wp-content
. I think he rewrites the path.- This reply was modified 2 years, 10 months ago by i0n1ca.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileI don’t have any other xml plugin for sitemap, that’s strange. The error appeared only after installing your plugin because it points to views folder inside xml-sitemap-feed.
In the error_log file beside sitemap-pt.xml I have this line
/public_html/wp-includes/template.php on line 770
This belongs to wordpress core files in /wp-includes/:
if ( $require_once ) { require_once $_template_file; } else { require $_template_file;
Line 770 points to require_once $_template_file; maybe this will help you.
Yes, WP_CONTENT_DIR / URL and WP_PLUGIN_DIR / URL are already setup in wp-config years ago when CDN linker was installed by me.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileI have fixed the stylesheet by adding /cdn in front of wp_make_link_relative in controllers/functions.shared.php on line 54
echo '<?xml-stylesheet type="text/xsl" href="/cdn' . wp_make_link_relative( $url ) . '?ver=' . XMLSF_VERSION . '"?>' . PHP_EOL;
I have tried to put xls files from assets folder into theme folder but I keep getting errors. Why it is keep trying to run a file called feed-sitemap-pt.php that doesn exist?
/xml-sitemap-feed/views/feed-sitemap-pt.php
No such file or directoryForum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileI have copied inside xls files from assets directory into the root of the theme. I hope this will solve the php fatal error and no logs will be generated.
Regarding the first problem, I will dig more maybe I can find a solution. For now, the manual copy of the assets directory solved the stylesheet problem. If needed, I will do it manualy everytime you update the plugin but my concern now is to get rid of the error_log with feed-sitemap-pt.php that doesn’t exists.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileNow, I can see in error_log that is trying to execute file feed-sitemap-pt.php which does not exists in views folder.
[25-Jan-2022 12:55:18 UTC] PHP Warning: require_once(/public_html/cdn/wp-content/plugins/xml-sitemap-feed/views/feed-sitemap-pt.php): failed to open stream: No such file or directory in /public_html/wp-includes/template.php on line 770 [25-Jan-2022 12:55:18 UTC] PHP Fatal error: require_once(): Failed opening required '/public_html/cdn/wp-content/plugins/xml-sitemap-feed/views/feed-sitemap-pt.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /public_html/wp-includes/template.php on line 770
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileI did a workaround and copied “assets” folder from /cdn/wp-content/plugins to /wp-content folder that is empty and created folders to right path of the styelsheet /wp-content/plugins/xml-sitemap-feed/assets. Now it is working and stylesheet is loaded.
But this has to be made everytime you update the plugin and I have to copy the assets directory from a location cdn to wp-content.
Forum: Plugins
In reply to: [XML Sitemap & Google News] White page with wrong xsl fileHi Rolf,
I can’t exclude only one directory. I don’t know why the function mentioned by you does not get the right wp-content DIR because it is set in wp-config file for content, plugins and themes. Other plugins are corectly setup with the path of cdn.isay.ro/wp-content/…
Do you know any workaround that I can apply? ??
Or should I leave it like this without stylesheet?Thanks,
ionicaForum: Plugins
In reply to: [LightPress Lightbox] webp supportI have added “webp” extension in wp-jquery-lightbox.php on line 177, 184 and 200. Now is working with webp format ??
Can you update the plugin with webp picture format?
Thanks.
Forum: Plugins
In reply to: [Cache Enabler] No more size info in WP DashboardCache cleared and everything but I can figure it out, why in page source of an article it is not displayed the “<!– Cached Enabler KeyCDN –> html tag mentioned by you in previous replies. ??
In this case, if html tag is not there, the cache enabler plugin is working?
- This reply was modified 4 years, 1 month ago by i0n1ca.