Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick Install Guide


Vger

Recommended Posts

The problem is that MySQL is not running or the extension is not there in the php.ini file.

 

Vger

 

 

Hi Vger,

 

Thank you for the promt respond. I checked and i can see that MySQL is running, i also tested from MySQL command line to show the tables, which also worked fine.

Talking about the extensions i have uncommented the "extension=php_mysql.dll".

 

I have done a lot of research online but some of the sites tells me to use the php-mysql compiler or something. Never had this problem before...so it is really annoying that i cannot get access to my phpmyadmin anymore.

 

Any other suggestions Vger?

Link to comment
Share on other sites

  • Replies 2.4k
  • Created
  • Last Reply

For matters relating to managing your own server this is not really the right place. You'd be better off posting on a forum which specialises in helping people trying to manage their own servers.

 

Vger

Link to comment
Share on other sites

I've spent the day reading through this and other files and forum threads, however, do not seem to find any answers for my problem.

 

I even posted a thread with no answers. <shrug>

 

So, seeing as this seems to be the most helpful thread for rank newbies to OS, here ya go! :lol:

 

I followed the steps of the quick install. I downloaded and unpacked the OS zip. I then FTPed to my server /catalog/ via ASCII.

 

I ran http://www.mydomain.com/catalog/install and come up with an install page that was quite different than the documentation I downloaded with the files themselves. However, I got the thing to link up and the database is populating just fine. (verified with MySQL Admin tool)

 

