• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

[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