I am having a hard time getting my drupal site working on a new server setup.
We are using....
Windows Server
IIS
Mysql
HTTPS
I had this site working on another computer with the same basic setup minus the HTTPS part.
Now I can't get the upload or images modules working. I have checked the permissions on the server and they seem fine.
Also, the administrator->images page shows green OK's
And, the file settings in Administrator->settings haven't changed.
Doesn anyone know anything about the following error?
Notice: unserialize(): Error at offset 16 of 18 bytes in C:\Intranet\includes\bootstrap.inc on line 56
I get it when I try to change anything on the Administrator::Settings page.
I looked up the boot strap function at line 56 and it seems to be looping through the variable table unsearilizing data. Is there a way to debug the code and discover wich record is causing the error?
it says on my home page [quickclicks.ca.tt] that it or i is forbidden???? i used cpanel to do the install. the install was drupal 4.4.2. my brain has been racking over this and i can't come to a solution. I checked almost everything on [drupal.org] but i have come up with nothing. can anyone help?
I want to install and use Drupal, but I get a constant error, from looking on the web it suggests it might be caused by newer version of PHP, what version is Purplecloud running?
I have some problems with installing drupal on my system.
So this is what I did:
- created new database "drupal"
- created a user lets say "test"
- gave grant to test for the db drupal
- set the other paths
- gave the whole drupal dir (-recursive) chmod 777
So now the system should run, but I got the following error:
CREATE TABLE filter_formats(
format int( 4 ) NOT NULL AUTO_INCREMENT ,
name varchar( 255 ) NOT NULL default '',
roles varchar( 255 ) NOT NULL default '',
cache tinyint( 2 ) NOT NULL default '0',
PRIMARY KEY format( format )
) TYPE = MYISAM
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'format( format ) ) TYPE = MYISAM' at line 5