Got it! And now the SVN works from the resulting directory too.
There seems to be something wrong with the login routine though. I always get an error Invalid login attempt. Bad password from IP: '127.0.0.1'. Username: 'admin' Password: 'password'.; -- admin (18-May-14 15:36:24) But I checked and the password in peq_admin does match md5('password') odds bodkins! Found it in another post. XAMPP defaults to short tags off, turned them on and all is well. |
Does anyone know how I fix this? THis is my first time with the editor... Everything seems setup correctly, but that logs directory doesn't exist on my server... Even after I created it and provided write access to it I couldn't work this out. Thank you!
HTML Code:
Could not create logs/sql_log_08-2014.sql! Make sure the logs directory is writeable by your webserver. |
What is the logs and parent chmod?
|
Quote:
I have no idea... I have even moved the log location in the config file and it's the same thing. There must be a setting somewhere that allows the webserver to write, and until I find that... It won't work. |
Yeah, 755 the folders and 644 the files (if I remember right). Are you running with a different user than the public html owner? Is it outside your public html folder with a symlink?
EDIT: How about give me an ls -al from your editor directory. |
Quote:
Code:
eqemu@debian:/var/www/phpeditor$ ls -al |
I was able to get it working by turning off sql logging, so that is where the problem is...
|
I wonder if the problem may be that root owns your parent directory (www). Only guessing at this point.
What is inside your logs folder? Can I get an ls -al from there? |
There is nothing inside the logs folder and I had to create that folder myself. I may be wrong but I believe that www folder was part of the debain deployment, so maybe that is the problem. I could change ownership of it... Let me try that.
|
Oh sorry ls-la... yeah it looks like this...
Code:
eqemu@debian:/var/www/phpeditor/logs$ ls -la |
That didn't help :( I would run it with logs off, but it seems that the commands don't execute unless the log is written.
Code:
eqemu@debian:/var$ ls -la |
Quote:
|
Quote:
|
I just created a debian 7 VM and the default for that folder is owned by root and the chmod is initially set low. I recommend setting /var/www back to root:root with a chmod of 0777. Then, any folders inside can be 0755 while the files are 0644 and should be owned by (in your case) eqemu:eqemu. See if that works.
|
Quote:
I changed www back to 777. You're saying that phpeditor should be 755, so I will try that. |
All times are GMT -4. The time now is 03:01 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.