However, everytime I hit the continue button after designating the web server (http://www.mydomain.com/catalog/) and the Webserver Root Directory (/home/virtual/site75/fst/var/www/html/catalog/) this is what I see....

 

Forbidden

You don't have permission to access /catalog/install/install.php on this server.

 

--------------------------------------------------------------------------------

 

Apache Server at www.mydomain.com Port 80

 

I've deleted the database and started over. I've deleted the /catalog/ folder and re-uploaded and started over. I've changed the file and folder permissions as directed, all the way up to and including chmod 777 of the entire /catalog/folder. I've checked to see if there is an .htaccess issue (there isn't). And I've tried a couple dozen times to be sure it wasn't just a fly sitting on the server :blink:

 

Will someone please have mercy and put me out of my misery or just point me in the right direction?

 

thanks!

Link to comment
Share on other sites

The Database Server (Host) address is either '127.0.0.1' or 'localhost' (without the quotes)

 

You appear to be on an Ensim Pro control panel so the Web Server Root Directory should be /var/www/html/ and if you are using Ensim Pro then the correct db server address will be 127.0.0.1 and not localhost.

 

You would only use the pathway below for running files from the cgi-bin (also the 'site number' can change):

/home/virtual/site75/fst/var/www/html/catalog/

 

Vger

Link to comment
Share on other sites

Thank you Vger!

 

While this worked, (I started with /var/www/html/) I've have NEVER guessed "localhost" would be the answer to "WWW Address -the full website address to the online store" Go figure.

 

 

Now, according to the install, I am finished.... It has shown me this screen

 

Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 899 is not allowed to access /var/www/html owned by uid 0 in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 116

 

Warning: fopen(/var/www/html/includes/configure.php): failed to open stream: No such file or directory in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 116

 

Warning: fputs(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 117

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 118

 

Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 899 is not allowed to access /var/www/html/admin owned by uid 0 in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 152

 

Warning: fopen(/var/www/html/admin/includes/configure.php): failed to open stream: No such file or directory in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 152

 

Warning: fputs(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 153

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 154

 

The installation and configuration was successful!

 

 

---just shoot me

Link to comment
Share on other sites

Get your hosts to turn off "Safe Mode" or else you'll have no end of trouble.

 

If they won't - move.

 

Vger

 

Vger, thanks so much for the help. I've gotten farther in the past couple hours now than I had all day.

 

They turned off safe mode....so I am left with the following errors. Additionally, when I click on either the catalog or admin tool buttons, I only get a 404 error.

 

Warning: fopen(/var/www/html/catalog/includes/configure.php): failed to open stream: No such file or directory in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 116

 

Warning: fputs(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 117

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 118

 

Warning: fopen(/var/www/html/catalog/admin/includes/configure.php): failed to open stream: No such file or directory in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 152

 

Warning: fputs(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 153

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/virtual/site75/fst/var/www/html/catalog/install/templates/pages/install_4.php on line 154

 

The installation and configuration was successful!

 

 

Thanks again for all your help!

Link to comment
Share on other sites

Additionally, these are the URLs I am getting from the catalog and admin tool buttons....are these normal?

 

admin tool

http://www.mydomain.com/catalog/install/://localhost/admin/index.php

 

catalog

http://www.mydomain.com/catalog/install/://localhost/index.php

 

 

I get this both before and after renaming the /install/ directory

Link to comment
Share on other sites

It looks as though the install did not write data to the two configure.php files. If you look in them I think you'll find http://localhost instead of http://www.yourdomain.com

 

Vger

 

 

Well, you are of course correct. There are no paths in the config files.

 

What causes this? I've set the chmods according to directions, and using ws-ftp get a confirmed chmod 777 setting for both of them.

 

 

(I really do HATE computers! :lol: )

Link to comment
Share on other sites

Hi, can someone please help me.

 

My oscommerce used to work but after i try to restore, now everytime i go to the index page i can see this error message.

 

 

Warning: include(includes/languages/english/FILENAME_DEFINE_MAINPAGE) [function.include]: failed to open stream: No such file or directory in c:\oscommerce\index.php on line 296

 

Warning: include() [function.include]: Failed opening 'includes/languages/english/FILENAME_DEFINE_MAINPAGE' for inclusion (include_path='.;C:\php5\pear') in c:\oscommerce\index.php on line 296

 

Could somebody please be kind to point out where could the problem be and how to fix it. I tried to look at the actual index.php of that file on line 296 and i have the following code.

 

 

<td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td>

 

 

 

 

Sorry if this is not the right topic to post the problem, but any help would be great.

 

Thank you so much in advance and have a good day everyone!

Link to comment
Share on other sites

There is no filename definition MAIN_PAGE in osCommerce. Maybe you've got Zen Cart installed?

 

Vger

 

thank you for your help.

 

I haven't installed Zen Cart :(. But thank you, i will try to see what i can do. Maybe by reinstalling the oscommerce.

 

Once again thank you so much Vger

Link to comment
Share on other sites

I have tried installing this software 3 times so far and it still will not work! :angry:

 

Upload files change permissions on the configure.php in admin includes etc.

 

Run the install says all is ok apart from session.use_trans_sid is set to on but has a red cross next to it.

 

I continue with install, it uploads to database etc, populates the configure.php files etc.

 

Says its completed install

 

go to www.houseofjohnson.co.uk/catalog and it shows the following warning messages.

 

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 10721/10001 is not allowed to access owned by uid/gid 0/0 in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php on line 169

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php:169) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php on line 102

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php:169) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php on line 102

 

If I go to http://www.houseofjohnson.co.uk/catalog/admin/

I get a blang page and these warnings

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 10721/10001 is not allowed to access owned by uid/gid 0/0 in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php on line 165

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php:165) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php on line 102

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php:165) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php on line 102

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php:165) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/general.php on line 22

 

Anyone out there have any ideas???

 

Paul

Link to comment
Share on other sites

Just an FYI for those similarly situated...

 

I finally got the software installed and working (partly). The errors I was seeing are still a mystery to me. However, I would change the file permissions via WS-FTP (which worked fine) and then confirmed and updated those permissions with my host's file manager. BUT, the install program would still not write to the configure.php files. I had to manually go in and edit those files, and then run the install script again.

 

Here is the goofy part. Even though the install script would refuse to proceed, and would blow an error if it could not write to the configure files, it DID not write to them when it could and checked ok. After I manually edited the files, I got the errors I posted previously. So, I went back in to look and found that the install script (apparently) had REMOVED -as in blanked out not replaced- a few of the settings reference the database. Once I edited those, I got different errors, which when tracked down, turned out to be nothing more than syntax stuff in the PHP.

 

Now, I am trying to figure out how to do all the other configuring that will be necessary to make this thing work and get rid of the other miscellaneous errors I am seeing now and again.

 

Again...thanks for your help Vger

Link to comment
Share on other sites

Session Save Path and Safe Mode

-------------------------------

The error is a by-product of using PHP in Safe Mode while using a particular version of PHP 4.

To get around the problem go to your osCommerce Admin Panel -->

Configuration --> Sessions and set Session Save Path to just tmp

with no forward slash before or after tmp. You get this error even if you

have elected to store sessions in the database.

 

If the error prevents you from accessing your admin panel then

access the database via phpMyAdmin, go to the 'configuration' table,

find the Session Save Directory entry (there are several pages of

entries for this table), open it for editing and change /tmp to

just tmp with no slash before (or after) it.

 

Vger

I have tried installing this software 3 times so far and it still will not work! :angry:

 

Upload files change permissions on the configure.php in admin includes etc.

 

Run the install says all is ok apart from session.use_trans_sid is set to on but has a red cross next to it.

 

I continue with install, it uploads to database etc, populates the configure.php files etc.

 

Says its completed install

 

go to www.houseofjohnson.co.uk/catalog and it shows the following warning messages.

 

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 10721/10001 is not allowed to access owned by uid/gid 0/0 in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php on line 169

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php:169) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php on line 102

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php:169) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/includes/functions/sessions.php on line 102

 

