kangenguru
Forum Replies Created
-
I downloaded twice.
I uploaded 3.4.2 to my CentOS server with WHM/CPanel and if I extract using the File Manager, it is reporting corrupted CRC check error.
I tried unzipping on my PC/Windows 7 with jZIP and jZIP is reporting “jZip does not support the file format of the file you are trying to open. The archive file could not be opened” I have an older version 3.4.1 and that file could be opened by jZIP.
I tried clicking on your link:
https://www.kevinleary.net/responsive-video-embeds-plugin-example/
but it would not load.
“Waiting for https://www.kevinleary.net…” keeps on flashing???Forum: Fixing WordPress
In reply to: 403 Forbidden error – index.php 000 permissionThis install of WordPress is not on the main root directory but in a subdirectory of public_html.
The directory that WordPress is installed has 755 privileges so I should be able to work with it.
I will check with my host to find out what is going on.
Forum: Fixing WordPress
In reply to: I was cleaning my postsI was not deleting anything on my case. I just check a perfectly healthy website (at least last week it was ok). Today I am getting this error –
Forbidden
You don’t have permission to access /index.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I looked at my site and found that the index.php is 000 in permission. Tried to change it using file manager to 644 but I cannot change permissions.
Anybody else having this problem? Please advise…
Forum: Plugins
In reply to: [BuddyPress Courseware] Can't create assignments or change course descriptionHi, I am getting the same problem. I initially thought it was an issue with the Theme but I tried several buddypress themes and still I cannot create assignments or change the course description.
Forum: Fixing WordPress
In reply to: Main Navigation Menu Missingand now I am getting a 500 internal server error
Forum: Fixing WordPress
In reply to: Main Navigation Menu MissingI installed wp-insert 1.7.4 but still have the problem despite following the reset by FTP procedure at this link
Forum: Fixing WordPress
In reply to: Unwanted characters (& -> #038)I am using UTF-8 as an encoding (default for WordPress) and I am experiencing the same problem.
What encoding is recommended to avoid this problem?
I tried ASCII and that was worse.
Forum: Plugins
In reply to: [Raw HTML] [Plugin: Raw HTML] Not working in WP 3.01, or user error?Sorry, “blows up” doesn’t sound very descriptive.
What I meant by RAW HTML plugin blowing up was my sidebar widgets and the remainder of the content after the code snippet do not show anymore just when the plugin is activated. None of the 4 options selected yet.
Deactivating the plugin restored the page to the same original problem with WordPress adding
#038
after&
to get this pesky string&
.Any other ideas to resolve this?
Forum: Plugins
In reply to: [Raw HTML] [Plugin: Raw HTML] Not working in WP 3.01, or user error?This is my snippet of code:
<script type="text/javascript"> swfobject.embedSWF("https://www.youtube.com/v/VIDEO_ID?rel=0&enablejsapi=1&playerapiid=myvideo", "myvideo", "425", "356", "8", null, null, { allowScriptAccess: "always" }); </script>
WordPress inserts
#038
after & the snippet becomes like this<script type="text/javascript"> swfobject.embedSWF("https://www.youtube.com/v/VIDEO_ID?rel=0&enablejsapi=1&playerapiid=myvideo", "myvideo", "425", "356", "8", null, null, { allowScriptAccess: "always" }); </script>
I am installing this RAW HTML plugin to eliminate HTML/Hex characters from being added by WordPress and RAW HTML blows up the theme (Twenty Ten) altogether.
Please advise.