So I am used to install wordpress websites, but here I have no idea what went wrong or how I can solve it ?
Parse error: syntax error, unexpected T_STRING in /home/XXX/XXX-kei/wp-includes/load.php on line 1073
that's the only message that I get after moving the wordpress file to my server. I don't even get to the set-up screen.
thanks a lot for your help
best regards
adrien
I have the same probleme and I update the php version to the 5.6 and is working now.
Related
After installing Inhanced-Table plugin, my Kibana is stuck on the following message
"Kibana server is not ready yet"
However after some minutes it completely became out of reach and I am facing with "Unable to connect" error on my browser.
I removed the plugin with the following command, but the error still exists.
./bin/kibana-plugin remove enhanced-table
Would you mind helping me in order to solve this problem. Also Kibana logfile is available via following link.
https://drive.google.com/file/d/1LILdo07Q9r0-VNG7hgkbTOaE2eJzhQPs/view?usp=sharing
Thanks
Best Regards
Looking through the log of your kibana, I've seen:
{ "type":"log",
"#timestamp":"2020-11-11T05:44:01Z",
"tags":["fatal","root"],"pid":2884,
"message":"{ Error: Optimizations failure.\n 9263 modules\n \n
ERROR in ./src/legacy/core_plugins/console/public/np_ready/application/components/editor_example.js\n
Module not found: Error: Can't resolve '../constants/help_example.txt' in 'D:\\Elastic\\Kibana\\kibana-7.6.1\\src\\legacy\\core_plugins\\console\\public\\np_ready\\application\\components'\n\n
So might be Kibana is still looking for the plugin, that's why the error occurred.
You should try stop kibana and start it again.
I installed a new clear kibana and problem fixed
Below is my error:
Strict Standards: Declaration of WP_Scripts::set_group() should be compatible with that of WP_Dependencies::set_group() in C:\inetpub\vhosts\strykerradios.com\httpdocs\wordpress\wp-includes\class.wp-scripts.php on line 220
Below is my website :
http://www.strykerradios.com/wordpress/
Please help to fix this, so that I can get my site back.
Seems like your PHP is outdated. Try to update to the newest version.
Getting this error after a forced wordpress upload (I was working in the database when at one point of time I got an alert - while on the backend, with only one option to upgrade to the newer available version):
Fatal error: Cannot redeclare _421736532() (previously declared in /home/user/domains/mydomain.com/public_html/wp-content/themes/twentyelevenmodified/header.php(68) : eval()'d code:1) in /home/user/domains/mydomain.com/public_html/wp-content/themes/twentyelevenmodified/header.php(68) : eval()'d code on line 1
The above is when I try mydomain.com
When I try mydomain.com/wp-admin/, I am redirected to wp-login.php and getting the following error:
Fatal error: Cannot redeclare _421736532() (previously declared in /home/user/domains/mydomain.com/public_html/wp-login.php(80) : eval()'d code:1) in /home/user/domains/mydomain.com/public_html/wp-login.php(80) : eval()'d code on line 1
Pulling my hair out trying different things since 5 hours now. Any help will be appreciated.
EDIT: After testing, I found that the function.php file is correctly calling function twentyeleven_header_style() and the problem is coming just after calling this function. So it's the next function call that is causing the problem. If I could know what is the next function !!!
Wordpress doesn't use functions with those names. Deactivate your plugins or rename the plugins folder.
If that doesn't work then it's probably coming from your theme. Rename your theme folder so wordpress will revert to the default (assuming the default theme exists).
It sounds like you purchased a theme or plugin with obfuscated code and it's using eval() to run it and probably making a call home.
After much research, I found that the site in question was hacked. More than 100 files were corrupted with codes. I cleaned them all and now things are functioning.
For others facing the same problem, download the whole files to your computer and look for eval codes (can be easily recognized).
I just upgraded to wordpress version 3.5 and using guesthouse theme. It used to work fine with wp previous version. However, after upgrading. I got this error whatever click on post link .
Fatal error: Call to a member function options() on a non-object in C:\xampp\htdocs\wordpress\wp-content\themes\guesthouse\ait-cache\_Nette.FileTemplate\_Templates.main-single-ait-room.php-16702044d886e338830f0567f9043065.php on line 74
Anybody has any idea what's wrong with that.
Thanks
Did you updatethe GuestHouse theme to the latest version? It might have compatibility issue with WP3.5
http://themeforest.net/item/guesthouse-hotel-sport-center-2in1-premium-theme/1453399
I wanted to update my Aptana-Studio 3 but always get the following error :
An error occurred while installing the items
session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.swift.jira.cli 2.5.0.1335554239, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.ChmodAction).
The action chmod failed - file D:\Aptana\Aptana Studio 3\plugins\org.swift.jira.cli_2.5.0.1335554239\jira.bat does not exist.
I checked, and jira.bat isn't there. If I remember well, I did have the same problem when I installed Aptana_Studio_3_Setup_3.1.2.exe a couple of month's ago, but as it seemed to work I didn't matter about it.
However, I would like to have it solved.
What can I do ?
Thx
Would you file a bug at jira.appcelerator.org about this? It seems something the Studio developers should address.