If I go to http://www.houseofjohnson.co.uk/catalog/admin/

I get a blang page and these warnings

Warning: session_save_path(): SAFE MODE Restriction in effect. The script whose uid/gid is 10721/10001 is not allowed to access owned by uid/gid 0/0 in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php on line 165

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php:165) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php on line 102

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php:165) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php on line 102

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/sessions.php:165) in /usr/local/psa/home/vhosts/houseofjohnson.co.uk/httpdocs/catalog/admin/includes/functions/general.php on line 22

 

Anyone out there have any ideas???

 

Paul

Link to comment
Share on other sites

You shouldn't be using the File Manager in osCommerce - delete it and the link to it in the Tools box.

 

Download all files via FTP, edit them in a plain text editor, and then upload them again.

 

Vger

 

Thanks once again! I was finally able to get the 2 files downloaded and edited to show the older database. now I am getting the following errors:

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/g/e/m/gemnigemstonz/html/includes/configure.php:2) in /home/content/g/e/m/gemnigemstonz/html/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/g/e/m/gemnigemstonz/html/includes/configure.php:2) in /home/content/g/e/m/gemnigemstonz/html/includes/functions/sessions.php on line 67

Warning: I am able to write to the configuration file: /home/content/g/e/m/gemnigemstonz/html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

 

It would seem that I need to set the permissions, but I have downloaded the file to see if I can find permissions in there, and I cannot see how to change the permissions. I also need to know if those would be the same permission settings as the other one you mention(setting it at either 644, 444, or 400)?

 

Thanks again!

Link to comment
Share on other sites

Thanks once again! I was finally able to get the 2 files downloaded and edited to show the older database. now I am getting the following errors:

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/g/e/m/gemnigemstonz/html/includes/configure.php:2) in /home/content/g/e/m/gemnigemstonz/html/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/g/e/m/gemnigemstonz/html/includes/configure.php:2) in /home/content/g/e/m/gemnigemstonz/html/includes/functions/sessions.php on line 67

Warning: I am able to write to the configuration file: /home/content/g/e/m/gemnigemstonz/html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

 

It would seem that I need to set the permissions, but I have downloaded the file to see if I can find permissions in there, and I cannot see how to change the permissions. I also need to know if those would be the same permission settings as the other one you mention(setting it at either 644, 444, or 400)?

 

Thanks again!

 

I also just went into the catalogue through the admin panel, and it is still showing the other database....I am not sure if there is something else AI am supposed to do? In the files I edited, there were 2 mentions of the database number, and one mention of the database host address. I changed those to the appropriate addresses, or numbers. have I missed something?

Link to comment
Share on other sites

Session Save Path and Safe Mode

-------------------------------

The error is a by-product of using PHP in Safe Mode while using a particular version of PHP 4.

To get around the problem go to your osCommerce Admin Panel -->

Configuration --> Sessions and set Session Save Path to just tmp

