Website URL
creater.eu.org
Error Message
wordpress error -
Multisite is not supported
Parse error : syntax error, unexpected ‘<’, expecting end of file in /home/vol11_6/epizy.com/epiz_28605409/creater.eu.org/htdocs/wp-admin/includes/theme.php on line 1212
There has been a critical error on this website.
everything would be fine if the code was the problem - except it isnt. everything is right and ive checked it so many times now. the code is: (the if ( ! $header->url) is the 1212 line)
function get_header_image_tag( $attr = array() ) {
$header = get_custom_header();
$header->url = get_header_image();
if ( ! $header->url ) {
return '';
}
$width = absint( $header->width );
$height = absint( $header->height );
$alt = '';
KangJL
December 29, 2022, 12:58pm
#2
I believe this is not supported on free hosting
As for
createrapp:
Parse error : syntax error, unexpected ‘<’, expecting end of file in /home/vol11_6/epizy.com/epiz_28605409/creater.eu.org/htdocs/wp-admin/includes/theme.php on line 1212
There has been a critical error on this website.
Likely is due to this
WordPress frequently releases updates, which you can install through WordPress’ admin interface. Usually, this works without a hitch. But with some (big) upgrades, the upgrade fails half way and leaves you with a broken website.
Fortunately, you can still fix your website without any data loss, and this article tells you how to do that.
Download a fresh copy of WordPress
First of all, you will need to download a fresh copy of WordPress. You can download this from the official WordPress websit…
Take note of this as well
Do you often see this on your WordPress website?
[image]
If so you may need to change some of the installation settings.
Installing WordPress
For
Fresh Installation
Make sure you are using the following settings when using Softaculous Install
[image]
Existing Installation
You can access your existing installation via
[image]
Followed by
[image]
Make sure these are the settings used
[image]
On the WordPress config
To play safe, add this line to the wp-config.php
[image]
Upda…
3 Likes
Admin
December 30, 2022, 10:45am
#3
You can use Multisite on our hosting, but only in sub-path mode, not subdomain mode, due to limitations in how you can set up subdomains.
But a “Parse error” is 100% a code issue, the error literally means that the file contains stuff that’s not valid PHP code.
4 Likes
system
Closed
January 6, 2023, 10:46am
#4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.