Elxis CMS Forum

Support => Administration => Topic started by: vaudou on February 03, 2008, 22:23:31

Title: Probleme with Content Items Manager
Post by: vaudou on February 03, 2008, 22:23:31
Hi!

I am a new user of Elxis CMS.
I don't know if this problem happened to some of you.

I finished the installation without problem. The administration also.
But when I am adding content to the site, after the first item, I have problem with the adding.

On the administration page, I click Content and All content items.
At this level, the items are listed.
If I click to edit an item, I just get a blank page. And it is the same result of adding a new item.
At the top, I get the admin menu but the WYSIWYG form don't appear.

If somebody can help.
Please.

Thankx

I, VauDou
Title: Re: Probleme with Content Items Manager
Post by: nikos65 on February 03, 2008, 22:29:25
Ηι , and welcome i think you have to check the directory permissions.All must be 755 except cache & tmpr also set files to 644.
Regards
Title: Re: Probleme with Content Items Manager
Post by: Ivan Trebješanin on February 04, 2008, 00:05:33
What version of Elxis are you using?
Also, please give us some info on your server environment (PHP, MySQL...)
Regarding TinyMCE, you should check $mosConfig_live_site (is there www at the beginning of URL).
Title: Re: Probleme with Content Items Manager
Post by: Farhad Sakhaei on February 04, 2008, 08:10:13
Hi vaudou and wellcome to the ELXIS ...
i think you should increase the size of post_max_size to at least 16MB , this value is in php.ini on your server , you can contact your hosting support ...
Title: Re: Probleme with Content Items Manager
Post by: CREATIVE Options on February 04, 2008, 23:34:51
Hi vaudou and wellcome to the ELXIS ...
i think you should increase the size of post_max_size to at least 16MB , this value is in php.ini on your server , you can contact your hosting support ...
I have to agree with you Farhad!
Title: Re: Probleme with Content Items Manager
Post by: vaudou on February 05, 2008, 12:57:41
Hi,

Thanks to you.
I send a mail to my hoster and wait for reply.
I'll send the config soon

Thank you

Vaudou Mx
Title: Re: Probleme with Content Items Manager
Post by: vaudou on February 06, 2008, 22:21:15
Hi!

Here is my php configuration

  Sub Section   Directive   Info   Value

Language Options   asp_tags   Allow ASP-style <% %> tags.   Off   

File Uploads   file_uploads   Whether to allow HTTP file uploads.   On   

Paths and Directories   include_path   Windows: "\path1;\path2" c:\php\includes"   .:/usr/lib/php:/usr/local/lib/php   
Resource Limits   max_execution_time      30   

Resource Limits   max_input_time      60   

Resource Limits   memory_limit      32M   

Data Handling   register_globals      On   

Language Options   safe_mode                      Off   

main   session.save_path                      /tmp   

File Uploads   upload_max_filesize   Maximum allowed size for uploaded files.   10M   





Is that good to solve my pb?



Vaudou Mx
Title: Re: Probleme with Content Items Manager
Post by: Ivan Trebješanin on February 07, 2008, 01:21:06
You still didn't give us PHP & MySQL versions. That is the most important stuff.

Offtopic
This is very bad way to configure server:
register_globals      On   
You should set it to off trough php.ini if your host support this option.
Title: Re: Probleme with Content Items Manager
Post by: vaudou on February 11, 2008, 00:25:47
Hi,

Thank Ivan but I don't master a lot the php server configuration.
Here is the information about version

PHP version 5.2.4
MySQL version 4.1.22-standard

I think that is ok.

I will ask about the register_global

Soon

Vaudou Mx
Title: Re: Probleme with Content Items Manager
Post by: Ivan Trebješanin on February 11, 2008, 00:48:36
That is OK. Now about TinyMCE... Have you tried to edit your configuration.php to use www before your site domain. Example http://YourSite.com --> http://www.YourSite.com?
Title: Re: Probleme with Content Items Manager
Post by: vaudou on February 11, 2008, 01:05:37
Hi!

Yes I try both way, the content edit page remain blank.

Here is what it look like

(http://www.pavesdeluxe.com/elxis.bmp)

What I don't understand, the "autonomous page" edit form appear clearly. It is only the CONTENT ITEMS MANAGER edit page which have the problem.


Vaudou Mx
Title: Re: Probleme with Content Items Manager
Post by: Farhad Sakhaei on February 12, 2008, 08:42:56
if you want to solve your problem so do this :

Quote
i think you should increase the size of post_max_size to at least 16MB , this value is in php.ini on your server , you can contact your hosting support ...
::)