I know this is a pretty lame question, and it basically shows that I know nothing about php. So be kind please. I'm trying to setup this open source php program on my server (linux, mySql, phpMyAdmin) and I get as far in the installation directions as this:
Where do I input this on phpMyAdmin? In the Query window of mySQL? Because when I do, I get a syntax error message.
Okay, I changed the above using smartftp. The next step was to change the settings so they fit mine in the congifuration.php file. I swear I did it all correctly but its still giving me this error message.
These are the exact directories they are loaded in, and the files are actually there. Line 49 of configuration.php is:
and the absolute path is correct (/var/www/html/mambo.absurdlogic.com/mambo)... any ideas? Is the mambo.absurdlogic.com throwing it off somehow?
6. You will need to change the permissions of the images/, /pdf and uploadfiles/
directories to 777, this should be done recursively:
chmod -R 777 images
chmod -R 777 uploadfiles
chmod -R 777 newsfeeds
chmod -R 777 pdf
For Windows based servers, make sure that the webserver user account has
Change access to the directories listed above.
Where do I input this on phpMyAdmin? In the Query window of mySQL? Because when I do, I get a syntax error message.
Okay, I changed the above using smartftp. The next step was to change the settings so they fit mine in the congifuration.php file. I swear I did it all correctly but its still giving me this error message.
Warning: Unable to access /var/www/html/mambo.absurdlogic.com/mambo/version.php in /home/virtual/site36/fst/var/www/html/mambo.absurdlogic.com/mambo/configuration.php on line 49
Warning: Failed opening '/var/www/html/mambo.absurdlogic.com/mambo/version.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site36/fst/var/www/html/mambo.absurdlogic.com/mambo/configuration.php on line 49
Warning: Unable to access /var/www/html/mambo.absurdlogic.com/mambo/version.php in /home/virtual/site36/fst/var/www/html/mambo.absurdlogic.com/mambo/configuration.php on line 49
Warning: Failed opening '/var/www/html/mambo.absurdlogic.com/mambo/version.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site36/fst/var/www/html/mambo.absurdlogic.com/mambo/configuration.php on line 49
These are the exact directories they are loaded in, and the files are actually there. Line 49 of configuration.php is:
include_once("$absolute_path/version.php");
and the absolute path is correct (/var/www/html/mambo.absurdlogic.com/mambo)... any ideas? Is the mambo.absurdlogic.com throwing it off somehow?