Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • baltaran

    (@baltaran)

    Hi Mattew,

    First of all thanks for your quick response. As I didn′t find this information in www.ads-software.com I went about translating these messages in the plugin′s core javascript files, which I know isn′t the best way to do it.

    For me, your solution is much better than the one I did the only downside It may have is that not everybody can do it especially those with no coding knowledge. I still think that it would be perfect if you could implement the possibility of translating and customizing all the validation messages right from the Visual Form Builder′s admin panel.

    Thanks again Matthew and keep the excellent work.

    I have the same problem. Tha website is working fine, but in my error logo I get plenty of the following errors:

    [Wed Jan 25 09:16:27 2012] [error] [client 172.160.30.29] File does not exist: /var/nas/jails/mydomain.com/home/user/www/mysubdirectory/index.php, referer: https://mydomain.com/

    Any solution for this issue. thanks a lot

    Hi to all,

    I have installed this plugin in one of the websites I am working on https://itq.upv-csic.es/ and it works very fast, the cache is generated appropiatly while I click on its links. However my problem is that I couldn′t make it generate the cache automatically. I did all the settings necessary for it to work but in vain. When I checked my error log I got hundreds of the following errors with the corresponding pages:

    [Tue Jan 24 06:53:52 2012] [error] [client 192.168.20.29] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to itq.upv-csic.es:80 (Connection refused) in /var/nas/jails/itq.upv-csic.es/home/user/www/_itq/wp-content/plugins/generate-cache/functions.php on line 110, referer: https://itq.upv-csic.es/empleado/segura-petrel-tomas

    I am so frustrated and I couldn′t figure out the issue. Any help would be much appreciated. Thanks in advance

    I also have the same issue with the most recent wordpress version.Afetr iserting a certain amount of menu items I get the following:

    Forbidden
    You don’t have permission to access /wp-admin/nav-menus.php on this server.

    A help would be very mauch apreciated. thanks a lot.

    Hi, I am experiencing the exact same problem when I try to add more pages to my custom menu. I always get this:

    You don’t have permission to access /wp-admin/nav-menus.php on this server.

    I tried different solutions but I could not solve the issue. I deleted the plugins and the .htaccess files I even did a fresh install and still the problem stays there. I can perfectly create new posts, pages and custom posts. I added about 20 pages to the custom menu But I can′t add any more. I don′t really know fix this. Has anyone run into the same issue? or even better can anyone provide us with a solution to this annoying problem?

    Thread Starter baltaran

    (@baltaran)

    Hi Tim S and thanks for your quick answer. Yes the site does function to perfection. The only thing is that it annoys me seeing thousands of lines of the same error in my error.log file. I guess I figuered it out buy just changing the _x() prefixes with __() in my custom labels array. so in stead of this:

    'labels' => array(
    	         'name' => _x( 'Super Dupers' ),
    	        'singular_name' => _x( 'Super Duper' )
    		),

    to the following:

    'labels' => array(
    	         'name' => __( 'Super Dupers' ),
    	        'singular_name' => __( 'Super Duper' )
    		),

    Thanks a lot anyway and I hope that this would help others experiencing the same problem.

    Thread Starter baltaran

    (@baltaran)

    Hi RavanH, Thanks a lot for your quick reply. I tried it with the second option and it works but I would stick with the first option to prevent taking users, with javascript disabeled, to another page with no styles but only a contact form. I apreciate your help

Viewing 7 replies - 1 through 7 (of 7 total)