i have this problem to
help my please :$
Printable View
i have this problem to
help my please :$
in /includes/core.php on line 16 have an require_once{$_SERVER['DOCUMENT_ROOT'] with this text: DOCUMENT_ROOTz
replace with DOCUMENT_ROOT
put this on line 16:
PS: in the DB, in cms_settings, in the table "languages" put english ^^Code:require_once($_SERVER["DOCUMENT_ROOT"]."/includes/languages/".get_settings("language").".lang");
Don't work :(
please paste a print with the core.php ^^
EDIt: Have configured the config1.php ?
have an table called cms_settings with language, template, etc.. ? in your db ?
can you give me the proper database give
Thats the problem ;p
Please, open install/import.php in the Notepad++, Notepad, PhpEditor
And copy al querys please, an compatible database is ... dificult... sorry bad english but insert the querys without mysql_query(""); , only the querys... from /install/import.php
Notice: Undefined variable: page in C:\xampp\htdocs\includes\core.php on line 27
all is fu*ked up.
Can you setup the CMS for me with TeamViever? :*:
This looks awesome =D Might use it.
look awesome,will try this
In the core.php please have a line: reporting_error(0); with // please put in this line only reporting_error(0); without //
The last index looks nice ;-)
Not bad, just want to point out a few things.
Be sure to indent your code in the future. This makes your code easy to read and browse for those that would like to edit it. Example:
Try to take on the OOP side of things instead of procedural. You will notice that this is much more efficient and easier that putting each function inside their own files.Code:<?php
class testClass
{
public function testFunction()
{
echo "hello";
}
}
?>
Final thing, avoid using libmysql, try researching into using MySQLi or PDO. Good luck in the future ;)
I like it ;) 9/10
links are down
I Will Actualize the CMS.