In aem 6.0 Error: Title and Description Missing for path /content/musicschool - aem

I am trying to activate a page in Site Admin using AEM 6.0. I'm receiving the following error:
Error: Title and Description Missing for path /content/.
I'm not using a scheduler. I've included the error from the logs:
04.06.2016 18:05:44.759 *ERROR* [0:0:0:0:0:0:0:1 [1465043744500] POST /bin/replicate.json HTTP/1.1] com.day.cq.replication.impl.servlets.CommandServlet Error during replication: Title and Description Missing
com.day.cq.replication.ReplicationException: Title and Description Missing at com.adobe.eventhandler.PreprocessorExample.preprocess(com.adobe.eventhandler.PreprocessorExample.java:77)

Is this class "com.adobe.eventhandler.PreprocessorExample.java" is written by you or AEM vender ?
It seems that this class processes the validation when the page is activating.

Related

Web Tracker Apache Unomi

I'm working on a project that uses the Apache Unomi, I had installed all the requirements installation for the Apache Unomi and created a profile and some rules, and all worked well.
But, when I tried to test the web tracker example provided in the Apache Unomi documentation.
I got the following error before pressing the submit button
[UNOMI] XML request error: Unsupported Media Type (415) unomi-tracker.js:16068:29
onreadystatechange http://localhost:8181/tracker/unomi-tracker.js:16068
and after the submitting, I got those errors
XHRPOSThttp://localhost:8181/cxs/context.json
[HTTP/1.1 415 Unsupported Media Type 4ms]
[UNOMI] XML request error: Unsupported Media Type (415) unomi-tracker.js:16068:29
onreadystatechange http://localhost:8181/tracker/unomi-tracker.js:16068
(Async: EventHandlerNonNull)
ajax http://localhost:8181/tracker/unomi-tracker.js:16053
loadContext http://localhost:8181/tracker/unomi-tracker.js:15788
initialize http://localhost:8181/tracker/unomi-tracker.js:15622
initialize http://localhost:8181/tracker/unomi-tracker.js:4064
initialize http://localhost:8181/tracker/unomi-tracker.js:1433
baseEach http://localhost:8181/tracker/unomi-tracker.js:595
each http://localhost:8181/tracker/unomi-tracker.js:633
initialize http://localhost:8181/tracker/unomi-tracker.js:1409
exports http://localhost:8181/tracker/unomi-tracker.js:5500
callback http://localhost:8181/tracker/?firstName=John&lastName=Doe&email=johndoe#acme.com#:84
load http://localhost:8181/tracker/?firstName=John&lastName=Doe&email=johndoe#acme.com#:112
(Async: EventListener.handleEvent)
load http://localhost:8181/tracker/?firstName=John&lastName=Doe&email=johndoe#acme.com#:110
(Async: EventListener.handleEvent)
http://localhost:8181/tracker/?firstName=John&lastName=Doe&email=johndoe#acme.com#:128
http://localhost:8181/tracker/?firstName=John&lastName=Doe&email=johndoe#acme.com#:143
Because of the errors, the event is not sent to the Apache Unomi.

trailheadapps / lwc-recipes install failure

Deploying(https://github.com/trailheadapps/lwc-recipes) To a sandbox and gets following error
=== Component Failures [4]
Type Name Problem
───── ────────────────────── ────────────────────────────────────────────────────────────────
Error Contact.CleanStatus Could not resolve standard field's name. (138:61)
Error Account-Account Layout In field: QuickAction - no QuickAction named NewNote found
Error Contact-Contact Layout In field: QuickAction - no QuickAction named NewNote found
Error recipes In field: field - no CustomField named Contact.CleanStatus found
Resolution
Delete following from your sfdx project
1.Contact.CleanStatus
2.Contact-Contact Layout
3.lwc-recipes\force-app\main\default\permissionsets\recipes.permissionset-meta.xml
sfdx force:source:deploy -p force-app
Got to no error listed but still unable to deploy
Type Name Problem
──── ──── ───────
ERROR running force:source:deploy: Deploy failed.

PHP startup error using CodeIgniter 3

I am getting tbe following error intermittently on my website
A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Invalid library (appears to be a Zend Extension, try loading using zend_extension=opcache.so from php.ini)
Filename: Unknown
Line Number: 0
Backtrace:
I am using LAMP with PHP7 and the CodeIgniter installation is standard. The error has no file nor line to investigate, but my host ensures me that the server is correctly configured.
What could be causing this? I cannot even find a reference to opcache in the CodeIgniter 3 source code. (application files are very basic MVC brochureware stuff, so it's nothing the app has added)

Empty pagetree in TYPO3 7.2 backend

I am setting up a web portal using TYPO3 version 7.2. I successfully installed TYPO3 following this article on a Red Hat 4.8.2-16 machine. Everything worked fine and I created some pages until for some reason the pagetree didn't show any content any more. So now the backend looks like this http://goo.gl/3p0uQn
My browsers debug console only returns this error:
TypeError: TYPO3ViewportInstance.DebugConsole is null backend.php:79:5
but I have no idea if this is related to the empty pagetree.
This occurs on Firefox, Chrome and IE, so I guess it has nothing to do with the browser.
Also, I am logged in as an admin so it should not be due to wrong access rights.
Does anybody know what's going on there?
UPDATE:
The TYPO3 Log gives me some PHP Warnings
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php line 255
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php line 250
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Core/Bootstrap.php line 1193
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 439
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 438
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 425
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 424
UPDATE 2
Meanwhile I installed 7.2 completely fresh (even with a new database) and I still get an empty pagetree. I also tried 6.2 LTS, but also here, no pagetree. I'm beginning to think that there is a problem with my PHP settings. Im using PHP 5.6.9 and MariaDB 10.0.19.
Try tu put that on your php.ini :
always_populate_raw_post_data = -1
It worked for me.
Have a nice day.
Raf
You have a PHP error somewhere. Please check your webserver log or php log for error messages. You can also show the error messages by choosing the development preset in the Install Tool or by setting the context environment variable to Development.
Make sure to clear the cache via Install Tool at least once (Important Actions).

Web.config error when running asp.net 2.0 website on Windows 8.1

I am getting the error below when I attempt to run an asp.net 2.0 on Windows 8.1 (I think this is IIS 8.5)
Any ideas how to resolve this issue?
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related
configuration data for the page is invalid.
Detailed Error Information:
Module
IIS Web Core
Notification
BeginRequest
Handler
Not yet determined
Error Code
0x80070032
Config Error
The configuration section 'ACI.Template3' cannot be read because it is missing a section declaration
Config File
\\?\C:\inetpub\wwwroot\ACIWebSite\web.config
Requested URL
http://localhost:80/ACIWebSite
Physical Path
C:\inetpub\wwwroot\ACIWebSite
Logon Method
Not yet determined
Logon User
Not yet determined
Config Source:
180: -->
181: <ACI.Template3>
182: <Common section="Production"/>