-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows installation #4
Comments
Are you sure you are using the latest version from the Master branch (https://github.com/jbogdani/BraDyCMS/archive/master.zip)? I just made a test, using XAMPP on win vista SP2 and everything went fine. SQLite should work fine, anyway. |
Maybe I have an SQLite issue. I can activate only php_pdo_sqlite extension. For some reason php_sqlite and php_sqlite3 fail to initialize. Petros |
The CMS uses PDO (http://php.net/manual/en/book.pdo.php) for DB connection. You need to have sqlite driver installed for it to work. Check the PDO section of your phpinfo() output. Anyway the log you pasted above does not seem to have any connection with sqlite anyway. What version of php are you running? |
If you have installed it in the root directory (eg. http://localhost or http://site.localhost) you do not need to edit |
Hello! Having the same issue...try to install in a directory (http://www.myweb/urcms) mod the second line or .htaccess /urcms or writing the complete path like up....and always open my original start page www.myweb.....what i miss? |
Hello @Emanuele20, |
hi! i'm using hosting linux and tested .htaccess mod_rewrite is available... |
If the installation folder is
Your directory tree should be: [web root] You should point your browser at |
trying re-uploading all with that change...and nothing open always my index...about my available mod_write .htaccess i ve found here a simple test and return positive....in another project i've created a 404 page with .htaccess i know that is another thing....but....really dont know.... |
@Emanuele20 you could drop me a line at [email protected] and I'll try to help. |
Win XP SP3, wamp local server. Latest release from github.
Installation showed the success page, then on trying to login I get a blank page.
error log file is :
[17-Sep-2013 10:53:15 UTC] PHP Notice: Use of undefined constant self - assumed 'self' in E:__misccms\bradycms\lib\Autoloader.inc on line 13
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: timezone in E:__misccms\bradycms\lib\cfg.inc on line 37
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: prefix in E:__misccms\bradycms\lib\cfg.inc on line 37
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: default_lang in E:__misccms\bradycms\lib\cfg.inc on line 37
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: db_connection in E:__misccms\bradycms\lib\cfg.inc on line 37
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: db_connection in E:__misccms\bradycms\lib\cfg.inc on line 37
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: user_confirmed in E:__misccms\bradycms\admin.php on line 37
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined variable: stop_error in E:__misccms\bradycms\admin.php on line 42
[17-Sep-2013 10:53:15 UTC] PHP Notice: Undefined index: user_confirmed in E:__misccms\bradycms\admin.php on line 49
[17-Sep-2013 10:53:15 UTC] PHP Warning: parse_ini_file(version): failed to open stream: No such file or directory in E:__misccms\bradycms\lib\version.inc on line 13
[17-Sep-2013 10:53:15 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'File
version
can not be parsed E:__misccms\bradycms\lib\version.inc, 16' in E:__misccms\bradycms\lib\version.inc:16Stack trace:
#0 E:__misccms\bradycms\lib\version.inc(31): version::parse()
#1 E:__misccms\bradycms\modules\admin\admin.php(13): version::current()
#2 E:__misccms\bradycms\admin.php(51): admin_ctrl->showLoginForm()
#3 {main}
thrown in E:__misccms\bradycms\lib\version.inc on line 16
PS. Wouldn't it be better to use MySql?
Regards
Petros
The text was updated successfully, but these errors were encountered: