• 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.

Cant login as admin and cant upload

Status
Not open for further replies.

Robinus

banned
Hey Rodolfo, thanks for helping me with rewrite rules on nginx.. finally i setup it, now i got another bug, and let me as first write the Server Configuration which i use:
I m using Panilux as panel with nginx+php-fpm, + pagespeed modules from google, and mysql version 5.6.24 and PHP 5.4.40 (cli)
The thing is that i can install clean Chevereto, everything works so far, but after i finish the Installation, i m not able to login as Admin and i cant upload anything.
Error log output shows me nothing what can help me to fix it, i m just geting this:
Code:
[18-Apr-2015 07:22:24 America/Santiago] Anfrage verweigert
[18-Apr-2015 07:22:26 America/Santiago] Anfrage verweigert
Anfrage verweigert means = Request denied
Everytime I try to browse a table in phpmyadmin I get an error: "Some errors have been detected on the server! Please look at the bottom of this window." I click Ignore All or Ignore and I can see the results from the table or edit the table.

See the error bellow:
Code:
Notice in ./libraries/DisplayResults.class.php#5628
Undefined property: stdClass::$decimals

Backtrace

./libraries/DisplayResults.class.php#3802: PMA_DisplayResults->_getRowData(
string 'right data grid_edit click2 not_null ',
boolean false,
array,
object,
array,
string '1',
string 'PMA_mimeDefaultFunction',
string 'PMA_mimeDefaultFunction',
string ' nowrap',
string ' = 1',
array,
boolean false,
)
./libraries/DisplayResults.class.php#3068: PMA_DisplayResults->_getDataCellForNumericColumns(
string '1',
string 'data grid_edit click2 not_null ',
boolean false,
object,
array,
boolean false,
array,
string 'PMA_mimeDefaultFunction',
string 'PMA_mimeDefaultFunction',
array,
)
./libraries/DisplayResults.class.php#2808: PMA_DisplayResults->_getRowValues(
resource,
array,
integer 0,
boolean false,
array,
string 'grid_edit click2',
boolean false,
string '`chv_users`.`user_id` = 1',
string 'SELECT * FROM `chv_users`',
array,
boolean true,
)
./libraries/DisplayResults.class.php#4662: PMA_DisplayResults->_getTableBody(
resource,
array,
array,
array,
boolean false,
)
./libraries/sql.lib.php#1964: PMA_DisplayResults->getTable(
resource,
string 'urdr111111',
array,
)
./libraries/sql.lib.php#2221: PMA_getHtmlForSqlQueryResultsTable(
NULL,
object,
string '7Olu8r0GpP',
string '',
string './themes/pmahomme/img/',
NULL,
string 'urdr111101',
string ' LIMIT 0, 25 ',
boolean true,
string '2',
integer 2,
NULL,
resource,
array,
)
./libraries/sql.lib.php#2322: PMA_sendQueryResponseForResultsReturned(
resource,
array,
string '7Olu8r0GpP',
string 'chv_users',
NULL,
NULL,
NULL,
object,
string '',
string './themes/pmahomme/img/',
string ' LIMIT 0, 25 ',
string '2',
integer 2,
string 'SELECT * FROM `chv_users` LIMIT 0, 25 ',
NULL,
NULL,
NULL,
NULL,
NULL,
string 'SELECT * FROM `chv_users`',
NULL,
)
./libraries/sql.lib.php#2438: PMA_sendQueryResponse(
integer 2,
string '2',
boolean false,
string '7Olu8r0GpP',
string 'chv_users',
NULL,
array,
object,
NULL,
resource,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
string ' LIMIT 0, 25 ',
string 'SELECT * FROM `chv_users` LIMIT 0, 25 ',
NULL,
NULL,
NULL,
NULL,
NULL,
string 'SELECT * FROM `chv_users`',
NULL,
)
./sql.php#204: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string '7Olu8r0GpP',
string 'chv_users',
NULL,
NULL,
NULL,
boolean false,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `chv_users`',
NULL,
NULL,
)
Any ideas dude?
 
Last edited:
You are me showing phpMyAdmin errors, can you show me the errors logged by Chevereto?
 
Okay sir, thats the error log which i get:
Code:
[18-Apr-2015 14:08:45 America/Santiago] PHP Warning:  Unknown: open(/tmp/php_sessions/sess_cl1c3v94agkm4pknf0g4oc17f3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
[18-Apr-2015 14:08:45 America/Santiago] PHP Warning:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php_sessions) in Unknown on line 0
[18-Apr-2015 14:08:49 America/Santiago] Anfrage verweigert
[18-Apr-2015 14:08:49 America/Santiago] PHP Warning:  Unknown: open(/tmp/php_sessions/sess_cl1c3v94agkm4pknf0g4oc17f3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
[18-Apr-2015 14:08:49 America/Santiago] PHP Warning:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php_sessions) in Unknown on line 0
[18-Apr-2015 14:08:50 America/Santiago] PHP Warning:  Unknown: open(/tmp/php_sessions/sess_cl1c3v94agkm4pknf0g4oc17f3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
[18-Apr-2015 14:08:50 America/Santiago] PHP Warning:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php_sessions) in Unknown on line 0
 
Okay i fixed it.
The bug was in php.ini file, line session.save_path = "/var/lib/php/session/"
I had to change the path to the session, and the dir session wasnt writeable..
Thanks Rodolfo, again you bring me on the right way :* :D
 
Status
Not open for further replies.
Back
Top