Elxis CMS Forum
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Download Elxis CMS: Elxis 4.0 Nautilus
 
Pages: 1 [2]
  Print  
Author Topic: Elxis 4.0 alpha support  (Read 3406 times)
xmanhattan
Hero Member
*****
Offline Offline

Posts: 975


If I'm still breathing, I'm doing something!


WWW
« Reply #15 on: July 05, 2012, 08:38:09 »

Changed Settings from xhtml5 to html5 and new content was displayed properly.

It is NOT an XML or other problem!
Go to Elxis configuration and switch Document type (doctype) to HTML5.
I will tweak the editor in order to produce only numeric entities which are XHTML valid.
Logged

@ndreas
Full Member
***
Offline Offline

Posts: 127


« Reply #16 on: July 05, 2012, 09:15:55 »

I am not able to create of edit menu items. Is it normal? I press Save or Apply and nothing happends.

try this

It is NOT an XML or other problem!
Go to Elxis configuration and switch Document type (doctype) to HTML5.
I will tweak the editor in order to produce only numeric entities which are XHTML valid.
Logged
xmanhattan
Hero Member
*****
Offline Offline

Posts: 975


If I'm still breathing, I'm doing something!


WWW
« Reply #17 on: July 05, 2012, 11:34:37 »

Added smtp info
Test using contact form
Not Found
The requested URL /nautilus/contact-us.html was not found on this server.


Authentication methods
Published gmail, twitter, and open id
After publishing the 3 methods, they appear in the login area on the screen as buttons.

Login with OpenID
http://
tried with www.hotmail.com
tried with hotmail.com
Error
Invalid OpenID provider URL!
Re-try

tried with google
Hi, You have been logged-in as xxxxxxxxx and authenticated by gmail external provider.
Okay, works.

tried with twitter
failed Required Twitter consumer parameters are empty!
I did not know about getting a consumer key and consumer secret
https://dev.twitter.com/docs/auth
OAuth signed or HTTP Basic authenticated
I could not create a twitter application due to the localhost usage

Authentication methods
Edit Twitter
parameters
add consumer key
add consumer secret

Question: 
After logging in using gmail acct, I looked to see if the new user would be added to the USERS, it was not.
Is this correct?

« Last Edit: July 05, 2012, 16:19:02 by xmanhattan » Logged

eliasbou
Portal members
Full Member
*
Offline Offline

Posts: 165



WWW
« Reply #18 on: July 05, 2012, 11:51:41 »

Hello.
In trials that make local brings me the following error:

ERROR in file C:\wamp\www\elxis4\components\com_content\controllers\article.php line 89
Call-time pass-by-reference has been removed

I use: Apache/2.4.2   PHP/5.4.3
Logged
datahell
Elxis Team
Hero Member
*****
Offline Offline

Posts: 7682



WWW
« Reply #19 on: July 05, 2012, 13:16:43 »

@xmanhattan:
Some authentication methods needs to be configured. For gmail you login with your google email account. Google/Open Id is not the same as gmail.
hotmail.com is NOT a valid open id provider url.
No user is added into the users table after logging in with an exterrnal auth provider. Elxis consideres these users as known guests.

@eliasbou: I will check it.
Logged

datahell
Elxis Team
Hero Member
*****
Offline Offline

Posts: 7682



WWW
« Reply #20 on: July 08, 2012, 10:00:28 »

@eliasbou: I need you to test something please.

Open file components/com_content/controllers/article.php
go to line 89
Change this:
$ePlugin->process(&$row);
to this:
$ePlugin->process($row);

Open file components/com_content/controllers/category.php
go to line 102
Change this:
$ePlugin->process(&$article);
to this:
$ePlugin->process($article);

Open file includes/libraries/elxis/plugin.class.php
go to line 129
Change this:
$result = $plg->process(&$row, $published, $params);
to this:
$result = $plg->process($row, $published, $params);


Tell me if the problem was solved and if yes, do the plugins work normally?
Logged

eliasbou
Portal members
Full Member
*
Offline Offline

Posts: 165



WWW
« Reply #21 on: July 08, 2012, 11:36:04 »

@datahell:
The problem is solved and until now the plugin works normally.
Logged
datahell
Elxis Team
Hero Member
*****
Offline Offline

Posts: 7682



WWW
« Reply #22 on: July 08, 2012, 16:30:42 »

OK. Thank you!
Logged

Pages: 1 [2]
  Print  
 
Jump to: