B. Anders
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Transparent BackgroundLOL close to perfection. If you watch like a hawk you can see a micro – sneeze. Thank you !
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Transparent Backgroundi can change the code if you point me in the right direction 😀
thanx for the great suport,
B.Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Smooth Scroll not workingtweakapix.com
thank you for the fast response
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Smooth Scroll not workingHi,
seems the same problem happens on my site too. Can you please share how you change load order ?
Thanx,
B.Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Transparent BackgroundPS: tweakapix.com
Forum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Error on sendingHey, thank you for the answer and i’m glad to see i’m not alone here.
Disabling/hidding the error warnings is not the best option.
Now i enabled the form to send me an email notification every time someone someone successfully sends a form.
Now, after submit i get another 2 messages:
Warning: strpos() expects parameter 1 to be string, array given in …/wp-includes/shortcodes.php on line 189Warning: preg_match_all() expects parameter 2 to be string, array given in …/wp-content/plugins/ninja-forms/includes/shortcode.php on line 153
This plugin has too many bugs.
Forum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Error on sendingSo i set it to hide the form after submission so the error is not visible. Is there another way ?
Forum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Error on sendingWell i know this is a free plugin, but a BUG is still a BUG.
Can someone at least point some direction for solving this errors ?
Thanx,
B.Forum: Installing WordPress
In reply to: Fatal error: Out of memorySo i figured out what the problem might be while trying to copy a functional wp instalation with Duplicator (that needs php 5.2.17)
PHP version is 5.2.5 – this is a 2007 version, and phpinfo reveals that it is a 2008 server, so it’s all very old stuff.The fact that the dude at “Freenet” today wasn’t nice and cooperative when i asked about the problems with the server completes the whole picture.
I will try to move the hosting if possible.Thank you for the nice answers,
B.Forum: Installing WordPress
In reply to: Fatal error: Out of memory… hi Tara, the errors above are at WP installation.
If i’ll see the WP Dashboard on that server … huuaaa…😉
Forum: Installing WordPress
In reply to: Fatal error: Out of memoryWell, just phoned with the hosting provider and they say it is a WordPress problem and they do not support my wordpress installation. I have to manage alone… and no nice tone was used.
So i would be at least happy to know if the problem can be solved on my side – and keep looking for a solution – or i deppend on the host.
Meanwile i tryed to install WP3.9 and the error message is simmilar:
Fatal error: Out of memory (allocated 9699328) (tried to allocate 19456 bytes) in /web/wp-includes/taxonomy.php on line 478
PHP 5.2.5
MySQL 5.0.37
Perl 5.8.5
i put in the webroot directoy a .htaccess with# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and i don’t have access to server config anymore since the last phone talk so i can’t access php.ini anymore.
Since the host is not my choice it is hard to solve the problem soon unless there is a tehnical – script – code – voodoo solution.ty so far,
B.Forum: Installing WordPress
In reply to: Fatal error: Out of memorySo the host says it is a WordPress problem. I have indeed 256M thru php.ini alocated and the error persists.
Any HEEEELP please ???
Thank you,
B.Forum: Fixing WordPress
In reply to: Forbidden access on /Hi Randy and ty for the quick reply.
I searched and i find some usefull reading, but i still don’t know to make it work. Configuring Apache can be tricky and there are many options on this server that are unknown to me.
Server interface is Mesosadmin if that rings a bell to anyone.The path where i see my wpinstall is http://www.mysite.com/home/www
As mentioned, i set WP in General Settings to http://www.mtsite.com but i can’t figure out server configuration
Have a nice Day,
B.Forum: Installing WordPress
In reply to: Fatal error: Out of memoryi have the option in the admin/config panel of the host to change the php version, so i up-ed from 4.4.7 to 5.2.5
also i can have 5.2.3 but i get the message at install that it is not enoughForum: Installing WordPress
In reply to: Fatal error: Out of memorymeantime, managed to put a php.ini in the webroot directory where i alocated 256M. Tested with a phpinfo and indeed i get 256M.
Error is still the same… 🙁