Jump to content

CMS Page problem with insert/edit image


Recommended Posts

After upgrading to 1.6, I have 3 problems:

Problem 1:   no pictures in my CMS pages (page content)

When trying to edit or uploaded again, have just 404 error (this page is not available).

Problem 2:   I have all products there and all are associated with categories. But in front end when I sellect any of my categories, get a message " No products for this category. "

Problem 3: There is a problem with ( I'm gessing( java script functionality as just on some pages. Facebook slider and mega menu do not opening those interactiv windows.

 

Is there anyone that can help me?

 

post-436059-0-10877300-1395783776_thumb.jpg

Link to comment
Share on other sites

  • 3 weeks later...

when i try to upload from back end i got the error as .......

 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at dev.probytes.net Port 80....

 

 

 

is this any configuration problem ..... waiting for ur ans.... pls help

Edited by jafakash cp (see edit history)
Link to comment
Share on other sites

when i try to upload from back end i got the error as .......

 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at dev.probytes.net Port 80....

 

 

 

is this any configuration problem ..... waiting for ur ans.... pls help

 

if you've got internal server error turn on error reporting, 

then instead of this simple information you will see detailed information about what and where doesnt work in your shop.

Link to comment
Share on other sites

  • 4 months later...
  • 7 months later...

Happened to me when improving the tinyMCE editor with this instructions : http://mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html

 

It's relative path problem with multilang adding /fr/ or /en/ ... at the beginning of the URI :

- CMS pages link is ../img/cms/xxx.jpg instead of : ./../img/cms/xxx.jpg

 

Tried to fix it within tinyMCE configuration (./js/admin/tinymce.inc.js for 1.6.0.14) with :

        relative_urls : false,
        convert_urls: false,

 

No time to fix tinyMCE so I edited directly the root folder .htaccess file and added the folowing line at the end of # Images block :

 

# Image CMS .
RewriteRule ^.*/img/cms/(.*)$ %{ENV:REWRITEBASE}img/cms/$1 [L]

 

nb : don't forget that this fix is placed in autogenerated part of htaccess so any changes of rewrite conf will overwrite this fix. (save it in a comment at the beginning ;)

 

Hope this helps someone !

 

Anto

Link to comment
Share on other sites

  • 11 months later...
Guest locen

i have problems when i add image in cms page. i can't add image by click post-1119372-0-71241900-1459406351_thumb.png

but i should follow these passages  to insert images. 

post-1119372-0-58574700-1459406387_thumb.png

 

can someone help me? 

Edited by locen (see edit history)
Link to comment
Share on other sites

  • 3 years later...

hello, i am having the same problem on ver 1.7.5.  

i can upload images but i can't insert them on cms pages.

for product pages i don't have issue with image.

Am getting the message 403 Forbidden when i click on Save.

 

Can someone help please?

 

 

 

error12.png

savePhoto.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...