Topic: [Fixed] DOM_SCRIPT critical error

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:

// 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-admi … ysql.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.

Last edited by coyan (2010-02-18 20:04:33)

Thumbs up

Re: [Fixed] DOM_SCRIPT critical error

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.

Thumbs up