• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Changing Domain name and Server

maxdome

Chevereto Member
Hello Rodolfo,

I want to transfer my page in another new Domain name with a new Dedicated server.
The IP would be different from that currently I have in Chevereto web, but here I have a question.

I need to re-purchase the Chevereto license?

My New Dedicate Server is:
----------------------------------------------------
Server = Dell PowerEdge T20
Chipset = Intel
CPU = Intel® Xeon® E3-1225v3 - (Quad-Core, 4x 3.6 GHz)
Main Memory = 32 GB DDR3 ECC
Hard Disks = 6x512 GB SSD - (100,000 IOPS, Samsung)
Software RAID = 6
Link = 1.000 Mbit/s
Network = HP
Panel = Plesk 12.x - 10 Domains (free)
IP address = 50 included
Operating System = CentOS (Linux)
Price/mo: 348€ + taxes
-----------------------------------------------------


Thanks
 
Last edited:
Everything went well, I transferred the web to the new domain and the new machine.
But they did not work the popups: image upload, login and register (top right menus).
The solunción according to the error.log server is:

Error Log:
Code:
 mod_fcgid: stderr: PHP Parse error:  syntax error

The Solution: Edit php.ini and change:

Code:
short_open_tag = Off
to:
Code:
short_open_tag = On
and restart your apache

that's all 🙂
 
Chevereto doesn't use short open tag. That's your custom code or editing.
 
Back
Top