Posts by tilicar

    Please take my apologize and sorry for all my bad post's .


    I look into my imscp.conf and guess what ? DEBUG = 1 .


    I look into IMSCP v 1.2.2 and 1.2.8 files and try to make difference betwen them.


    My problem with the installer file is in the syntax:

    Code
    1. $main::cfg{'CMD_PHP'}


    I try to find "CMD_PHP" in the IMSCP files into version 1.2.2, and look into the 1.2.8 version and see what was the change !
    After that i try to remake the installer file in different mod.


    My problem with the application installer is: Place the file, place the daabase, but when the script try to make encrypted password for admin, there is a problem.


    I look into the database at the users tabel -> admin, and the password field is empty.
    The encryption script is good, is working, but this syntax returns me empty field.


    Code
    1. my $loginpasswordhash = `$main::cfg{'CMD_PHP'} -n ./make_password.php $sw_install_pass_clear '$sw_dest_path'`;



    PS: I'm not a developer, but I try to be one. I don't know so much programing language, but I try to understand them.
    PS2: Please sorry for my English, I do my best to learn it.
    PS3: I do my best to rise this platform above Cpanel and to make people happy.
    PS4: I have a job, 8 hours/ day, sometime I work more then 8 hours.
    PS5: If you understand me, is good, else try more.

    i look on my logs to see if i got some, but now i got 502 Bad Gateway error in browser on client software install. (pannel/client/software.php)


    Solved. Sorry. My PannelRedirect was missing from plugins.



    I look in to my log files, /var/log/imscp/* and /var/log/apache2/subdomain and domain, nothing there.

    Code
    1. [Sun Jun 21 14:23:56.077873 2015] [:error] [pid 11422] [client xx.xx.xx.xx:25988] PHP Warning: touch(): Unable to create file /var/www/virtual/site/htdocs/wp-content/uploads/make.1.6.0.tmp because Permission denied in /var/www/virtual/site/htdocs/wp-admin/includes/file.php on line 164, referer: http://site/wp-admin/theme-install.php?browse=popular
    2. [Sun Jun 21 14:23:56.285182 2015] [:error] [pid 11422] [client xx.xx.xx.xx:25988] PHP Warning: unlink(/var/www/virtual/site/htdocs/wp-content/uploads/make.1.6.0.tmp): No such file or directory in /var/www/virtual/site/htdocs/wp-admin/includes/file.php on line 464, referer: http://site/wp-admin/theme-install.php?browse=popular
    3. [Sun Jun 21 14:31:04.700851 2015] [:error] [pid 11764] [client xx.xx.xx.xx:26140] PHP Warning: touch(): Unable to create file /var/www/virtual/site/htdocs/wp-content/uploads/make.1.6.0.tmp because Permission denied in /var/www/virtual/site/htdocs/wp-admin/includes/file.php on line 164, referer: http://site/wp-admin/theme-install.php?browse=popular
    4. [Sun Jun 21 14:31:05.146247 2015] [:error] [pid 11764] [client xx.xx.xx.xx:26140] PHP Warning: unlink(/var/www/virtual/site/htdocs/wp-content/uploads/make.1.6.0.tmp): No such file or directory in /var/www/virtual/site/htdocs/wp-admin/includes/file.php on line 464, referer: http://site/wp-admin/theme-install.php?browse=popular

    Hi,
    till I-MSCP version 1.2.3, wordpress work perfect.
    now at 1.2.6, 1.2.8 wordpress can't update theme, language, plugins, even upload photos on post.


    You will tell me maybe: "hey, it is a wordpress problem not I-MSCP". No it is not !
    Why at version 1.2.3 work perfect and now not ?


    I change permission to folders at 775, 777, but i think this is not good for website security !


    any ideea ?

    ok. I replace CMD_PHP with PHP and still don't work.


    Anything else ?


    This is the original file for wordpress install.