with no forward slash before or after tmp. You get this error even if you

have elected to store sessions in the database.

 

If the error prevents you from accessing your admin panel then

access the database via phpMyAdmin, go to the 'configuration' table,

find the Session Save Directory entry (there are several pages of

entries for this table), open it for editing and change /tmp to

just tmp with no slash before (or after) it.

 

Vger

 

You are truly a star!! :thumbsup:

 

Thanks for your help.

 

Paul

Link to comment
Share on other sites

Hi Vger,

 

please be gentle with me, I am new in osCommerece and this is my first post!

 

I have successfully installed everything but when I choose the ADMINISTRATION TOOLS Buttom, at the end of the installation process, I got the 404 error (Page no found).

 

I can go to www.mydomain.com and everything looks right but when I type www.mydomain.com/admin/index.php , I get the 404 error again.

 

I have seen in the in the forum that you make reference to a problem in the configure.php file. I can not find anything wrong, so here you have a copy of it in case that you can see the problem

 

 

define('HTTP_SERVER', 'http://www.mydomain.com');

define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com');

define('HTTPS_CATALOG_SERVER', 'http://www.mydomain.com');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/mydomain.com/httpdocs/');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/home/httpd/vhosts/mydomain.com/httpdocs/admin/');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/home/httpd/vhosts/mydomain.com/httpdocs/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

:'(

Link to comment
Share on other sites

No, that file looks fine - provided that the DIR_FS pathways are correct. Check the admin/includes/configure.php file against the includes/configure.php file to see if the DIR_FS pathways to the root of your site are the same.

 

Vger

Hi Vger,

 

please be gentle with me, I am new in osCommerece and this is my first post!

 

I have successfully installed everything but when I choose the ADMINISTRATION TOOLS Buttom, at the end of the installation process, I got the 404 error (Page no found).

 

I can go to www.mydomain.com and everything looks right but when I type www.mydomain.com/admin/index.php , I get the 404 error again.

 

I have seen in the in the forum that you make reference to a problem in the configure.php file. I can not find anything wrong, so here you have a copy of it in case that you can see the problem

 

 

define('HTTP_SERVER', 'http://www.mydomain.com');

define('HTTP_CATALOG_SERVER', 'http://www.mydomain.com');

define('HTTPS_CATALOG_SERVER', 'http://www.mydomain.com');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/mydomain.com/httpdocs/');

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', '/home/httpd/vhosts/mydomain.com/httpdocs/admin/');

define('DIR_WS_CATALOG', '/');

define('DIR_FS_CATALOG', '/home/httpd/vhosts/mydomain.com/httpdocs/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

:'(

Link to comment
Share on other sites

There are two files:

 

admin/includes/configure.php

includes/configure.php

 

The entries for the database in both of them should be the same:

 

db server - usually 'localhost' but not always

db user name

db password

db name

use pconnect - set it to false

store sessions - set to 'mysql'

 

Vger

I also just went into the catalogue through the admin panel, and it is still showing the other database....I am not sure if there is something else AI am supposed to do? In the files I edited, there were 2 mentions of the database number, and one mention of the database host address. I changed those to the appropriate addresses, or numbers. have I missed something?
Link to comment
Share on other sites

Top of this page --> Network --> Knowledge Base --> Common problems --> Headers already sent.

 

For how to change file permissions there are hundreds of replies in this thread which will tell you that.

 

Vger

Thanks once again! I was finally able to get the 2 files downloaded and edited to show the older database. now I am getting the following errors:

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/g/e/m/gemnigemstonz/html/includes/configure.php:2) in /home/content/g/e/m/gemnigemstonz/html/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/g/e/m/gemnigemstonz/html/includes/configure.php:2) in /home/content/g/e/m/gemnigemstonz/html/includes/functions/sessions.php on line 67

Warning: I am able to write to the configuration file: /home/content/g/e/m/gemnigemstonz/html/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

 

It would seem that I need to set the permissions, but I have downloaded the file to see if I can find permissions in there, and I cannot see how to change the permissions. I also need to know if those would be the same permission settings as the other one you mention(setting it at either 644, 444, or 400)?

 

Thanks again!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...