• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

[Fixed] DOM_SCRIPT critical error

coyan

Chevereto Noob
If it says: "Critical error: Invalid $DOM_SCRIPT, edit it manually in config.php"


If you have a domain like "example.com" it will work, but if you have a CCTLD like: '.us', '.eu' or '.es' it doesn't work.
But you can fix the problem very easy:

In engine.php comment this 'if' and solved:
Code:
// CH-CH-Check $DOM_SCRIPT //

/*if(!getmxrr($DOM_SCRIPT, $mxhosts)) {
    echo $o_errorbox.'Critital error: Invalid $DOM_SCRIPT, edit it manually in config.php'.$c_errorbox;
    die();
}*/


Things must have Chevereto quickly:
- An admin panel (This is perfect: http://chevereto.com/foro/topic464-adminpanel-mysql.html) PLEASE ADD ON NEXT RELEASE something similar.
- Resize pictures at least 2048.
- Better links: http://demo/v/p1020574.jpg better than http://demo/?v=p1020574.jpg
- More? Yes, but they aren't so important (like a gallery with newest or say how much files have).

Sorry for my bad English.
 
I agree on some point's,
  • A admin section would be nice but it should work without a mysql database ( this is one of the reasons for me to use this app)[/*]
  • Better links would be nicer to remember but aren't really necessary for me[/*]
  • But a gallery shouldn't be in here, at least not by default[/*]
One a side note: This would better fit in the FAQ section of this forum.
 
Back
Top