By loko on
Welcome
I created campaign in OpenX.
The invocation code I add to block, when I enable block, my site is death with this error.
Fatal error: require() [function.require]: Failed opening required 'openads-xmlrpc.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/name/public_html/directory/includes/common.inc(1645) : eval()'d code on line 21
How can I fix this?
How do I disable this block?
Please help me!
Comments
whats on line 21? maybe if
whats on line 21? maybe if you post up the code someone could help you.
which file you need? In
which file you need?
In includes/common.inc 21 line looks like this:
further piece of code with 1645 line
line 21 of
line 21 of openads-xmlrpc.inc.php
This is all
This is all file
Log in to your mysql drupal
Log in to your mysql drupal database.
Go to the "blocks" table.
Change the "status" field to 0 and clear the cache tables.
You can also just remove the code from the corresponding boxes table (bid) or set the block input filter to html instead of php (format filter 1 or 2 in the boxes table).
Then you can test and debug on a test site.
Good Luck.
Thank You for help me!!!
Thank You for help me!!!
Thank you for that! Had put
Thank you for that! Had put some non-likeable php code in a block and couldn't return to my page. Luckily I found your post. :)