I use joomla 3.1.5, php 5.4.20
When my php was 5.3.x everything was fine but after upgrading php to 5.4.20 i cannot create new article categories!
I get Internal Server Error:
The server encountered an internal error or misconfiguration and was unable to complete your request.
This is not an issue with .htaccess (don't have any) or permissions(checked it a lot of times).
Strange thing is that when i enable debug system in global configuration the problem is solved!!! When disabling debug system problem comes back.
This only happens in joomla 3.x installations. I use the same server with joomla 2.5.x and it works fine.
Any suggestions? thanks in advance
Have you checked the Joomla forum ? PHP 5.4 is not used much and the Joomla 3.1.5 might have some modules that are not compatible with the PHP 5.4.
Just wanted to share the fix to this problem. EAccelerator was causing the issue after disabling it everything works fine
I don't think the main problem is with the PHP version.
To be able to Create New Categories do this :
In your joomla "Control Panel" page, this is usually the first page when you log in, scroll down and under CONFIGURATION click "Global."
In the new page for "Global" that open opens, look for "Default Editor", if you have not changed it before it's value should be "Editor - TinyMCE". Change that to "Editor-None." --Note that for now you will not be able to use the default WYSIWYG.
Click "Save & Close".
Now go back to the page for creating new categories, refresh it and create your categories.
To have access again to the default WYSIWYG, after you have finished creating your categories, go back to "Global " and change the editor back to TinyMCE.
Good Coding.
Related
I've just installed Flatsome theme version 3.11.0, wordpress 5.4, php 7.4, mysql 8.0 on my SSL protected site.
I disable all plugins, not even one.
First, I can edit home page easily. But when I edit other page, like contact, about... it was not loaded.
I checked console, has a error in image 1.
Uncaught TypeError: Cannot read property 'isRoot' of undefined
at t.value (editor.js?ver=3.11.0:2)
But I refreshed page while console opened, no error display in image 2.
That error only show when console closed.
Please help me, thank you so much.
I've faced this issue on various hosting platforms, and the solution has been different. Listing some of those here:
If you are using cloudflare, disable cache, preferably enable developer mode, while you are doing the edits
If you are using any caching plugin disable those
Ensure that you are using the same scheme (http vs https) to serve your site as has been added to your wp-config
Reload the page after you've disabled all cache
I had a similar problem, and between clearing the cache, and switching to the twenty Twenty theme the problem fixed itself.
Temporarily disable catche plugins and it would work.
I am trying to move an existing site that works fine on the old server to a new server. On the new server the homepage is just showing blank page. however when i navigate to "wp-admin" or other pages like "about-us" shoiws up just fine and i am also able to login in my wp-admin. It's just the homepage that is blank..
I have tried to enable debug and also tried looking into wp_content/debug.php and it's empty:
define('WP_DEBUG',true);
define('WP_DEBUG_LOG',true);
define('WP_MEMORY_LIMIT','256M');
Next thing i tried is the permalink settings -> permalink -> "save" it also didn't work.
I have also tried by switching php version php7.3 same as the old server, didn't help
then finally i tried removing the plugins one by one and figured after removing this particular elementor plugin (https://www.eletemplator.com/ele-custom-skin/) the home page was loading fine. However this plugin is very important as most of the pages are using templates from this plugin to display the content.
Now that I know this plugin is causing the issue on the new server could it be because of the loading time? with this plugin on the old server everything works fine.
hope someone can help on this
For resolving this issue you can choose following steps:
1: First you try to disabling all the plugins of yours and then see if the front end comes back. If you can’t do it from the backend due to any reason, you can as well rename /plugins/ folder to /plugins-broken/ or similar, using FTP access.
2: If it does, then start enabling plugins one by one until the issue reappears. Then you’ll know what caused it.
After trying all the solutions, finally came to understanding that it was a memory limit issue on the httpd.conf apache server setting. After increasing the limit for RLimitMEM = 204535125 it was working!
this link really helped! incase someone faces this issue in the future please look into the httpd.conf settings for the memory limit. Further reference from a previously asked similar question: PHP out of memory error even though memory_limit not reached
My Problem
I manually installed WordPress on a Debian 9 VM in Virtual Box on a Windows 10 machine. When I pull up the website, this is what I get:
A WordPress site with just HTML, no formatting
The point of this install was to learn how to make a custom WordPress theme. I have built child themes before, but never a theme from scratch, so it may be I don't have everything set up yet. But there is a second issue is WordPress does not give me an option to select my second theme either.
What I did
To set up the site, I followed this tutorial on setting up WP on a Debian system. I sort of touched up on this, but I am new to WP development. I thought this was a quick and dirty route to set up a WP install. I don't have the knowledge of WordPress to know if there is an error in this setup guide.
Again, I checked the themes folder. I could not find the custom theme I started to build as an option. I can't currently download themes straight from WP because I don't have an FTP server/client currently installed on my machine. If it were just the inability to choose a WordPress theme from the WordPress theme repository, I'd suspect it's the FTP setup. But, I also can't choose my custom theme. So is there something wrong with the install?
Summary
I can't get any formatting to work on my WP development site. I suspect it's some problem with themes, but I don't know enough about the internals WordPress to know how to diagnose the problem.
Thank you for your time
It's tough to say without seeing your setup exactly, but this is often caused by URL problems.
Are you able to access wp-admin? If so, try logging in and visiting the settings > permalinks page, then just hitting the save button.
Try reloading your site. It might be fixed.. If not, a little more to try. First, I'd open your browser's Console / Inspect mode, and see if there are any console errors (showing CSS files not loading, etc). If so, post them here.
Additionally, I found a helpful article that details some other things to try when this problem pops up:
http://wphelp24.com/how-to-fix-wordpress/how-to-fix-wordpress-css-not-loading/
I am experiencing a weird issue in WP dashboard with the latest version of Wordpress. I think I have figured out what is happening, but I don't know how to figure out why and how to fix it.
Whenever I am in the WP dashboard everything seems to be working fine, until I'm going into Post edit or media upload, then the whole CSS and JS breaks and I see all of the content in Times New Roman.
This issue does not happen on the test server which is running PHP 5.6.10 while the new server the site is supposed to be at, is running PHP 7.
This issue does not happen if I downgrade the Wordpress version to 4.7.3.
The site is running latest Wordpress (4.7.5) and the theme is OnePress 1.3.6
View source - WP dashboard: http://pasted.co/ba9b8ca5
View source - WP post edit: http://pasted.co/8c273ddd
Check your Apache error logs for errors. Your stylesheet is returning a blank white screen: http://trilobite-microsystems.com/wp-admin/load-styles.php?c=0&dir=ltr&load[]=dashicons,admin-bar,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,widgets,site-icon,&load[]=l10n,buttons,wp-auth-check&ver=4.7.5
I update Joomla to the most recent version (3.7.1).
Also update the Joomla component SobriPro to the most recent version (1.3.7).
Before the updates all works fine, after the updates the SobriPro component always responds with an empty page. Accessing SobiPro client or administration pages always retune a blank html page.
I already consult the administration and client Joomla error logs but nothing is register. I also try to run Joomla in debug mode but not getting any message.
Sure I run the updates first in a local dev environment.
In the local server all runs OK, I only have problems in the production environment.
Finally I found the problem. In my production environment dosen’t have the Phar extension available.
The difficult to detect this limitation was because the sobi component return black pages without reporting any error.
To correct the problem I just uncompressed the sobi framework file and make a change in the sobi component loader code. This change is documented here: https://github.com/Sigsiu-NET/SobiPro/pull/8