Ben Casey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Troubleshooting a site that goes downThis is on PHP startup,
extension=magickwand.so Not Found
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/magickwand.so: cannot
open shared object file: No such file or directory in Unknown on line 0It is the same with imagick.so, mailparse.so and phar.so. These should not cause the server to crash.
If the server VPS container is crashing, then you need to find out why,
If you have root access to the server and the OS is supported, new relic is a great little monitoring tool which should give you an indication if it is the RAM / CPU usage causing the crash.
Also, have a look for a paniclog in the server logs, that should hold clues on system crashes.
Forum: Fixing WordPress
In reply to: Blog is "Child", how to load on WP Menu?if your theme uses body_class() in the body tag there will be a .blog class in the main blog page and a .single class in single post pages, that could be used to target menu items.
Forum: Fixing WordPress
In reply to: Add custom taxonomy under custom menuWhat you are describing is opening a can of worms within the WP backend code.
http://codex.wordpress.org/Function_Reference/register_post_type
you can register the post type to show under a menu item, have a look at the “show_in_menu” option. You could then hook into admin_menu and hide the main post type page.
That would have the taxonomy link display under the new menu item.
Let me know what you think.
Cheers
BenForum: Fixing WordPress
In reply to: add to cart page without premium ecommerce plugin@dwnfred Please contact me via the contact page on my website ( http://www.tigerstrikemedia.com/contact-us/ ) I whitelabel nearly all my work and am dubious about posting links publicly.
Forum: Fixing WordPress
In reply to: add to cart page without premium ecommerce pluginYour post doesn’t make a lot of sense, why would users need to add to a cart if they cannot purchase through a gateway?
Cart functionality is achieved by creating a user session or cookie with the cart details in it, Which is then passed to however your customers purchase the products.
FYI Woocommerce is free and a very powerful system.
Forum: Fixing WordPress
In reply to: Add custom taxonomy under custom menuYour post is not very clear,
are you looking to add in menu items to a custom taxonomy archive page?
If you cannot see the taxonomy on the right hand side, look in the screen options on the top right, under the admin bar, there should be a checkbox which adds the meta box in on the right hand side.
If you cannot see the checkbox can you post the options passed into register_taxonomy?
Forum: Fixing WordPress
In reply to: Login problemsHi Miguel,
Can you try this:
download the plugin, unzip and FTP the entire directory up to the wp-content/plugins directory.
Also, have a look in wp-config.php at disabling WP_DEBUG, if it is true, make it false.
Let me know how you go.
Cheers
BenForum: Fixing WordPress
In reply to: WooCommerce Print Invoices & Delivery NotesIf its possible, you might consider hiring someone here http://jobs.wordpress.net/ to have a look at it.
Cheers
BenForum: Fixing WordPress
In reply to: My Domain is DownIts trying to redirect to the login page of basmala.co.cc ( which of course doesn’t exist )
upload and run the search and replace script I pointed you to earlier,
leave the GUID field untouched ( if you have any RSS feed followers )
search for:
basmala.co.ccand replace it with:
basmala.isg-egypt.comThat will convert the database to the new URL.
**WARNING**
ENSURE YOU DELETE THE SCRIPT AFTERWARDS.Cheers
BenForum: Fixing WordPress
In reply to: getting 500 internal server errortry deactivating all plugins, if that doesn’t work, try restoring the theme to the default, if that doesn’t work, you might need to contact your webhost for help.
Cheers
BenForum: Fixing WordPress
In reply to: WooCommerce Print Invoices & Delivery Notesin settings -> media are there any of those image sizes that are 300 by 144?
if there are, change them and then install / run the plugin I pointed you to earlier.
as for the weight, you will need to edit the theme file that generates the invoice HTML to remove it.
Cheers
BenForum: Fixing WordPress
In reply to: getting 500 internal server errorif its not antispam-for-all-fields anything else in the logs?
Forum: Fixing WordPress
In reply to: My Domain is Downdig basmala.0u.orgANSWER SECTION:
basmala.0u.org. 60 IN A 69.16.143.67
basmala.0u.org. 60 IN A 198.105.251.71
basmala.0u.org. 60 IN A 66.152.109.67AUTHORITY SECTION:
basmala.0u.org. 65535 IN NS WSC2.JOMAX.NET.
basmala.0u.org. 65535 IN NS WSC1.JOMAX.NET.The DNS settings you displayed are not delegated fully, please wait untill they are, if not the registraar would be able to help.
Forum: Fixing WordPress
In reply to: WooCommerce Print Invoices & Delivery NotesThe image is showing at whatever image size is 300 X 144, if you can edit that in teh media settings then go for it then regenerate the thumbnails ( http://wordpress.org/extend/plugins/regenerate-thumbnails/ )
I could not see where the weight is displayed.
Cheers
BenForum: Fixing WordPress
In reply to: getting 500 internal server errorIs there anything in there that might help track the problem down?