Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have installed Drupal 4.7x and I found that the forum link font size can be changed in style sheet but not the text shown under the forum link cannot be changed.
Anyone can help me and show where and which statement I need to change it in order to get the right font size are highly appreciated.
I have what I think may be a unique problem - an annoyance really. I have 100's of custom blocks, that appear based on the path. This has caused an incredibly long list of blocks in the administration pages, which all display on a single page. When accessing my blocks administration, the page load time is unbearable - I believe this is from my browser, not the server. It's simply too much to display in the browser window and IE and FF both stumble on it. I'd compare it to opening a large PDF file in the browser... slow.
I have several Drupal sites running on one server. All are fine. I have one Drupal site running on another server. Suddenly over the weekend, the one site on the 'other' server won't let me stay logged in as admin or as any other user. I can view content, but any action I take with any account that has some admin privileges, I just get booted out again. I have read several threads but none of the solutions I have tried have worked for me. I am assuming this is a server issue. But as this site is on a shared host I don't have much control or troubleshooting ability.
I have been using drupal in a WIMP config and everything is running pretty good considering everyone saying to stay away from IIS and Windows. I have been having a problem with AcidFree and the mass import. After doing a mass import of a zip file i get the next screen with this as the status: Importing file Superman.zip
that was my test zip file. No pics show up and nothing anywhere. I have given the network service account read and exec access to CMD like suggested a few places. That got rid of my errors that i was getting before but now my pics are thrown into the void. I d/l'd file.exe and unzip.exe and put them in in same folder as cmd.exe and still no help. ran filemon.exe on server and watched as i uploaded the zip and everything seemed normal. I am not sure what is going wrong....
Issue 2, everytime i import files locally from the server i get these errors:
# Object of class stdClass could not be converted to string in C:\Inetpub\wwwroot\modules\filemanager\filemanager.module on line 430.
# : Object of class stdClass could not be converted to string in C:\Inetpub\wwwroot\modules\filemanager\filemanager.module on line 430.
# : Object of class stdClass could not be converted to string in C:\Inetpub\wwwroot\modules\filemanager\filemanager.module on line 430.
# : Object of class stdClass could not be converted to string in C:\Inetpub\wwwroot\modules\filemanager\filemanager.module on line 430.
When I try to view some, but not all, of the nodes in my site, I am (all of a sudden?) getting the message:
return: editing not allowed from filter setting!
I can see where this is getting thrown -- in node_access, where it seems to think that I'm trying to update the node. But I can get the message just by typing the node URL into a browser. There is PHP code associated with the display of the nodes (via a node-whatever.tpl.php file), but there are no requests in there to do any updating.